![]() |
VR-Forces 4.10 Class Documentation
|
Go to the source code of this file.
Classes | |
| struct | makVrf::DtExternalDataState |
| 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. More... | |
| class | makVrf::DtExternalDataStateViewCollection |
| State view collection for external data. More... | |
Namespaces | |
| makVrf | |
| Contains makVrf::DtVrfDisDriver class. | |
Functions | |
| DT_DLL_VRFGUICORE makVrv::DtMessage & | makVrf::operator<< (makVrv::DtMessage &msg, const DtExternalDataState &state) |
| Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage. More... | |
| DT_DLL_VRFGUICORE makVrv::DtMessage & | makVrf::operator>> (makVrv::DtMessage &msg, DtExternalDataState &state) |
| Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage. More... | |
| template<typename T > | |
| makVrv::DtMessage & | makVrf::operator>> (makVrv::DtMessage &msg, std::set< T > &state) |
| template<typename T > | |
| makVrv::DtMessage & | makVrf::operator<< (makVrv::DtMessage &msg, const std::set< T > &state) |