Instances of DtAerodromeDecoder are used to decode data from the network into DtAerodromeStateRepository objects.
More...
|
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | Creates an instance of DtAerodromeDecoder. More...
|
| |
| static char * | decodingBuffer (int length) |
| | Returns a pointer to a buffer that can be used to copy data obtained from a phvps. More...
|
| |
| static char * | attributeData (const RTI::AttributeHandleValuePairSet &attrs, int index, RTI::ULong &length) |
| | Returns a pointer to the attribute data. More...
|
| |
| static char * | attributeData (const RTI::AttributeHandleValuePairSet &attrs, int index, RTI::ULong &length, unsigned int expectedDataSize, char *attrName) |
| | Gets the attribute data and checks the expected size. More...
|
| |
| static DtNetEventId * | eventIdAttributeData (const RTI::AttributeHandleValuePairSet &attrs, int index) |
| | Get the attribute data as a DtNetEventId (adds defensive null terminator) Returns a pointer to the attribute data. More...
|
| |
| static std::wstring | wideStringFromHlaUnicodeString (char *buffer, int size, bool *error=nullptr) |
| | Gets data from an incoming buffer as a HlaUnicodeString and decodes it as a wide string. More...
|
| |
| static bool | getVectorFromArrayOfUuid (char *buffer, int size, std::vector< DtVrlUuid > &uuids) |
| | Gets data from an incoming buffer as an ArrayOfUuid and decodes it as a vector of type DtVrlUuid. More...
|
| |
|
| static void | decodeUniqueId (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes UniqueId from attrs into rep. More...
|
| |
| static void | decodeForceIdentifier (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes ForceIdentifier from attrs into rep. More...
|
| |
| static void | decodeActive (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes Active from attrs into rep. More...
|
| |
| static void | decodeAirportCode (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes AirportCode from attrs into rep. More...
|
| |
| static void | decodeApronLight (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes ApronLight from attrs into rep. More...
|
| |
| static void | decodeApronFloodLight (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes ApronFloodLight from attrs into rep. More...
|
| |
| static void | decodeClearanceBarLight (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes ClearanceBarLight from attrs into rep. More...
|
| |
| static void | decodeTaxiwayCentreLight (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes TaxiwayCentreLight from attrs into rep. More...
|
| |
| static void | decodeTaxiwayEdgeLight (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes TaxiwayEdgeLight from attrs into rep. More...
|
| |
| static void | decodeTaxiwayIdentifierMarkerBoardLight (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes TaxiwayIdentifierMarkerBoardLight from attrs into rep. More...
|
| |
| static void | decodeUndercarriageInspectionSystemLight (DtAerodromeStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes UndercarriageInspectionSystemLight from attrs into rep. More...
|
| |
Instances of DtAerodromeDecoder are used to decode data from the network into DtAerodromeStateRepository objects.
| virtual DtAerodromeDecoder::~DtAerodromeDecoder |
( |
| ) |
|
|
virtual |
Decodes Active from attrs into rep.
Decodes AirportCode from attrs into rep.
Decodes ApronFloodLight from attrs into rep.
Decodes ApronLight from attrs into rep.
Decodes ClearanceBarLight from attrs into rep.
Decodes ForceIdentifier from attrs into rep.
Decodes TaxiwayCentreLight from attrs into rep.
Decodes TaxiwayEdgeLight from attrs into rep.
Decodes TaxiwayIdentifierMarkerBoardLight from attrs into rep.
Decodes UndercarriageInspectionSystemLight from attrs into rep.
Decodes UniqueId from attrs into rep.
The documentation for this class was generated from the following file: