46 virtual std::string dataHandlerType()
const = 0;
47 virtual std::string visualHandlerType()
const = 0;
69 for (i = 0; i <
size; i++)
86 typename std::set<T>::const_iterator iter = state.begin();
87 while (iter != state.end())
102 makVrv::DtStateViewCollection<
DtExternalDataState>(de, makVrv::DtSimEntryUpdater::AnyUpdates)
This is the protocol independent state of an entity. Created/ deleted by DtEntityStateObject's. DtSimEntry's point to this state.
Definition: DtEntityState.h:33
DtSimpleTypedDictionary myDictionary
Definition: externalDataState.h:52
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
General dictionary of values that state can subclass from to hold information that is considered "ext...
Definition: externalDataState.h:25
DtExternalDataStateViewCollection(makVrv::DtDe &de)
Definition: externalDataState.h:101
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAerodromeState &state)
Decode a DtVrlinkSimulatedAerodromeState from a DtMessage.
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
voidpf void uLong size
Definition: ioapi.h:39
State view collection for external data. This is just a collection that can be used by other classes ...
Definition: externalDataState.h:98
const DtSimpleTypedDictionary & dictionary() const
Definition: externalDataState.h:36
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtSimpleTypedDictionary & dictionary()
Definition: externalDataState.h:41
Definition: simpleTypedDictionary.h:36
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtVrlinkSimulatedEntityState class.
size_t size() const
Get the current size of the message in bytes.
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAerodromeState &state)
Encode a DtVrlinkSimulatedAerodromeState into a DtMessage.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72