class DtDataQueryDecoder:
More...
Additional Inherited Members |
| typedef void(* | DtParameterDecoder )(DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i) |
| | Parameter decoder function signature.
|
| static char * | decodingBuffer (int length) |
| | Returns a pointer to a buffer that can be used to copy data obtained from a phvps.
|
| static char * | parameterData (const RTI::ParameterHandleValuePairSet &pvList, int index, RTI::ULong &length) |
| | Returns a pointer to a buffer containing the parameter data.
|
| 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.
|
| 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.
|
| static void | decodeGenericParameter (DtInteractionWithEncDec *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i) |
| | Generic decoder class.
|
| static bool | theUseGetValuePointer |
| DtExerciseConn * | myExConn |
| DtInterClassDesc * | myClassDesc |
| RTI::InteractionClassHandle | myClassHandle |
std::map< RTI::ParameterHandle,
DtParameterDecoder > | myList |
| | myList is an array of classDesc->maxParamHandle() items.
|
Detailed Description
class DtDataQueryDecoder:
Instances of DtDataQueryDecoder are used to decode DataQuery Interactions from the network.
Constructor & Destructor Documentation
| virtual DtDataQueryDecoder::~DtDataQueryDecoder |
( |
| ) |
|
|
virtual |
Member Function Documentation
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
OriginatingEntity |
| ) |
|
|
protected |
Individual parameter decoders.
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
ReceivingEntity |
| ) |
|
|
protected |
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
TimeInterval |
| ) |
|
|
protected |
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
RequestID |
| ) |
|
|
protected |
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
FixedDatumIDs |
| ) |
|
|
protected |
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
VariableDatumIDs |
| ) |
|
|
protected |
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
RequestIdentifier |
| ) |
|
|
protected |
RPR FOM <= 0.8 compatibility.
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
FixedDatumIdentifiers |
| ) |
|
|
protected |
| DtDataQueryDecoder::DtDECLARE_DATAQ_PARAM_DECODER |
( |
VariableDatumIdentifiers |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: