![]() |
VR-Link API Documentation for HLA Evolved
|
This file provides a declaration of the class DtEnvironmentProcessDecoder. More...
Go to the source code of this file.
Classes | |
| class | DtEnvironmentProcessDecoder |
| class DtEnvironmentProcessDecoder: More... | |
Macros | |
| #define | DtDECLARE_ENVPROC_ATTR_DECODER(attrName) DtDECLARE_ATTR_DECODER(DtEnvironmentProcessRepository, attrName) |
| Macro for declaring attribute decoding fns which are members of the class. | |
| #define | DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER(attrName, netType, mutator) |
| This macro is used to define a simple attribute decoder function (members of a derived DtHlaStateDecoder that decode individual attributes). | |
| #define | DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr) |
This file provides a declaration of the class DtEnvironmentProcessDecoder.
| #define DtDECLARE_ENVPROC_ATTR_DECODER | ( | attrName | ) | DtDECLARE_ATTR_DECODER(DtEnvironmentProcessRepository, attrName) |
Macro for declaring attribute decoding fns which are members of the class.
| #define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER | ( | attrName, | |
| netType, | |||
| mutator | |||
| ) |
This macro is used to define a simple attribute decoder function (members of a derived DtHlaStateDecoder that decode individual attributes).
The simple decoding is just to convert the value pulled out of the ahvps to a host type using a cast to netType, and pass it to the mutator function.