10 #include <vl/environmentProcessEncoderHLA.h>
14 #define DtDECLARE_EP_ATTR_CHECKER(attrName) \
15 DtDECLARE_ATTR_CHECKER(DtEnvironmentProcessRepository, attrName)
17 #define DtDECLARE_EP_ATTR_ENCODER(attrName) \
18 DtDECLARE_ATTR_ENCODER(DtEnvironmentProcessRepository, attrName)
20 #define DtDEFINE_SIMPLE_EP_ATTR_ENCODER( \
21 attrName, netType, inspector) \
22 DtDEFINE_SIMPLE_ATTR_ENCODER( \
24 DtEnvironmentProcessRepository, \
25 attrName, netType, inspector)
27 #define DtDEFINE_SIMPLE_EP_ATTR_CHECKER( \
28 attrName, inspector) \
29 DtDEFINE_SIMPLE_ATTR_CHECKER( \
31 DtEnvironmentProcessRepository, \
47 EpEncoder(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
#define DtDECLARE_EP_ATTR_ENCODER(attrName)
Definition: epEncHLA.h:17
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
#define DtDECLARE_EP_ATTR_CHECKER(attrName)
Definition: epEncHLA.h:14