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

class DtEventReportDecoder: More...

+ Inheritance diagram for DtEventReportDecoder:
+ Collaboration diagram for DtEventReportDecoder:

Public Member Functions

 DtEventReportDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 constructor
virtual ~DtEventReportDecoder ()
 destructor
 DtEventReportDecoder (const DtEventReportDecoder &orig)
 copy constructor
DtEventReportDecoderoperator= (const DtEventReportDecoder &orig)
 assignment operator
- Public Member Functions inherited from DtInteractionWithDataDecoder
 DtInteractionWithDataDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc, bool containsFixedDatums=true)
 constructor
virtual ~DtInteractionWithDataDecoder ()
 destructor
 DtInteractionWithDataDecoder (const DtInteractionWithDataDecoder &orig)
 copy constructor
DtInteractionWithDataDecoderoperator= (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 DtInteractionDecoderclone () const
 Returns a new-ed clone of this object.
virtual DtInteractionDecoderclone (DtInterClassDesc *interDesc) const
 Returns a new-ed clone of this object which corresponds to the inter description interDesc.

Protected Member Functions

 DtDECLARE_EVENTREP_PARAM_DECODER (OriginatingEntity)
 Individual parameter decoders.
 DtDECLARE_EVENTREP_PARAM_DECODER (ReceivingEntity)
 DtDECLARE_EVENTREP_PARAM_DECODER (EventType)
- Protected Member Functions inherited from DtInteractionWithDataDecoder
 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.
DtInteractionDecoderoperator= (const DtInteractionDecoder &orig)
 assignment operator - not implemented.
virtual void decodeParameter (DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvList, int index)
 Process (decode) the specified parameter.

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.
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 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.
static void decodeGenericParameter (DtInteractionWithEncDec *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i)
 Generic decoder class.
- Static Public Attributes inherited from DtInteractionDecoder
static bool theUseGetValuePointer
- Static Protected Member Functions inherited from DtInteractionWithDataDecoder
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)
- Protected Attributes inherited from DtInteractionDecoder
DtExerciseConnmyExConn
DtInterClassDescmyClassDesc
RTI::InteractionClassHandle myClassHandle
std::map< RTI::ParameterHandle,
DtParameterDecoder
myList
 myList is an array of classDesc->maxParamHandle() items.

Detailed Description

class DtEventReportDecoder:

Instances of DtEventReportDecoder are used to decode EventReport Interactions from the network.

Constructor & Destructor Documentation

DtEventReportDecoder::DtEventReportDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)

constructor

virtual DtEventReportDecoder::~DtEventReportDecoder ( )
virtual

destructor

DtEventReportDecoder::DtEventReportDecoder ( const DtEventReportDecoder orig)

copy constructor

Member Function Documentation

DtEventReportDecoder::DtDECLARE_EVENTREP_PARAM_DECODER ( OriginatingEntity  )
protected

Individual parameter decoders.

DtEventReportDecoder::DtDECLARE_EVENTREP_PARAM_DECODER ( ReceivingEntity  )
protected
DtEventReportDecoder::DtDECLARE_EVENTREP_PARAM_DECODER ( EventType  )
protected
DtEventReportDecoder& DtEventReportDecoder::operator= ( const DtEventReportDecoder orig)

assignment operator


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

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)