VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Static Protected Member Functions
DtInteractionWithDataDecoder Class Reference

class DtInteractionWithDataDecoder: More...

+ Inheritance diagram for DtInteractionWithDataDecoder:
+ Collaboration diagram for DtInteractionWithDataDecoder:

Public Member Functions

 DtInteractionWithDataDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc, bool containsFixedDatums=true)
 constructor More...
 
virtual ~DtInteractionWithDataDecoder ()
 destructor More...
 
 DtInteractionWithDataDecoder (const DtInteractionWithDataDecoder &orig)
 copy constructor More...
 
DtInteractionWithDataDecoderoperator= (const DtInteractionWithDataDecoder &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::ParameterHandleValueMap &pvMap)
 Decode the interaction. More...
 
virtual RTI::InteractionClassHandle interactionClassHandle ()
 Get the interaction's class handle. More...
 
virtual DtInteractionDecoderclone () const
 Returns a new-ed clone of this object. More...
 
virtual DtInteractionDecoderclone (DtInterClassDesc *interDesc) const
 Returns a new-ed clone of this object which corresponds to the inter description interDesc. More...
 

Protected Member Functions

 DtDECLARE_INTERWDATA_PARAM_DECODER (FixedDatums)
 Individual parameter decoders. More...
 
 DtDECLARE_INTERWDATA_PARAM_DECODER (VariableDatumSet)
 
- Protected Member Functions inherited from DtInteractionDecoder
 DtInteractionDecoder (const DtInteractionDecoder &orig)
 copy constructor - not implemented. More...
 
DtInteractionDecoderoperator= (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...
 

Static Protected Member Functions

static void decodeVariableDatumSet_2_d_14 (DtInteractionWithData *inter, const RTI::ParameterHandleValuePairSet &params, int index)
 
static void decodeVariableDatumSet_2_d_17 (DtInteractionWithData *inter, const RTI::ParameterHandleValuePairSet &params, 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. 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 DtNetEventIdeventIdParameterData (const RTI::ParameterHandleValuePairSet &params, 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
DtExerciseConnmyExConn
 
DtInterClassDescmyClassDesc
 
RTI::InteractionClassHandle myClassHandle
 
std::map< RTI::ParameterHandle,
DtParameterDecoder
myList
 myList is an array of classDesc->maxParamHandle() items. More...
 

Detailed Description

class DtInteractionWithDataDecoder:

Instances of DtInteractionWithDataDecoder are used to decode the datum of RPR FOM Interactions that use fixed and var datum records.

Constructor & Destructor Documentation

DtInteractionWithDataDecoder::DtInteractionWithDataDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc,
bool  containsFixedDatums = true 
)

constructor

virtual DtInteractionWithDataDecoder::~DtInteractionWithDataDecoder ( )
virtual

destructor

DtInteractionWithDataDecoder::DtInteractionWithDataDecoder ( const DtInteractionWithDataDecoder orig)

copy constructor

Member Function Documentation

static void DtInteractionWithDataDecoder::decodeVariableDatumSet_2_d_14 ( DtInteractionWithData inter,
const RTI::ParameterHandleValuePairSet params,
int  index 
)
staticprotected
static void DtInteractionWithDataDecoder::decodeVariableDatumSet_2_d_17 ( DtInteractionWithData inter,
const RTI::ParameterHandleValuePairSet params,
int  index 
)
staticprotected
DtInteractionWithDataDecoder::DtDECLARE_INTERWDATA_PARAM_DECODER ( FixedDatums  )
protected

Individual parameter decoders.

DtInteractionWithDataDecoder::DtDECLARE_INTERWDATA_PARAM_DECODER ( VariableDatumSet  )
protected
DtInteractionWithDataDecoder& DtInteractionWithDataDecoder::operator= ( const DtInteractionWithDataDecoder orig)

assignment operator


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)