![]() |
VR-Link API Documentation for HLA 1516
|
Instances of DtBreachablePointObjectTransactionDecoder are used to decode Breachable Point Object Transactions from the network. More...
Inheritance diagram for DtBreachablePointObjectTransactionDecoder:
Collaboration diagram for DtBreachablePointObjectTransactionDecoder: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, 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