9 #ifndef DtEnvironmentProcessEncoder_H_
10 #define DtEnvironmentProcessEncoder_H_
28 #define DtDECLARE_ENVPROC_ATTR_CHECKER(attrName) \
29 DtDECLARE_ATTR_CHECKER(DtEnvironmentProcessRepository, attrName)
33 #define DtDECLARE_ENVPROC_ATTR_ENCODER(attrName) \
34 DtDECLARE_ATTR_ENCODER(DtEnvironmentProcessRepository, attrName)
63 static int recordSize_RPR_20014(
unsigned long theType) ;
90 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_ENCODER( \
91 attrName, netType, inspector) \
92 DtDEFINE_SIMPLE_ATTR_ENCODER( \
93 DtEnvironmentProcessEncoder, \
94 DtEnvironmentProcessRepository, \
95 attrName, netType, inspector)
102 #define DtDEFINE_SIMPLE_ENVPROC_ATTR_CHECKER( \
103 attrName, inspector) \
104 DtDEFINE_SIMPLE_ATTR_CHECKER( \
105 DtEnvironmentProcessEncoder, \
106 DtEnvironmentProcessRepository, \
#define DtDECLARE_ENVPROC_ATTR_CHECKER(attrName)
Macro for declaring a static member fn which decides whether an attr needs to be encoded.
Definition: environmentProcessEncoderHLA.h:28
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
Contains the DtEnvironmentProcessRepository class declaration.
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.
#define DtDECLARE_ENVPROC_ATTR_ENCODER(attrName)
Macro for declaring attr member fns which are members of the class.
Definition: environmentProcessEncoderHLA.h:33
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.
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.
class DtEnvironmentProcessEncoder
Definition: environmentProcessEncoderHLA.h:41