![]() |
VR-Link API Documentation for HLA Evolved
|
class DtDesignatorDecoder: More...
Inheritance diagram for DtDesignatorDecoder:
Collaboration diagram for DtDesignatorDecoder:Public Member Functions | |
| DtDesignatorDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| default constructor | |
| virtual | ~DtDesignatorDecoder () |
| destructor | |
| DtDesignatorDecoder (const DtDesignatorDecoder &orig) | |
| copy constructor | |
| DtDesignatorDecoder & | operator= (const DtDesignatorDecoder &orig) |
| assignment operator | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Create a DtBaseEntityDecoder. Caller is responsible for deletion. | |
Protected Member Functions | |
| void | addMyDecoders () |
| Add decoding functions for the attributes. | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (CodeName) | |
| Static decode<AttributeName> member functions. | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatorCode) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatorID) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatorSpotLocation) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (RelativeSpotLocation) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatedObject) | |
| For versions <= 0.8. | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatorWavelength) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatorPower) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DRAlgorithm) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (SpotLinearAcceleration) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatedObjectIdentifier) | |
| For versions > 0.8. | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatorEmissionWavelength) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DesignatorOutputPower) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (DeadReckoningAlgorithm) | |
| DtDECLARE_DESIGNATOR_ATTR_DECODER (SpotLinearAccelerationVector) | |
class DtDesignatorDecoder:
Instances of DtDesignatorDecoder are used to decode a Designator state message into a state repository in an HLA environment.
| DtDesignatorDecoder::DtDesignatorDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
default constructor
| virtual DtDesignatorDecoder::~DtDesignatorDecoder | ( | ) | [virtual] |
destructor
| DtDesignatorDecoder::DtDesignatorDecoder | ( | const DtDesignatorDecoder & | orig | ) |
copy constructor
| void DtDesignatorDecoder::addMyDecoders | ( | ) | [protected] |
Add decoding functions for the attributes.
Note: Non-virtual since meant to be called from constructors to add decoders.
Reimplemented from DtBaseEmbeddedSystemDecoder.
| static DtHlaStateDecoder* DtDesignatorDecoder::create | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) | [static] |
Create a DtBaseEntityDecoder. Caller is responsible for deletion.
Reimplemented from DtBaseEmbeddedSystemDecoder.
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | CodeName | ) | [protected] |
Static decode<AttributeName> member functions.
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatorCode | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatorID | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatorSpotLocation | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | RelativeSpotLocation | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatedObject | ) | [protected] |
For versions <= 0.8.
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatorWavelength | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatorPower | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DRAlgorithm | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | SpotLinearAcceleration | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatedObjectIdentifier | ) | [protected] |
For versions > 0.8.
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatorEmissionWavelength | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DesignatorOutputPower | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | DeadReckoningAlgorithm | ) | [protected] |
| DtDesignatorDecoder::DtDECLARE_DESIGNATOR_ATTR_DECODER | ( | SpotLinearAccelerationVector | ) | [protected] |
| DtDesignatorDecoder& DtDesignatorDecoder::operator= | ( | const DtDesignatorDecoder & | orig | ) |
assignment operator