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)
48 DtObjClassDesc* classDesc);
59 static DtHlaStateEncoder* create(
63 static int recordSize_RPR_20014(
unsigned long theType) ;
66 DtDECLARE_ENVPROC_ATTR_CHECKER(ProcessIdentifier);
67 DtDECLARE_ENVPROC_ATTR_CHECKER(Type);
68 DtDECLARE_ENVPROC_ATTR_CHECKER(ModelType);
69 DtDECLARE_ENVPROC_ATTR_CHECKER(EnvironmentProcessActive);
70 DtDECLARE_ENVPROC_ATTR_CHECKER(SequenceNumber);
71 DtDECLARE_ENVPROC_ATTR_CHECKER(EnvironmentRecData);
73 DtDECLARE_ENVPROC_ATTR_ENCODER(ProcessIdentifier);
74 DtDECLARE_ENVPROC_ATTR_ENCODER(Type);
75 DtDECLARE_ENVPROC_ATTR_ENCODER(ModelType);
76 DtDECLARE_ENVPROC_ATTR_ENCODER(EnvironmentProcessActive);
77 DtDECLARE_ENVPROC_ATTR_ENCODER(SequenceNumber);
78 DtDECLARE_ENVPROC_ATTR_ENCODER(EnvironmentRecData);
79 DtDECLARE_ENVPROC_ATTR_ENCODER(EnvironmentRecData_RPR_20014);
80 DtDECLARE_ENVPROC_ATTR_ENCODER(EnvironmentRecData_RPR_20017);
81 DtDECLARE_ENVPROC_ATTR_ENCODER(EnvironmentRecData_RPR_20017_Rev4);
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, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
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.
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.
Instances of DtEnvironmentProcessEncoder are used to take state information from a DtEnvironmentProce...
Definition: environmentProcessEncoderDIS.h:23