|
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | Creates an instance of DtMode5Decoder. More...
|
| |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | Creates an instance of DtIFFDataDecoder. 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 | decodeIsOn (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes IsOn from attrs into rep. More...
|
| |
| static void | decodeIsDamaged (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes IsDamaged from attrs into rep. More...
|
| |
| static void | decodeIsMalfunctioning (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes IsMalfunctioning from attrs into rep. More...
|
| |
| static void | decodePseudoCryptoCodeAvailable (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes PseudoCryptoCodeAvailable from attrs into rep. More...
|
| |
| static void | decodePseudoCryptoCode (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes PseudoCryptoCode from attrs into rep. More...
|
| |
| static void | decodeSpecificInformation (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes SpecificInformation from attrs into rep. More...
|
| |
| static void | decodeMission (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes Mission from attrs into rep. More...
|
| |
| static void | decodeMessageFormatsCapable (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes MessageFormatsCapable from attrs into rep. More...
|
| |
| static void | decodePlatformType (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes PlatformType from attrs into rep. More...
|
| |
| static void | decodeNationalOrigin (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes NationalOrigin from attrs into rep. More...
|
| |
| static void | decodePlatformIdentificationNumber (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes PlatformIdentificationNumber from attrs into rep. More...
|
| |
| static void | decodeAntennaSelection (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes AntennaSelection from attrs into rep. More...
|
| |
| static void | decodeLevelSelection (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes LevelSelection from attrs into rep. More...
|
| |
| static void | decodeSquitterIsOn (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes SquitterIsOn from attrs into rep. More...
|
| |
| static void | decodeLevel2SquitterStatus (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes Level2SquitterStatus from attrs into rep. More...
|
| |
| static void | decodeLineTestIsEnabled (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes LineTestIsEnabled from attrs into rep. More...
|
| |
| static void | decodeReply (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes Reply from attrs into rep. More...
|
| |
| static void | decodeFigureOfMerit (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes FigureOfMerit from attrs into rep. More...
|
| |
| static void | decodeNavigationSource (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes NavigationSource from attrs into rep. More...
|
| |
| static void | decodeLocationDataIsPresent (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes LocationDataIsPresent from attrs into rep. More...
|
| |
| static void | decodeLocationErrorDataIsPresent (DtMode5StateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes LocationErrorDataIsPresent from attrs into rep. More...
|
| |
| static void | decodeIFFSystemIdentifier (DtIFFDataStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes IFFSystemIdentifier from attrs into rep. More...
|
| |
| static void | decodeIffData (DtIFFDataStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes IFFData from attrs into rep. More...
|
| |
| static void | decodeReportingSimulation (DtIFFDataStateRepository *rep, const RTI::AttributeHandleValuePairSet &attrs, int pairSetIndex) |
| | Decodes ReportingSimulation from attrs into rep. More...
|
| |
Instances of DtMode5Decoder are used to decode data from the network into DtMode5StateRepository objects.