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