![]() |
VR-Link API Documentation for HLA Evolved
|
class DtMunitionEntityDecoder: More...
Inheritance diagram for DtMunitionEntityDecoder:
Collaboration diagram for DtMunitionEntityDecoder:Public Member Functions | |
| DtMunitionEntityDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| constructor | |
| virtual | ~DtMunitionEntityDecoder () |
| destructor | |
| DtMunitionEntityDecoder (const DtMunitionEntityDecoder &orig) | |
| copy constructor | |
| DtMunitionEntityDecoder & | operator= (const DtMunitionEntityDecoder &orig) |
| assignment operator | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Create a DtMunitionEntityDecoder. | |
Protected Member Functions | |
| void | addMyDecoders () |
| Add decoding functions for the attributes. | |
| DtDECLARE_ENTITY_ATTR_DECODER (LauncherFlashPresent) | |
| static decode<AttributeName> member functions. | |
class DtMunitionEntityDecoder:
Instances of DtMunitionEntityDecoder are used to decode a munition entity state message into a state repository in an HLA (as opposed to DIS) environment.
| DtMunitionEntityDecoder::DtMunitionEntityDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
constructor
| virtual DtMunitionEntityDecoder::~DtMunitionEntityDecoder | ( | ) | [virtual] |
destructor
copy constructor
| void DtMunitionEntityDecoder::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* DtMunitionEntityDecoder::create | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) | [static] |
Create a DtMunitionEntityDecoder.
User is responsible for deletion.
Reimplemented from DtMilitaryEntityDecoder.
| DtMunitionEntityDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | LauncherFlashPresent | ) | [protected] |
static decode<AttributeName> member functions.
| DtMunitionEntityDecoder& DtMunitionEntityDecoder::operator= | ( | const DtMunitionEntityDecoder & | orig | ) |
assignment operator