VR-Link API Documentation for HLA Evolved
Public Member Functions | Protected Member Functions
TestDecoder Class Reference

This class decodes the Test interaction into the TestInteraction class. More...

+ Inheritance diagram for TestDecoder:
+ Collaboration diagram for TestDecoder:

List of all members.

Public Member Functions

 TestDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc)
 Constructor.
virtual ~TestDecoder ()
 Destructor.
 TestDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc)
 default constructor
virtual ~TestDecoder ()
 destructor

Protected Member Functions

 DtDECLARE_TEST_PARAM_DECODER (Number)
 Individual parameter decoding functions - one for each parameter.
 DtDECLARE_TEST_PARAM_DECODER (Vector)
 Individual parameter decoding functions - one for each parameter.
 DtDECLARE_TEST_ATTR_DECODER (Number)
 Individual attribute decoding functions - one for each attribute.
 DtDECLARE_TEST_ATTR_DECODER (Vector)

Detailed Description

This class decodes the Test interaction into the TestInteraction class.

The TestDecoder class.


Constructor & Destructor Documentation

TestDecoder::TestDecoder ( DtExerciseConn exConn,
DtInterClassDesc classDesc 
)

Constructor.

virtual TestDecoder::~TestDecoder ( ) [virtual]

Destructor.

TestDecoder::TestDecoder ( DtExerciseConn exConn,
DtObjClassDesc classDesc 
)

default constructor

virtual TestDecoder::~TestDecoder ( ) [virtual]

destructor


Member Function Documentation

Individual attribute decoding functions - one for each attribute.

These macros expand to look like this: static void decodeNumber(TestStateRepository* stateRep, const RTI::AttributeHandleValuePairSet& attrs, int pairSetIndex)

TestDecoder::DtDECLARE_TEST_ATTR_DECODER ( Vector  ) [protected]

Individual parameter decoding functions - one for each parameter.

These macros expand to look like this: static void decodeNumber(TestInteraction* inter, const RTI::ParameterHandleValuePairSet& params, int index);

Individual parameter decoding functions - one for each parameter.

These macros expand to look like this: static void decodeNumber(TestInteraction* inter, const RTI::ParameterHandleValuePairSet& params, int index);


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)