9 #ifndef DtGriddedDataDecoder_H_
10 #define DtGriddedDataDecoder_H_
27 #define DtDECLARE_GRIDDATA_ATTR_DECODER(attrName) \
28 DtDECLARE_ATTR_DECODER(DtGriddedDataRepository, attrName)
89 #define DtDEFINE_SIMPLE_GRIDDATA_ATTR_DECODER( \
90 attrName, netType, mutator) \
91 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
92 DtGriddedDataDecoder, \
93 DtGriddedDataRepository, \
94 attrName, netType, mutator, (netType))
96 #define DtDEFINE_SIMPLE_GRIDDATA_ATTR_DECODER_WITH_CAST( \
97 attrName, netType, mutator, castExpr) \
98 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
99 DtGriddedDataDecoder, \
100 DtGriddedDataRepository, \
101 attrName, netType, mutator, castExpr)
#define DtDECLARE_GRIDDATA_ATTR_DECODER(attrName)
Macro for declaring attribute decoding fns which are members of the class.
Definition: griddedDataDecoderHLA.h:27
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
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
This file provides protocol to independence DtExerciseConn.
DtHlaStateDecoder & operator=(const DtHlaStateDecoder &orig)
assignment operator
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
class DtGriddedDataDecoder:
Definition: griddedDataDecoderHLA.h:35
This file contains the declaration of DtHlaStateDecoder.
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23