21 #define DtDECLARE_TEST_ATTR_CHECKER(attrName) \
22 DtDECLARE_ATTR_CHECKER(TestStateRepository, attrName)
26 #define DtDECLARE_TEST_ATTR_ENCODER(attrName) \
27 DtDECLARE_ATTR_ENCODER(TestStateRepository, attrName)
33 #define DtDEFINE_SIMPLE_TEST_ATTR_ENCODER( \
34 attrName, netType, inspector) \
35 DtDEFINE_SIMPLE_ATTR_ENCODER(TestEncoder, \
36 TestStateRepository, attrName, netType, inspector)
43 #define DtDEFINE_SIMPLE_TEST_ATTR_CHECKER( \
44 attrName, inspector) \
45 DtDEFINE_SIMPLE_ATTR_CHECKER(TestEncoder, \
46 TestStateRepository, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This class encodes a Test interaction from a TestInteraction object.
Definition: testInter/testEnc.h:43
This file contains the declaration of DtHlaStateEncoder.
DtDECLARE_TEST_ATTR_CHECKER(Number)
Individual attribute checking functions - one for each attribute.
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
TestEncoder(DtExerciseConn *exConn, DtInterClassDesc *classDesc)
Constructor.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtDECLARE_TEST_ATTR_ENCODER(Number)
Individual attribute encoding functions - one for each attribute.
virtual ~TestEncoder()
Destructor.
Define the TestStateRepository class.
Definition: testSR.h:16