![]() |
VR-Link API Documentation for HLA Evolved
|
class DtLifeformDecoder: More...
Inheritance diagram for DtLifeformDecoder:
Collaboration diagram for DtLifeformDecoder:Public Member Functions | |
| DtLifeformDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| constructor | |
| virtual | ~DtLifeformDecoder () |
| destructor | |
| DtLifeformDecoder (const DtLifeformDecoder &orig) | |
| copy constructor | |
| DtLifeformDecoder & | operator= (const DtLifeformDecoder &orig) |
| assignment operator | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Create a DtLifeformDecoder. | |
Protected Member Functions | |
| void | addMyDecoders () |
| Add decoding functions for the attributes. | |
| DtDECLARE_ENTITY_ATTR_DECODER (FlashLightsOn) | |
| Static decode<AttributeName> member functions. | |
| DtDECLARE_ENTITY_ATTR_DECODER (StanceCode) | |
| DtDECLARE_ENTITY_ATTR_DECODER (PrimaryWeaponState) | |
| DtDECLARE_ENTITY_ATTR_DECODER (SecondaryWeaponState) | |
| DtDECLARE_ENTITY_ATTR_DECODER (ComplianceState) | |
class DtLifeformDecoder:
Instances of DtLifeformDecoder are used to decode a military platform entity state message into a state repository in an HLA (as opposed to DIS) environment.
| DtLifeformDecoder::DtLifeformDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
constructor
| virtual DtLifeformDecoder::~DtLifeformDecoder | ( | ) | [virtual] |
destructor
| DtLifeformDecoder::DtLifeformDecoder | ( | const DtLifeformDecoder & | orig | ) |
copy constructor
| void DtLifeformDecoder::addMyDecoders | ( | ) | [protected] |
Add decoding functions for the attributes.
Note: Non-virtual, since meant to be called from constructors to add decoders.
Reimplemented from DtPhysicalEntityDecoder.
| static DtHlaStateDecoder* DtLifeformDecoder::create | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) | [static] |
Create a DtLifeformDecoder.
User is responsible for deletion.
Reimplemented from DtPhysicalEntityDecoder.
| DtLifeformDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | FlashLightsOn | ) | [protected] |
Static decode<AttributeName> member functions.
| DtLifeformDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | StanceCode | ) | [protected] |
| DtLifeformDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | PrimaryWeaponState | ) | [protected] |
| DtLifeformDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | SecondaryWeaponState | ) | [protected] |
| DtLifeformDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | ComplianceState | ) | [protected] |
| DtLifeformDecoder& DtLifeformDecoder::operator= | ( | const DtLifeformDecoder & | orig | ) |
assignment operator