![]() |
VR-Link API Documentation for HLA Evolved
|
class DtInteractionWithDataDecoder: More...
Inheritance diagram for DtInteractionWithDataDecoder:
Collaboration diagram for DtInteractionWithDataDecoder:Public Member Functions | |
| DtInteractionWithDataDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc, bool containsFixedDatums=true) | |
| constructor | |
| virtual | ~DtInteractionWithDataDecoder () |
| destructor | |
| DtInteractionWithDataDecoder (const DtInteractionWithDataDecoder &orig) | |
| copy constructor | |
| DtInteractionWithDataDecoder & | operator= (const DtInteractionWithDataDecoder &orig) |
| assignment operator | |
Public Member Functions inherited from DtInteractionDecoder | |
| DtInteractionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| constructor | |
| virtual | ~DtInteractionDecoder () |
| destructor | |
| DtParameterDecoder | addDecoder (RTI::ParameterHandle handle, DtParameterDecoder proc) |
| Add/Remove a decoding function for the parameter specified by handle. | |
| DtParameterDecoder | addDecoder (char *name, DtParameterDecoder proc) |
| Add/Remove a decoding function for the parameter specified by name. | |
| virtual DtParameterDecoder | decoder (RTI::ParameterHandle handle) const |
| Get the parameter decoder for the specified handle. | |
| virtual void | decode (DtInteractionRep *interaction, const RTI::ParameterHandleValuePairSet &pvList) |
| Decode the interaction. | |
| virtual RTI::InteractionClassHandle | interactionClassHandle () |
| Get the interaction's class handle. | |
| virtual DtInteractionDecoder * | clone () const |
| Returns a new-ed clone of this object. | |
| virtual DtInteractionDecoder * | clone (DtInterClassDesc *interDesc) const |
| Returns a new-ed clone of this object which corresponds to the inter description interDesc. | |
Protected Member Functions | |
| DtDECLARE_INTERWDATA_PARAM_DECODER (FixedDatums) | |
| Individual parameter decoders. | |
| DtDECLARE_INTERWDATA_PARAM_DECODER (VariableDatumSet) | |
Protected Member Functions inherited from DtInteractionDecoder | |
| DtInteractionDecoder (const DtInteractionDecoder &orig) | |
| copy constructor - not implemented. | |
| DtInteractionDecoder & | operator= (const DtInteractionDecoder &orig) |
| assignment operator - not implemented. | |
| virtual void | decodeParameter (DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvList, int index) |
| Process (decode) the specified parameter. | |
Static Protected Member Functions | |
| static void | decodeVariableDatumSet_2_d_14 (DtInteractionWithData *inter, const RTI::ParameterHandleValuePairSet ¶ms, int index) |
| static void | decodeVariableDatumSet_2_d_17 (DtInteractionWithData *inter, const RTI::ParameterHandleValuePairSet ¶ms, int index) |
Additional Inherited Members | |
Public Types inherited from DtInteractionDecoder | |
| typedef void(* | DtParameterDecoder )(DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i) |
| Parameter decoder function signature. | |
Static Public Member Functions inherited from DtInteractionDecoder | |
| static char * | decodingBuffer (int length) |
| Returns a pointer to a buffer that can be used to copy data obtained from a phvps. | |
Protected Attributes inherited from DtInteractionDecoder | |
| DtExerciseConn * | myExConn |
| DtInterClassDesc * | myClassDesc |
| RTI::InteractionClassHandle | myClassHandle |
| std::map< RTI::ParameterHandle, DtParameterDecoder > | myList |
| myList is an array of classDesc->maxParamHandle() items. | |
class DtInteractionWithDataDecoder:
Instances of DtInteractionWithDataDecoder are used to decode the datum of RPR FOM Interactions that use fixed and var datum records.
| DtInteractionWithDataDecoder::DtInteractionWithDataDecoder | ( | DtExerciseConn * | exConn, |
| DtInterClassDesc * | classDesc, | ||
| bool | containsFixedDatums = true |
||
| ) |
constructor
|
virtual |
destructor
| DtInteractionWithDataDecoder::DtInteractionWithDataDecoder | ( | const DtInteractionWithDataDecoder & | orig | ) |
copy constructor
|
staticprotected |
|
staticprotected |
|
protected |
Individual parameter decoders.
|
protected |
| DtInteractionWithDataDecoder& DtInteractionWithDataDecoder::operator= | ( | const DtInteractionWithDataDecoder & | orig | ) |
assignment operator