19 #include <vlutil/vlString.h>
20 #include <vlutil/vlList.h>
21 #include <vl/globalObjectDesignator.h>
36 class DtEnvironmentalStateComponent;
37 class DtEnvironmentalLocationStateComponent;
38 class DtVrfStateComponent;
39 class DtVrfGeometryStateComponent;
57 bool publishObject =
true);
65 virtual void onTick();
68 virtual void forceUpdate();
74 virtual void updatePublisher();
78 virtual bool createPublisher(
const DtEntityIdentifier&
id = DtEntityIdentifier::nullId());
82 virtual void destroyPublisher();
102 virtual void updateUuid();
113 static void SetProfilePdus(
bool onOf,
double pduTimeCheck = 1.0,
int numberOfPacketsOverTime = 0);
118 virtual bool updateGeometry();
121 virtual bool updateBoundingGeometry();
124 virtual bool updateObjectState();
126 virtual bool updateEnvModelType();
130 virtual bool updateVrfDataAsSeenByRemote();
138 virtual void firstTimeInitialize();
140 virtual bool wantsToCreatePublisher()
const;
160 int myNumberOfPdusSent = 0;
161 double myFirstTimePduSent = 0;
164 int myNumberOfAttributesPdusSent = 0;
165 double myFirstTimeAttributePduSent = 0;
DtVector myLastParentPosition
Definition: simLocalControlObjectNetInterface.h:159
Contains the DtSimEnvironmentalModelType class declaration.
bool myPublisherUserSupplied
Definition: simLocalControlObjectNetInterface.h:146
bool myFirstTimeInitialize
Definition: simLocalControlObjectNetInterface.h:158
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: vrfGeometryStateComponent.h:54
std::vector< char > myPropertyBuffer
Definition: simLocalControlObjectNetInterface.h:150
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:60
const makVrf::DtVrfGeometryStateComponent * myVrfGeometryStateComponent
Definition: simLocalControlObjectNetInterface.h:157
DtControlObjectRepository class extends the DtControlObjectBaseRepository to be able to handle extend...
Definition: controlObjectRepository.h:27
Definition: simLocalControlObjectNetInterface.h:44
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: vrfStateComponent.h:66
const makVrf::DtEnvironmentalLocationStateComponent * myEnvironmentalLocationStateComponent
Definition: simLocalControlObjectNetInterface.h:155
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:339
const makVrf::DtVrfStateComponent * myVrfStateComponent
Definition: simLocalControlObjectNetInterface.h:156
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
#define DT_DLL_vrlinkNetworkInterface
This file is used to determine how to build.
Definition: vrlinkNetworkInterfaceDefines.h:24
bool myNeedsFullUpdate
Definition: simLocalControlObjectNetInterface.h:153
DtVrfExtControlObjectPublisher * myControlObjectPublisher
Definition: simLocalControlObjectNetInterface.h:148
This class extends DtVrfControlObjectPublisher to support the publishing of VR-Forces state propertie...
Definition: vrfExtControlObjectPublisher.h:16
const makVrf::DtEnvironmentalStateComponent * myEnvironmentalStateComponent
Definition: simLocalControlObjectNetInterface.h:154
DtClock myClock
Definition: simLocalControlObjectNetInterface.h:151
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: environmentalLocationStateComponent.h:44
Definition: simLocalEnvironmentalNetInterface.h:40
DtTime myLastTimeUpdated
Definition: simLocalControlObjectNetInterface.h:152
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: environmentalStateComponent.h:92