![]() |
VR-Link API Documentation for HLA 1516
|
This file declares the class DtStopFreezeDecoder. More...
Go to the source code of this file.
Classes | |
| class | DtStopFreezeDecoder |
| Instances of DtStopFreezeDecoder are used to decode StopFreeze Interactions from the network. More... | |
Defines | |
| #define | DtDECLARE_STOP_PARAM_DECODER(paramName) DtDECLARE_PARAM_DECODER(DtStopFreezeInteraction, paramName) |
| This can be used to declare parameter processor functions which are static members of a class. | |
| #define | DtDEFINE_SIMPLE_STOP_PARAM_DECODER(paramName, netType, mutator) |
| #define | DtDEFINE_SIMPLE_STOP_PARAM_DECODER_WITH_CAST(paramName, netType, mutator, castExpr) |
This file declares the class DtStopFreezeDecoder.
| #define DtDECLARE_STOP_PARAM_DECODER | ( | paramName | ) | DtDECLARE_PARAM_DECODER(DtStopFreezeInteraction, paramName) |
This can be used to declare parameter processor functions which are static members of a class.
| #define DtDEFINE_SIMPLE_STOP_PARAM_DECODER | ( | paramName, | |
| netType, | |||
| mutator | |||
| ) |
DtDEFINE_SIMPLE_PARAM_DECODER( \ DtStopFreezeDecoder, DtStopFreezeInteraction, \ paramName, netType, mutator)
| #define DtDEFINE_SIMPLE_STOP_PARAM_DECODER_WITH_CAST | ( | paramName, | |
| netType, | |||
| mutator, | |||
| castExpr | |||
| ) |
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \ DtStopFreezeDecoder, DtStopFreezeInteraction, \ paramName, netType, mutator, castExpr)