20 #define DtDECLARE_TEST_ATTR_DECODER(attrName) \
21 DtDECLARE_ATTR_DECODER(TestStateRepository, attrName)
30 #define DtDEFINE_SIMPLE_TEST_ATTR_DECODER( \
31 attrName, netType, inspector) \
32 DtDEFINE_SIMPLE_TEST_ATTR_DECODER_WITH_CAST( \
33 attrName, netType, inspector, (netType))
40 #define DtDEFINE_SIMPLE_TEST_ATTR_DECODER_WITH_CAST( \
41 attrName, netType, mutator, castExpr) \
42 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
43 TestDecoder, TestStateRepository, \
44 attrName, netType, mutator, castExpr)
47 class TestDecoder :
public DtHlaStateDecoder
54 DtObjClassDesc* classDesc);
57 virtual ~TestDecoder();
66 DtDECLARE_TEST_ATTR_DECODER(
Number);
67 DtDECLARE_TEST_ATTR_DECODER(Vector);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtHlaStateDecoder.