3 #ifndef DtNatoIffDecoder_H_
4 #define DtNatoIffDecoder_H_
22 #define DtDECLARE_NATO_IFF_ATTR_DECODER(attrName) \
23 DtDECLARE_ATTR_DECODER(DtIffStateRepository, attrName)
32 #define DtDEFINE_SIMPLE_NATO_IFF_ATTR_DECODER( \
33 attrName, netType, inspector) \
34 DtDEFINE_SIMPLE_NATO_IFF_ATTR_DECODER_WITH_CAST( \
35 attrName, netType, inspector, (netType))
42 #define DtDEFINE_SIMPLE_NATO_IFF_ATTR_DECODER_WITH_CAST( \
43 attrName, netType, mutator, castExpr) \
44 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
45 DtNatoIffDecoder, DtIffStateRepository, \
46 attrName, netType, mutator, castExpr)
48 #define DtDEFINE_SIMPLE_NATO_IFF_ATTR_DECODER_WITH_CAST_AND_PARAM( \
49 attrName, netType, mutator, param, castExpr) \
50 DtDEFINE_SIMPLE_IFF_ATTR_DECODER_WITH_CAST_AND_PARAM( \
51 DtNatoIffDecoder, attrName, netType, mutator, param, castExpr)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
This file provides a declaration of the class DtIffDecoder.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:57
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
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
The DtIffDecoder class:
Definition: iffDecoder.h:63
Definition: natoIffDecoder.h:53
#define DtDECLARE_NATO_IFF_ATTR_DECODER(attrName)
We define several macros that can be helpful in defining the class, and the individual decoding funct...
Definition: natoIffDecoder.h:22