![]() |
VR-Link API Documentation for HLA 1.3
|
This file provides a declaration of the class DtPointObjTransDecoder. More...
Go to the source code of this file.
Classes | |
| class | DtPointObjectTransactionDecoder |
| class DtPointObjTransDecoder: More... | |
Defines | |
| #define | DtDECLARE_POINT_OBJ_PARAM_DECODER(paramName) DtDECLARE_PARAM_DECODER(DtPointObjectTransaction, paramName) |
| This can be used to declare parameter processor functions which are static members of a class. | |
| #define | DtDEFINE_SIMPLE_POINT_OBJ_PARAM_DECODER(paramName, netType, mutator) |
| #define | DtDEFINE_SIMPLE_POINT_OBJ_PARAM_DECODER_WITH_CAST(paramName, netType, mutator, castExpr) |
This file provides a declaration of the class DtPointObjTransDecoder.
| #define DtDECLARE_POINT_OBJ_PARAM_DECODER | ( | paramName | ) | DtDECLARE_PARAM_DECODER(DtPointObjectTransaction, paramName) |
This can be used to declare parameter processor functions which are static members of a class.
| #define DtDEFINE_SIMPLE_POINT_OBJ_PARAM_DECODER | ( | paramName, | |
| netType, | |||
| mutator | |||
| ) |
DtDEFINE_SIMPLE_PARAM_DECODER(DtPointObjectTransactionDecoder, DtPointObjectTransaction, \ paramName, netType, mutator)
| #define DtDEFINE_SIMPLE_POINT_OBJ_PARAM_DECODER_WITH_CAST | ( | paramName, | |
| netType, | |||
| mutator, | |||
| castExpr | |||
| ) |
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \ DtPointObjectTransactionDecoder, DtPointObjectTransaction, \ paramName, netType, mutator, castExpr)