![]() |
VR-Forces 5.0.3 Developer's Guide
|
Go to the source code of this file.
Classes | |
| struct | makVrf::DtUnimplementedMethod |
| struct | makVrf::DtUnknownStateComponent |
Namespaces | |
| makVrf | |
Macros | |
| #define | COMPONENT_TYPE(type) (DtStateComponent::StateComponentType)(0x0000FFFF & type) |
| #define | CREATOR_TYPE(type) (DtStateComponent::StateComponentType)((0xFFFF0000 & type) >> 16) |
Typedefs | |
| typedef unsigned long long | makVrf::SimStateID |
| typedef unsigned long long | makVrf::UInt64 |
| typedef unsigned int | makVrf::UInt32 |
| typedef unsigned char | makVrf::UInt8 |
| typedef UInt8 | makVrf::Bool |
| typedef boost::function< void(const std::vector< UInt32 > &)> | makVrf::DtInstanceUpdatedCallback |
Functions | |
| DT_DLL_vrfStateData std::string | makVrf::LegionSVNRevision () |
Variables | |
| static const SimStateID | makVrf::InvalidSimStateID = 0xFFFFFFFFFFFFFFFF |
| #define COMPONENT_TYPE | ( | type | ) | (DtStateComponent::StateComponentType)(0x0000FFFF & type) |
| #define CREATOR_TYPE | ( | type | ) | (DtStateComponent::StateComponentType)((0xFFFF0000 & type) >> 16) |