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)
#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: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtHlaStateEncoder.
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:37
#define DtDECLARE_TEST_ATTR_CHECKER(attrName)
This macro is used to declare static member functions for determining whether or not an attribute's u...
Definition: vehicleEnc.h:18
#define DtDECLARE_TEST_ATTR_ENCODER(attrName)
This macro is used to declare static member functions that perform attribute encoding.
Definition: vehicleEnc.h:24
A simple FOM encoder class.
Definition: vehicleEnc.h:29