9 #ifndef DtGriddedDataEncoder_H_
10 #define DtGriddedDataEncoder_H_
28 #define DtDECLARE_GRIDDATA_ATTR_CHECKER(attrName) \
29 DtDECLARE_ATTR_CHECKER(DtGriddedDataRepository, attrName)
33 #define DtDECLARE_GRIDDATA_ATTR_ENCODER(attrName) \
34 DtDECLARE_ATTR_ENCODER(DtGriddedDataRepository, attrName)
105 #define DtDEFINE_SIMPLE_GRIDDATA_ATTR_ENCODER( \
106 attrName, netType, inspector) \
107 DtDEFINE_SIMPLE_ATTR_ENCODER( \
108 DtGriddedDataEncoder, \
109 DtGriddedDataRepository, \
110 attrName, netType, inspector)
117 #define DtDEFINE_SIMPLE_GRIDDATA_ATTR_CHECKER( \
118 attrName, inspector) \
119 DtDEFINE_SIMPLE_ATTR_CHECKER( \
120 DtGriddedDataEncoder, \
121 DtGriddedDataRepository, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
This file exists to provide backwards compatibility only, and may be removed in a future release...
#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
This file provides protocol to independence DtExerciseConn.
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
#define DtDECLARE_GRIDDATA_ATTR_CHECKER(attrName)
Macro for declaring a static member fn which decides whether an attr needs to be encoded.
Definition: griddedDataEncoderHLA.h:28
#define DtDECLARE_GRIDDATA_ATTR_ENCODER(attrName)
Macro for declaring attr member fns which are members of the class.
Definition: griddedDataEncoderHLA.h:33
class DtGriddedDataEncoder
Definition: griddedDataEncoderHLA.h:41
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23