![]() |
VR-Link API Documentation for HLA 1516
|
class DtDataDecoder: More...
Inheritance diagram for DtDataDecoder:
Collaboration diagram for DtDataDecoder:Public Member Functions | |
| DtDataDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| constructor | |
| virtual | ~DtDataDecoder () |
| destructor | |
| DtDataDecoder (const DtDataDecoder &orig) | |
| copy constructor | |
| DtDataDecoder & | operator= (const DtDataDecoder &orig) |
| assignment operator | |
Protected Member Functions | |
| DtDECLARE_DATA_PARAM_DECODER (OriginatingEntity) | |
| Individual parameter decoders. | |
| DtDECLARE_DATA_PARAM_DECODER (ReceivingEntity) | |
| DtDECLARE_DATA_PARAM_DECODER (RequestIdentifier) | |
| DtDECLARE_DATA_PARAM_DECODER (FixedDatums) | |
| DtDECLARE_DATA_PARAM_DECODER (VariableDatumSet) | |
| DtDECLARE_DATA_PARAM_DECODER (RequestID) | |
| RPR FOM <= 0.8 compatibility. | |
Static Protected Member Functions | |
| static void | decodeVariableDatumSet_2_d_14 (DtDataInteraction *inter, const RTI::ParameterHandleValuePairSet ¶ms, int index) |
class DtDataDecoder:
Instances of DtDataDecoder are used to decode Data Interactions from the network.
| DtDataDecoder::DtDataDecoder | ( | DtExerciseConn * | exConn, |
| DtInterClassDesc * | classDesc | ||
| ) |
constructor
| virtual DtDataDecoder::~DtDataDecoder | ( | ) | [virtual] |
destructor
| DtDataDecoder::DtDataDecoder | ( | const DtDataDecoder & | orig | ) |
copy constructor
| static void DtDataDecoder::decodeVariableDatumSet_2_d_14 | ( | DtDataInteraction * | inter, |
| const RTI::ParameterHandleValuePairSet & | params, | ||
| int | index | ||
| ) | [static, protected] |
| DtDataDecoder::DtDECLARE_DATA_PARAM_DECODER | ( | OriginatingEntity | ) | [protected] |
Individual parameter decoders.
| DtDataDecoder::DtDECLARE_DATA_PARAM_DECODER | ( | ReceivingEntity | ) | [protected] |
| DtDataDecoder::DtDECLARE_DATA_PARAM_DECODER | ( | RequestIdentifier | ) | [protected] |
| DtDataDecoder::DtDECLARE_DATA_PARAM_DECODER | ( | FixedDatums | ) | [protected] |
| DtDataDecoder::DtDECLARE_DATA_PARAM_DECODER | ( | VariableDatumSet | ) | [protected] |
| DtDataDecoder::DtDECLARE_DATA_PARAM_DECODER | ( | RequestID | ) | [protected] |
RPR FOM <= 0.8 compatibility.
| DtDataDecoder& DtDataDecoder::operator= | ( | const DtDataDecoder & | orig | ) |
assignment operator