9 #ifndef DtEnvironmentProcessDecoder_H_
10 #define DtEnvironmentProcessDecoder_H_
27 #define DtDECLARE_ENVPROC_ATTR_DECODER(attrName) \
28 DtDECLARE_ATTR_DECODER(DtEnvironmentProcessRepository, attrName)
43 DtObjClassDesc* classDesc);
58 static DtHlaStateDecoder* create(
60 DtObjClassDesc* classDesc);
65 DtDECLARE_ENVPROC_ATTR_DECODER(ProcessIdentifier);
66 DtDECLARE_ENVPROC_ATTR_DECODER(Type);
67 DtDECLARE_ENVPROC_ATTR_DECODER(ModelType);
68 DtDECLARE_ENVPROC_ATTR_DECODER(EnvironmentProcessActive);
69 DtDECLARE_ENVPROC_ATTR_DECODER(SequenceNumber);
70 DtDECLARE_ENVPROC_ATTR_DECODER(EnvironmentRecData);
71 DtDECLARE_ENVPROC_ATTR_DECODER(EnvironmentRecData_RPR_20014);
72 DtDECLARE_ENVPROC_ATTR_DECODER(EnvironmentRecData_RPR_20017);
73 DtDECLARE_ENVPROC_ATTR_DECODER(EnvironmentRecData_RPR_20017_Rev4);
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: exerciseConnDIS.h:62
Contains the DtEnvironmentProcessRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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.
This file contains the declaration of DtHlaStateDecoder.
Instances of DtEnvironmentProcessDecoder process Environment Process PDU's into DtEnvironmentProcessR...
Definition: environmentProcessDecoderDIS.h:24