![]() |
VR-Link API Documentation for HLA 1516
|
This file provides a declaration of the class DtGriddedDataDecoder. More...
Go to the source code of this file.
Classes | |
| class | DtGriddedDataDecoder |
| class DtGriddedDataDecoder: More... | |
Macros | |
| #define | DtDECLARE_GRIDDATA_ATTR_DECODER(attrName) DtDECLARE_ATTR_DECODER(DtGriddedDataRepository, attrName) |
| Macro for declaring attribute decoding fns which are members of the class. | |
| #define | DtDEFINE_SIMPLE_GRIDDATA_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_GRIDDATA_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr) |
This file provides a declaration of the class DtGriddedDataDecoder.
| #define DtDECLARE_GRIDDATA_ATTR_DECODER | ( | attrName | ) | DtDECLARE_ATTR_DECODER(DtGriddedDataRepository, attrName) |
Macro for declaring attribute decoding fns which are members of the class.
| #define DtDEFINE_SIMPLE_GRIDDATA_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.