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