Go to the source code of this file.
Macros |
| #define | DtDECLARE_TEST_PARAM_ENCODER(paramName) DtDECLARE_PARAM_ENCODER(TestInteraction, paramName) |
| | We define several macros that can be helpful in defining the class, and the individual encoding functions.
|
| #define | DtDEFINE_SIMPLE_TEST_PARAM_ENCODER(paramName, netType, inspector) |
| | This one can be used to define a "simple" parameter encoding function: one in which we merely obtain the data from this object using an inspector function, extract the data from the PHVPS, cast to to the "net" type used to store the FOM representation of the parameter, and add it to an RTI::ParameterHandleValuePairSet.
|