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