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