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

Instances of DtBreachableLinearObjectTransactionDecoder are used to decode Breachable Linear Object Transactions from the network. More...

+ Inheritance diagram for DtBreachableLinearObjectTransactionDecoder:
+ Collaboration diagram for DtBreachableLinearObjectTransactionDecoder:

Public Member Functions

 DtBreachableLinearObjectTransactionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 constructor
virtual ~DtBreachableLinearObjectTransactionDecoder ()
 destructor
 DtBreachableLinearObjectTransactionDecoder (const DtBreachableLinearObjectTransactionDecoder &orig)
 copy constructor
DtBreachableLinearObjectTransactionDecoderoperator= (const DtBreachableLinearObjectTransactionDecoder &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_BREACH_LIN_OBJ_PARAM_DECODER (SegmentRecords)
 Individual parameter decoders.
- 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.
- 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

Instances of DtBreachableLinearObjectTransactionDecoder are used to decode Breachable Linear Object Transactions from the network.

Constructor & Destructor Documentation

DtBreachableLinearObjectTransactionDecoder::DtBreachableLinearObjectTransactionDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)

constructor

virtual DtBreachableLinearObjectTransactionDecoder::~DtBreachableLinearObjectTransactionDecoder ( )
virtual

destructor

DtBreachableLinearObjectTransactionDecoder::DtBreachableLinearObjectTransactionDecoder ( const DtBreachableLinearObjectTransactionDecoder orig)

copy constructor

Member Function Documentation

DtBreachableLinearObjectTransactionDecoder::DtDECLARE_BREACH_LIN_OBJ_PARAM_DECODER ( SegmentRecords  )
protected

Individual parameter decoders.

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

assignment operator


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

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)