9 #ifndef environmentObjectDecoder_H_
10 #define environmentObjectDecoder_H_
23 #define DtDECLARE_ENVIRONMENTOBJ_ATTR_DECODER(attrName) \
24 DtDECLARE_ATTR_DECODER(DtEnvironmentObjectRepository, attrName)
71 #define DtDEFINE_SIMPLE_ENVIRONMENTOBJ_ATTR_DECODER_WITH_CAST( \
72 attrName, netType, mutator, castExpr) \
73 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
74 DtEnvironmentObjectDecoder, DtEnvironmentObjectRepository, \
75 attrName, netType, mutator, castExpr)
77 #define DtDEFINE_SIMPLE_ENVIRONMENTOBJ_ATTR_DECODER( \
78 attrName, netType, inspector) \
79 DtDEFINE_SIMPLE_ENVIRONMENTOBJ_ATTR_DECODER_WITH_CAST( \
80 attrName, netType, inspector, (netType))
82 #endif //hEnvObjDec_H_
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtEnvironmentObjectDecoder:
Definition: environmentObjectDecoder.h:31
This file provides a declaration of the class DtBaseEmbeddedSystemDecoder.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
Instances of DtEnvironmentObjectRepository are used to maintain state information needed by environme...
Definition: environmentObjectRepository.h:24
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
#define DtDECLARE_ENVIRONMENTOBJ_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: environmentObjectDecoder.h:23