9 #ifndef DtEnvironmentProcessDecoder_H_
10 #define DtEnvironmentProcessDecoder_H_
27 #define DtDECLARE_ENVPROC_ATTR_DECODER(attrName) \
28 DtDECLARE_ATTR_DECODER(DtEnvironmentProcessRepository, attrName)
82 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER( \
83 attrName, netType, mutator) \
84 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
85 DtEnvironmentProcessDecoder, \
86 DtEnvironmentProcessRepository, \
87 attrName, netType, mutator, (netType))
89 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER_WITH_CAST( \
90 attrName, netType, mutator, castExpr) \
91 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
92 DtEnvironmentProcessDecoder, \
93 DtEnvironmentProcessRepository, \
94 attrName, netType, mutator, castExpr)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Contains the DtEnvironmentProcessRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
This file provides protocol to independence DtExerciseConn.
DtHlaStateDecoder & operator=(const DtHlaStateDecoder &orig)
assignment operator
Instances of DtEnvironmentProcessRepository are used to store state information for environmental pro...
Definition: environmentProcessRepository.h:27
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
#define DtDECLARE_ENVPROC_ATTR_DECODER(attrName)
Macro for declaring attribute decoding fns which are members of the class.
Definition: environmentProcessDecoderHLA.h:27
This file contains the declaration of DtHlaStateDecoder.
class DtEnvironmentProcessDecoder:
Definition: environmentProcessDecoderHLA.h:36