![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of DtBreachablePointObjectTransactionDecoder are used to decode Breachable Point Object Transactions from the network. More...
Inheritance diagram for DtBreachablePointObjectTransactionDecoder:
Collaboration diagram for DtBreachablePointObjectTransactionDecoder:Public Member Functions | |
| DtBreachablePointObjectTransactionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| constructor More... | |
| virtual | ~DtBreachablePointObjectTransactionDecoder () |
| destructor More... | |
| DtBreachablePointObjectTransactionDecoder (const DtBreachablePointObjectTransactionDecoder &orig) | |
| copy constructor More... | |
| DtBreachablePointObjectTransactionDecoder & | operator= (const DtBreachablePointObjectTransactionDecoder &orig) |
| assignment operator More... | |
Public Member Functions inherited from DtPointObjectTransactionDecoder | |
| DtPointObjectTransactionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| constructor More... | |
| virtual | ~DtPointObjectTransactionDecoder () |
| destructor More... | |
| DtPointObjectTransactionDecoder (const DtPointObjectTransactionDecoder &orig) | |
| copy constructor More... | |
| DtPointObjectTransactionDecoder & | operator= (const DtPointObjectTransactionDecoder &orig) |
| assignment operator More... | |
Public Member Functions inherited from DtEnvironmentObjectTransactionDecoder | |
| DtEnvironmentObjectTransactionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| constructor More... | |
| virtual | ~DtEnvironmentObjectTransactionDecoder () |
| destructor More... | |
| DtEnvironmentObjectTransactionDecoder (const DtEnvironmentObjectTransactionDecoder &orig) | |
| copy constructor More... | |
| DtEnvironmentObjectTransactionDecoder & | operator= (const DtEnvironmentObjectTransactionDecoder &orig) |
| assignment operator More... | |
Public Member Functions inherited from DtInteractionDecoder | |
| DtInteractionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| constructor More... | |
| virtual | ~DtInteractionDecoder () |
| destructor More... | |
| DtParameterDecoder | addDecoder (RTI::ParameterHandle handle, DtParameterDecoder proc) |
| Add/Remove a decoding function for the parameter specified by handle. More... | |
| DtParameterDecoder | addDecoder (char *name, DtParameterDecoder proc) |
| Add/Remove a decoding function for the parameter specified by name. More... | |
| virtual DtParameterDecoder | decoder (RTI::ParameterHandle handle) const |
| Get the parameter decoder for the specified handle. More... | |
| virtual void | decode (DtInteractionRep *interaction, const RTI::ParameterHandleValuePairSet &pvList) |
| Decode the interaction. More... | |
| virtual RTI::InteractionClassHandle | interactionClassHandle () |
| Get the interaction's class handle. More... | |
| virtual DtInteractionDecoder * | clone () const |
| Returns a new-ed clone of this object. More... | |
| virtual DtInteractionDecoder * | clone (DtInterClassDesc *interDesc) const |
| Returns a new-ed clone of this object which corresponds to the inter description interDesc. More... | |
Protected Member Functions | |
| DtDECLARE_BREACH_POINT_OBJ_PARAM_DECODER (BreachedStatus) | |
| Individual parameter decoders. More... | |
Protected Member Functions inherited from DtPointObjectTransactionDecoder | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (Location) | |
| Individual parameter decoders. More... | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (Orientation) | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (PercentComplete) | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (DamagedAppearance) | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (ObjectPreDistributed) | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (Deactivated) | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (Smoking) | |
| DtDECLARE_POINT_OBJ_PARAM_DECODER (Flaming) | |
Protected Member Functions inherited from DtEnvironmentObjectTransactionDecoder | |
| DtDECLARE_ENV_OBJ_PARAM_DECODER (ObjectIdentifier) | |
| Individual parameter decoders. More... | |
| DtDECLARE_ENV_OBJ_PARAM_DECODER (ReferencedObjectIdentifier) | |
| DtDECLARE_ENV_OBJ_PARAM_DECODER (ForceIdentifier) | |
| DtDECLARE_ENV_OBJ_PARAM_DECODER (ObjectType) | |
| DtDECLARE_ENV_OBJ_PARAM_DECODER (RequestingIdentifier) | |
| DtDECLARE_ENV_OBJ_PARAM_DECODER (ReceivingIdentifier) | |
Protected Member Functions inherited from DtInteractionDecoder | |
| DtInteractionDecoder (const DtInteractionDecoder &orig) | |
| copy constructor - not implemented. More... | |
| DtInteractionDecoder & | operator= (const DtInteractionDecoder &orig) |
| assignment operator - not implemented. More... | |
| virtual void | decodeParameter (DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvList, int index) |
| Process (decode) the specified parameter. More... | |
Additional Inherited Members | |
Public Types inherited from DtInteractionDecoder | |
| typedef void(* | DtParameterDecoder )(DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i) |
| Parameter decoder function signature. More... | |
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. More... | |
| static char * | parameterData (const RTI::ParameterHandleValuePairSet &pvList, int index, RTI::ULong &length) |
| Returns a pointer to a buffer containing the parameter data. More... | |
| static char * | parameterData (const RTI::ParameterHandleValuePairSet &pvList, int index, RTI::ULong &length, unsigned int expectedDataSize, const char *paramName) |
| Gets the parameter data and checks the expected size. More... | |
| static DtNetEventId * | eventIdParameterData (const RTI::ParameterHandleValuePairSet ¶ms, int index) |
| Get the parameter data as a DtNetEventId (adds defensive null terminator) Returns a pointer to the parameter data. More... | |
| static void | decodeGenericParameter (DtInteractionWithEncDec *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i) |
| Generic decoder class. More... | |
Static Public Attributes inherited from DtInteractionDecoder | |
| static bool | theUseGetValuePointer |
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. More... | |
Instances of DtBreachablePointObjectTransactionDecoder are used to decode Breachable Point Object Transactions from the network.
| DtBreachablePointObjectTransactionDecoder::DtBreachablePointObjectTransactionDecoder | ( | DtExerciseConn * | exConn, |
| DtInterClassDesc * | classDesc | ||
| ) |
constructor
|
virtual |
destructor
| DtBreachablePointObjectTransactionDecoder::DtBreachablePointObjectTransactionDecoder | ( | const DtBreachablePointObjectTransactionDecoder & | orig | ) |
copy constructor
|
protected |
Individual parameter decoders.
| DtBreachablePointObjectTransactionDecoder& DtBreachablePointObjectTransactionDecoder::operator= | ( | const DtBreachablePointObjectTransactionDecoder & | orig | ) |
assignment operator