![]() |
VR-Link API Documentation for HLA 1.3
|
Go to the source code of this file.
Classes | |
| class | DtAppSpecificRadioSignalDecoder |
| Instances of DtAppSpecificRadioSignalDecoder are used to decode radio signal state messages into a state repository in an HLA environment. More... | |
Macros | |
| #define | DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName) DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName) |
| This can be used to declare parameter processor functions which are static members of a class. | |
| #define | DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName, netType, mutator) |
| #define | DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST(paramName, netType, mutator, castExpr) |
| #define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER | ( | paramName | ) | DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName) |
This can be used to declare parameter processor functions which are static members of a class.
| #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER | ( | paramName, | |
| netType, | |||
| mutator | |||
| ) |
| #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST | ( | paramName, | |
| netType, | |||
| mutator, | |||
| castExpr | |||
| ) |