15 #include <vl/globalObjectDesignatorList.h>
16 #include <vl/variableDatumRecord.h>
27 class DtVrfStateComponent;
28 class DtStatePropertiesStateComponent;
49 bool publishObject =
true);
56 virtual void updateFromReflectedObject();
73 virtual bool updateStateFromVariableDatum();
76 virtual bool getUserVariableDatum(
int userRecordNumber,
77 DtVariableDatumRecord& rec);
81 virtual void updateUUIDIfNeeded();
83 virtual const DtGlobalObjectDesignatorList& netSubordinateEntities()
const;
84 virtual const DtGlobalObjectDesignatorList& netSubordinateAggregates()
const;
92 virtual bool isEntity()
const {
return false; };
93 virtual bool isUnit()
const {
return false; };
111 virtual void initializeRemoteStateComponents();
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: statePropertiesStateComponent.h:93
virtual bool isEntity() const
Definition: simAggregateRemoteEntityNetInterface.h:92
virtual bool isUnit() const
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: simAggregateRemoteEntityNetInterface.h:93
Definition: reflectedExtAggregate.h:35
WaitingForSubordinateMap myWaitingForSubordinateMap
Definition: simAggregateRemoteEntityNetInterface.h:122
virtual bool isAggregate() const
Definition: simAggregateRemoteEntityNetInterface.h:86
Definition: simRemoteEntityNetInterface.h:31
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:60
bool myWarnOnSubordinateOrderDecodingError
Definition: simAggregateRemoteEntityNetInterface.h:119
Definition: simAggregateRemoteEntityNetInterface.h:30
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
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:339
DtGlobalObjectDesignatorList myNetSubordinateEntities
Definition: simAggregateRemoteEntityNetInterface.h:114
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
#define DT_DLL_vrlinkNetworkInterface
This file is used to determine how to build.
Definition: vrlinkNetworkInterfaceDefines.h:24
std::map< DtString, int > WaitingForSubordinateMap
Definition: simAggregateRemoteEntityNetInterface.h:121
DtVariableDatumRecord myPreviousSubordinateOrderRecord
Definition: simAggregateRemoteEntityNetInterface.h:117
DtGlobalObjectDesignatorList myNetSubordinateAggregates
Definition: simAggregateRemoteEntityNetInterface.h:115
DtExtAggregateStateRepository class extends the DtExtAggregateBaseStateRepository to be able to handl...
Definition: extAggregateStateRepository.h:26