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

class DtRibbonBridgeObjectTransactionDecoder: More...

+ Inheritance diagram for DtRibbonBridgeObjectTransactionDecoder:
+ Collaboration diagram for DtRibbonBridgeObjectTransactionDecoder:

Public Member Functions

 DtRibbonBridgeObjectTransactionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 constructor
virtual ~DtRibbonBridgeObjectTransactionDecoder ()
 destructor
 DtRibbonBridgeObjectTransactionDecoder (const DtRibbonBridgeObjectTransactionDecoder &orig)
 copy constructor
DtRibbonBridgeObjectTransactionDecoderoperator= (const DtRibbonBridgeObjectTransactionDecoder &orig)
 assignment operator
- Public Member Functions inherited from DtPointObjectTransactionDecoder
 DtPointObjectTransactionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 constructor
virtual ~DtPointObjectTransactionDecoder ()
 destructor
 DtPointObjectTransactionDecoder (const DtPointObjectTransactionDecoder &orig)
 copy constructor
DtPointObjectTransactionDecoderoperator= (const DtPointObjectTransactionDecoder &orig)
 assignment operator
- Public Member Functions inherited from DtEnvironmentObjectTransactionDecoder
 DtEnvironmentObjectTransactionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 constructor
virtual ~DtEnvironmentObjectTransactionDecoder ()
 destructor
 DtEnvironmentObjectTransactionDecoder (const DtEnvironmentObjectTransactionDecoder &orig)
 copy constructor
DtEnvironmentObjectTransactionDecoderoperator= (const DtEnvironmentObjectTransactionDecoder &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_RIB_BRIDGE_OBJ_PARAM_DECODER (NumberOfSegments)
 Individual parameter decoders.
- Protected Member Functions inherited from DtPointObjectTransactionDecoder
 DtDECLARE_POINT_OBJ_PARAM_DECODER (Location)
 Individual parameter decoders.
 DtDECLARE_POINT_OBJ_PARAM_DECODER (Orientation)
 DtDECLARE_POINT_OBJ_PARAM_DECODER (PercentComplete)
 DtDECLARE_POINT_OBJ_PARAM_DECODER (DamagedAppearance)
 DtDECLARE_POINT_OBJ_PARAM_DECODER (ObjectPreDistributed)
 DtDECLARE_POINT_OBJ_PARAM_DECODER (Deactivated)
 DtDECLARE_POINT_OBJ_PARAM_DECODER (Smoking)
 DtDECLARE_POINT_OBJ_PARAM_DECODER (Flaming)
- Protected Member Functions inherited from DtEnvironmentObjectTransactionDecoder
 DtDECLARE_ENV_OBJ_PARAM_DECODER (ObjectIdentifier)
 Individual parameter decoders.
 DtDECLARE_ENV_OBJ_PARAM_DECODER (ReferencedObjectIdentifier)
 DtDECLARE_ENV_OBJ_PARAM_DECODER (ForceIdentifier)
 DtDECLARE_ENV_OBJ_PARAM_DECODER (ObjectType)
 DtDECLARE_ENV_OBJ_PARAM_DECODER (RequestingIdentifier)
 DtDECLARE_ENV_OBJ_PARAM_DECODER (ReceivingIdentifier)
- 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
- 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 DtRibbonBridgeObjectTransactionDecoder:

Instances of DtRibbonBridgeObjectTransactionDecoder are used to decode Ribbon Bridge Object Transactions from the network.

Constructor & Destructor Documentation

DtRibbonBridgeObjectTransactionDecoder::DtRibbonBridgeObjectTransactionDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)

constructor

virtual DtRibbonBridgeObjectTransactionDecoder::~DtRibbonBridgeObjectTransactionDecoder ( )
virtual

destructor

DtRibbonBridgeObjectTransactionDecoder::DtRibbonBridgeObjectTransactionDecoder ( const DtRibbonBridgeObjectTransactionDecoder orig)

copy constructor

Member Function Documentation

DtRibbonBridgeObjectTransactionDecoder::DtDECLARE_RIB_BRIDGE_OBJ_PARAM_DECODER ( NumberOfSegments  )
protected

Individual parameter decoders.

DtRibbonBridgeObjectTransactionDecoder& DtRibbonBridgeObjectTransactionDecoder::operator= ( const DtRibbonBridgeObjectTransactionDecoder orig)

assignment operator


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

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)