9 #ifndef environmentObjectEncoder_H_
10 #define environmentObjectEncoder_H_
23 #define DtDECLARE_ENVIRONMENTOBJ_ATTR_CHECKER(attrName) \
24 DtDECLARE_ATTR_CHECKER(DtEnvironmentObjectRepository, attrName)
28 #define DtDECLARE_ENVIRONMENTOBJ_ATTR_ENCODER(attrName) \
29 DtDECLARE_ATTR_ENCODER(DtEnvironmentObjectRepository, attrName)
80 #define DtDEFINE_SIMPLE_ENVIRONMENTOBJ_ATTR_ENCODER( \
81 attrName, netType, inspector) \
82 DtDEFINE_SIMPLE_ATTR_ENCODER(DtEnvironmentObjectEncoder, \
83 DtEnvironmentObjectRepository, \
84 attrName, netType, inspector)
91 #define DtDEFINE_SIMPLE_ENVIRONMENTOBJ_ATTR_CHECKER( \
92 attrName, inspector) \
93 DtDEFINE_SIMPLE_ATTR_CHECKER(DtEnvironmentObjectEncoder, \
94 DtEnvironmentObjectRepository, \
97 #endif //hEnvObjEnc_H_
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#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
class DtEnvironmentObjectEncoder:
Definition: environmentObjectEncoder.h:36
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Instances of DtEnvironmentObjectRepository are used to maintain state information needed by environme...
Definition: environmentObjectRepository.h:24
DtHlaStateEncoder & operator=(const DtHlaStateEncoder &orig)
assignment operator
#define DtDECLARE_ENVIRONMENTOBJ_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: environmentObjectEncoder.h:28
#define DtDECLARE_ENVIRONMENTOBJ_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: environmentObjectEncoder.h:23