![]() |
VR-Link API Documentation for HLA 1516
|
A decoder for the ShootInteraction. More...
Inheritance diagram for ShootDecoder:
Collaboration diagram for ShootDecoder:Public Member Functions | |
| ShootDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| Constructor. | |
| virtual | ~ShootDecoder () |
| Destructor. | |
Protected Member Functions | |
| DtDECLARE_SHOOT_PARAM_DECODER (Shooter) | |
| Individual parameter decoding functions - one for each parameter. | |
| DtDECLARE_SHOOT_PARAM_DECODER (Shootee) | |
A decoder for the ShootInteraction.
This is part of the MyFomMapper Example.
| ShootDecoder::ShootDecoder | ( | DtExerciseConn * | exConn, |
| DtInterClassDesc * | classDesc | ||
| ) |
Constructor.
| virtual ShootDecoder::~ShootDecoder | ( | ) | [virtual] |
Destructor.
| ShootDecoder::DtDECLARE_SHOOT_PARAM_DECODER | ( | Shooter | ) | [protected] |
Individual parameter decoding functions - one for each parameter.
These macros expand to look like this: static void decodeNumber(DtFireInteraction* inter, const RTI::ParameterHandleValuePairSet& params, int index);
| ShootDecoder::DtDECLARE_SHOOT_PARAM_DECODER | ( | Shootee | ) | [protected] |