![]() |
VR-Forces Developer's Guide
|
General dictionary of values that state can subclass from to hold information that is considered "external" to a simulation run by VR-Forces and can be used to display additional information in the front-end.

Public Member Functions | |
| DtExternalDataState () | |
| DtExternalDataState (const DtExternalDataState &) | |
| virtual | ~DtExternalDataState () |
| const DtSimpleTypedDictionary & | dictionary () const |
| DtSimpleTypedDictionary & | dictionary () |
| virtual std::string | dataHandlerType () const =0 |
| virtual std::string | visualHandlerType () const =0 |
| bool | operator== (const DtExternalDataState &) const |
Public Member Functions inherited from makVrv::DtVrlinkSimulatedBaseState | |
| DtVrlinkSimulatedBaseState () | |
| virtual | ~DtVrlinkSimulatedBaseState () |
| bool | operator== (const DtVrlinkSimulatedBaseState &rhs) const |
| bool | operator!= (const DtVrlinkSimulatedBaseState &rhs) const |
Public Member Functions inherited from makVrv::DtSimState | |
| DtSimState () | |
| virtual | ~DtSimState () |
Public Attributes | |
| DtSimpleTypedDictionary | myDictionary |
Public Attributes inherited from makVrv::DtVrlinkSimulatedBaseState | |
| std::string | myGlobalId |
| std::string | myEntityId |
| std::string | myMarkingText |
| std::string | myEntityType |
| std::string | myAttachedToId |
| int | myForce |
| makVrf::DtExternalDataState::DtExternalDataState | ( | ) |
CTOR.
| makVrf::DtExternalDataState::DtExternalDataState | ( | const DtExternalDataState & | ) |
|
virtual |
DTOR.
|
inline |
|
inline |
|
pure virtual |
Implemented in makVrf::DtSpotReportState, and makVrf::DtVrfTDLMessageDataState.
|
pure virtual |
Implemented in makVrf::DtSpotReportState, and makVrf::DtVrfTDLMessageDataState.
| bool makVrf::DtExternalDataState::operator== | ( | const DtExternalDataState & | ) | const |
| DtSimpleTypedDictionary makVrf::DtExternalDataState::myDictionary |