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)