7 #ifndef VehicleEncoder_H_
8 #define VehicleEncoder_H_
18 #define DtDECLARE_TEST_ATTR_CHECKER(attrName) \
19 DtDECLARE_ATTR_CHECKER(DtEntityStateRepository, attrName)
24 #define DtDECLARE_TEST_ATTR_ENCODER(attrName) \
25 DtDECLARE_ATTR_ENCODER(DtEntityStateRepository, attrName)
37 virtual ~VehicleEncoder();
46 DtDECLARE_TEST_ATTR_ENCODER(VehicleType);
47 DtDECLARE_TEST_ATTR_ENCODER(GeocLoc);
54 DtDECLARE_TEST_ATTR_CHECKER(VehicleType);
55 DtDECLARE_TEST_ATTR_CHECKER(GeocLoc);
#define DT_DLL_FOMMAP
Definition: myFomMap.h:21
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 DtHlaStateEncoder.
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:42