|
| | DtNatoIffTransponderDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | constructor More...
|
| |
| virtual | ~DtNatoIffTransponderDecoder () |
| | destructor More...
|
| |
| | DtNatoIffTransponderDecoder (const DtNatoIffTransponderDecoder &orig) |
| | copy constructor More...
|
| |
| DtNatoIffTransponderDecoder & | operator= (const DtNatoIffTransponderDecoder &orig) |
| | assignment operator More...
|
| |
| | DtNatoIffDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | constructor More...
|
| |
| virtual | ~DtNatoIffDecoder () |
| | destructor More...
|
| |
| | DtNatoIffDecoder (const DtNatoIffDecoder &orig) |
| | copy constructor More...
|
| |
| DtNatoIffDecoder & | operator= (const DtNatoIffDecoder &orig) |
| | assignment operator More...
|
| |
| | DtIffDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | constructor More...
|
| |
| virtual | ~DtIffDecoder () |
| | destructor More...
|
| |
| | DtIffDecoder (const DtIffDecoder &orig) |
| | copy constructor More...
|
| |
| DtIffDecoder & | operator= (const DtIffDecoder &orig) |
| | assignment operator More...
|
| |
| | DtBaseEmbeddedSystemDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | default constructor More...
|
| |
| virtual | ~DtBaseEmbeddedSystemDecoder () |
| | destructor More...
|
| |
| | DtBaseEmbeddedSystemDecoder (const DtBaseEmbeddedSystemDecoder &orig) |
| | copy constructor More...
|
| |
| DtBaseEmbeddedSystemDecoder & | operator= (const DtBaseEmbeddedSystemDecoder &orig) |
| | assignment operator More...
|
| |
| | DtHlaStateDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | constructor More...
|
| |
| virtual | ~DtHlaStateDecoder () |
| | destructor More...
|
| |
| | DtHlaStateDecoder (const DtHlaStateDecoder &orig) |
| | copy constructor More...
|
| |
| DtHlaStateDecoder & | operator= (const DtHlaStateDecoder &orig) |
| | assignment operator More...
|
| |
| DtAttributeDecoder | addDecoder (RTI::AttributeHandle h, DtAttributeDecoder func) |
| | Add/Remove a decoding function for the attribute specified by handle. More...
|
| |
| DtAttributeDecoder | removeDecoder (RTI::AttributeHandle h) |
| |
| DtAttributeDecoder | addDecoder (char *attrName, DtAttributeDecoder func, bool complain=true) |
| | Add/Remove a decoding function for the attribute specified by name. More...
|
| |
| DtAttributeDecoder | removeDecoder (char *attrName, bool complain=true) |
| |
| virtual DtAttributeDecoder | decoder (const RTI::AttributeHandle &handle) const |
| | Get the attribute decoder for the specified handle. More...
|
| |
| virtual void | decode (const DtStateMsg &msg, DtStateRepository *stateRep) const |
| | Decode the state message into the state repository. More...
|
| |
| virtual RTI::ObjectClassHandle | objectClassHandle () const |
| | Get the object's class handle. More...
|
| |
| virtual DtHlaStateDecoder * | clone () const |
| | Returns a new-ed clone of this object. More...
|
| |
| virtual DtHlaStateDecoder * | clone (DtObjClassDesc *classDesc) const |
| | Returns a new-ed clone of this object which corresponds to the class description classDesc. More...
|
| |
|
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| | Create a DtBaseEntityDecoder. Caller is responsible for deletion. 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...
|
| |