VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfExtObjects
globalEnvironmentObjectPublisher.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrfExtObjects/dllExport.h
>
13
#include <
vrfExtObjects/weatherObjectPublisher.h
>
14
15
class
DtGlobalEnvironmentObjectRepository
;
16
21
class
DT_DLL_vrfExtObjects
DtGlobalEnvironmentObjectPublisher
:
public
DtWeatherObjectPublisher
22
{
23
public
:
24
31
DtGlobalEnvironmentObjectPublisher
(
32
DtExerciseConn* conn,
33
const
DtObjectType
& type,
34
#
if
DtHLA
35
const
DtGlobalObjectDesignator
&
id
= DtGlobalObjectDesignator::nullId(),
36
#endif
37
const
DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
38
);
39
40
#if DtHLA
41
// Create with region set
42
DtGlobalEnvironmentObjectPublisher
(
43
DtExerciseConn* conn,
44
const
DtObjectType
& type,
45
const
DtDDMRegionSet* regionSetToUse,
46
const
DtGlobalObjectDesignator
&
id
=
DtVrfObjectIdGenerator::nullId
(),
47
const
DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
48
);
49
#endif
50
52
virtual
~
DtGlobalEnvironmentObjectPublisher
();
53
55
virtual
DtGlobalEnvironmentObjectRepository
* gesr();
56
virtual
const
DtGlobalEnvironmentObjectRepository
* gesr()
const
;
57
59
virtual
void
sendUpdateWhenTimeChangesBy(
double
);
60
virtual
double
updateWhenTimeChangesBy()
const
;
61
62
private
:
64
DtGlobalEnvironmentObjectPublisher
(
const
DtGlobalEnvironmentObjectPublisher
&);
65
DtGlobalEnvironmentObjectPublisher
&
operator=
(
const
DtGlobalEnvironmentObjectPublisher
&);
66
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)