3 #ifndef DtRRBIffDecoder_H_
4 #define DtRRBIffDecoder_H_
18 #define DtDECLARE_RRB_IFF_ATTR_DECODER(attrName) \
19 DtDECLARE_ATTR_DECODER(DtIffStateRepository, attrName)
28 #define DtDEFINE_SIMPLE_RRB_IFF_ATTR_DECODER( \
29 attrName, netType, inspector) \
30 DtDEFINE_SIMPLE_RRB_IFF_ATTR_DECODER_WITH_CAST( \
31 attrName, netType, inspector, (netType))
38 #define DtDEFINE_SIMPLE_RRB_IFF_ATTR_DECODER_WITH_CAST( \
39 attrName, netType, mutator, castExpr) \
40 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
41 DtRRBIffDecoder, DtIffStateRepository, \
42 attrName, netType, mutator, castExpr)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
This file provides a declaration of the class DtIffDecoder.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Definition: rrbIffDecoder.h:45
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtIffDecoder & operator=(const DtIffDecoder &orig)
assignment operator
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
#define DtDECLARE_RRB_IFF_ATTR_DECODER(attrName)
We define several macros that can be helpful in defining the class, and the individual decoding funct...
Definition: rrbIffDecoder.h:18
The DtIffDecoder class:
Definition: iffDecoder.h:63