Go to the source code of this file.
Macro Definition Documentation
| #define DtDECLARE_INFLUENCE_PARAM_ENCODER |
( |
|
paramName | ) |
DtDECLARE_PARAM_ENCODER(DtInfluenceInteraction, paramName) |
This can be used to declare parameter processor functions which are static members of a class.
| #define DtDEFINE_SIMPLE_INFLUENCE_PARAM_ENCODER |
( |
|
paramName, |
|
|
|
netType, |
|
|
|
inspector |
|
) |
| |
Value:DtDEFINE_SIMPLE_PARAM_ENCODER( \
paramName, netType, inspector)
| #define DtDEFINE_SIMPLE_INFLUENCE_STRING_PARAM_ENCODER |
( |
|
paramName, |
|
|
|
inspector |
|
) |
| |
Value:
RTI::ParameterHandleValuePairSet* params, \
RTI::ParameterHandle paramHandle) \
params->add(paramHandle, (char*) netVal.c_str(), netVal.length()+1); \
}