|
| | DtNetnStateDecoderFactory (DtExerciseConn *exConn) |
| | constructor More...
|
| |
| virtual | ~DtNetnStateDecoderFactory () |
| | destructor More...
|
| |
| | DtRprStateDecoderFactory (DtExerciseConn *exConn) |
| | constructor More...
|
| |
| virtual | ~DtRprStateDecoderFactory () |
| | destructor More...
|
| |
| | DtStateDecoderFactory (DtExerciseConn *exConn) |
| | constructor More...
|
| |
| | DtStateDecoderFactory (DtFom *fom) |
| | constructor More...
|
| |
| virtual | ~DtStateDecoderFactory () |
| | destructor More...
|
| |
| virtual DtHlaStateDecoder * | createDecoder (RTI::ObjectClassHandle hand) |
| | Create a decoder for the specified object class. More...
|
| |
| virtual DtHlaStateDecoder * | addDecoder (RTI::ObjectClassHandle hand, DtHlaStateDecoder *decoder) |
| | Add a decoder prototype to the factory. More...
|
| |
| virtual void | addAttributeDecoder (RTI::ObjectClassHandle classHand, RTI::AttributeHandle attrHand, DtHlaStateDecoder::DtAttributeDecoder decoder, bool applyToSubclasses=true) |
| | This function is used to add an attribute decoder function to several prototype decoders all at once - namely, those associated with the object class denoted by hand, as well as all of its subclasses. More...
|
| |
| void | addAttributeDecoder (char *className, RTI::AttributeHandle attrHand, DtHlaStateDecoder::DtAttributeDecoder func, bool applyToSubclasses=true) |
| | Same as above, but identify class by name. More...
|
| |
| void | addAttributeDecoder (RTI::ObjectClassHandle classHand, char *attrName, DtHlaStateDecoder::DtAttributeDecoder func, bool applyToSubclasses=true) |
| | Same as above, but identify attr by name. More...
|
| |
| void | addAttributeDecoder (char *className, char *attrName, DtHlaStateDecoder::DtAttributeDecoder func, bool applyToSubclasses=true) |
| | Same as above, but identify class and attr by name. More...
|
| |
| virtual DtHlaStateDecoder * | decoder (RTI::ObjectClassHandle hand, bool copyBase=false) |
| | Returns the decoder prototype associated with handle by a previous call to addDecoder. More...
|
| |
Instances of DtNetnStateDecoderFactory are used to create a Real-time Platform Reference (RPR) Federation Object Model (FOM) decoder.