VR-Link API Documentation for HLA 1516
List of all members | Public Member Functions | Protected Member Functions
DtTransferControlDecoder Class Reference

class DtTransferControlDecoder: More...

+ Inheritance diagram for DtTransferControlDecoder:
+ Collaboration diagram for DtTransferControlDecoder:

Public Member Functions

 DtTransferControlDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 DtTransferControlDecoder (const DtTransferControlDecoder &orig)
virtual ~DtTransferControlDecoder ()
DtTransferControlDecoderoperator= (const DtTransferControlDecoder &orig)
- 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::ParameterHandleValueMap &pvMap)
 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_TRANSCTRL_PARAM_DECODER (OriginatingEntity)
 Individual parameter decoders.
 DtDECLARE_TRANSCTRL_PARAM_DECODER (ReceivingEntity)
 DtDECLARE_TRANSCTRL_PARAM_DECODER (RequestIdentifier)
 DtDECLARE_TRANSCTRL_PARAM_DECODER (TransferType)
 DtDECLARE_TRANSCTRL_PARAM_DECODER (TransferEntity)
 DtDECLARE_TRANSCTRL_PARAM_DECODER (RecordSetData)
- 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.
- 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 DtTransferControlDecoder:

Instances of DtTransferControlDecoder are used to decode TransferControl Interactions from the network.

Constructor & Destructor Documentation

DtTransferControlDecoder::DtTransferControlDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)
DtTransferControlDecoder::DtTransferControlDecoder ( const DtTransferControlDecoder orig)
virtual DtTransferControlDecoder::~DtTransferControlDecoder ( )
virtual

Member Function Documentation

DtTransferControlDecoder::DtDECLARE_TRANSCTRL_PARAM_DECODER ( OriginatingEntity  )
protected

Individual parameter decoders.

DtTransferControlDecoder::DtDECLARE_TRANSCTRL_PARAM_DECODER ( ReceivingEntity  )
protected
DtTransferControlDecoder::DtDECLARE_TRANSCTRL_PARAM_DECODER ( RequestIdentifier  )
protected
DtTransferControlDecoder::DtDECLARE_TRANSCTRL_PARAM_DECODER ( TransferType  )
protected
DtTransferControlDecoder::DtDECLARE_TRANSCTRL_PARAM_DECODER ( TransferEntity  )
protected
DtTransferControlDecoder::DtDECLARE_TRANSCTRL_PARAM_DECODER ( RecordSetData  )
protected
DtTransferControlDecoder& DtTransferControlDecoder::operator= ( const DtTransferControlDecoder orig)

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

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)