![]() |
VR-Link API Documentation for HLA 1.3
|
Go to the source code of this file.
Classes | |
| class | ShootEncoder |
| This is a simple encoder for the Shoot Interaction in the myFomMap example. More... | |
Macros | |
| #define | DtDECLARE_SHOOT_PARAM_ENCODER(paramName) DtDECLARE_PARAM_ENCODER(DtFireInteraction, paramName) |
| This macro can be used to declare the parameter encoding functions, which are static members of ShootEncoder. More... | |
| #define DtDECLARE_SHOOT_PARAM_ENCODER | ( | paramName | ) | DtDECLARE_PARAM_ENCODER(DtFireInteraction, paramName) |
This macro can be used to declare the parameter encoding functions, which are static members of ShootEncoder.
Just pass the name of the parameter. It uses a more general macro defined in interEncoder.h.