15 class TestInteraction;
24 #define DtDECLARE_TEST_PARAM_ENCODER(paramName) \
25 DtDECLARE_PARAM_ENCODER(TestInteraction, paramName)
37 #define DtDEFINE_SIMPLE_TEST_PARAM_ENCODER(paramName, netType, inspector) \
38 DtDEFINE_SIMPLE_PARAM_ENCODER(TestEncoder, TestInteraction, \
39 paramName, netType, inspector)
43 class TestEncoder :
public DtInteractionEncoder
49 DtInterClassDesc* classDesc);
52 virtual ~TestEncoder();
61 DtDECLARE_TEST_PARAM_ENCODER(
Number);
68 DtDECLARE_TEST_PARAM_ENCODER(Vector);