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