8 #ifndef DtNatoIffEncoder_H_
9 #define DtNatoIffEncoder_H_
26 #define DtDECLARE_NATO_IFF_ATTR_CHECKER(attrName) \
27 DtDECLARE_ATTR_CHECKER(DtIffStateRepository, attrName)
31 #define DtDECLARE_NATO_IFF_ATTR_ENCODER(attrName) \
32 DtDECLARE_ATTR_ENCODER(DtIffStateRepository, attrName)
38 #define DtDEFINE_SIMPLE_NATO_IFF_ATTR_ENCODER( \
39 attrName, netType, inspector) \
40 DtDEFINE_SIMPLE_ATTR_ENCODER(DtNatoIffEncoder, \
41 DtIffStateRepository, attrName, netType, inspector)
48 #define DtDEFINE_SIMPLE_NATO_IFF_ATTR_CHECKER( \
49 attrName, inspector) \
50 DtDEFINE_SIMPLE_ATTR_CHECKER(DtNatoIffEncoder, \
51 DtIffStateRepository, attrName, inspector)
58 #define DtDEFINE_SIMPLE_NATO_IFF_ATTR_ENCODER_WITH_PARAM( \
59 attrName, netType, inspector, param) \
60 DtDEFINE_SIMPLE_IFF_ATTR_ENCODER_WITH_PARAM( \
61 DtNatoIffEncoder, attrName, netType, inspector, param)
68 #define DtDEFINE_SIMPLE_NATO_IFF_ATTR_CHECKER_WITH_PARAM( \
69 attrName, inspector, param) \
70 DtDEFINE_SIMPLE_IFF_ATTR_CHECKER_WITH_PARAM( \
71 DtNatoIffEncoder, attrName, inspector, param)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides a declaration of the class DtIffEncoder.
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:57
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
#define DtDECLARE_NATO_IFF_ATTR_CHECKER(attrName)
We define several macros that can be helpful in defining the class, and the individual decoding funct...
Definition: natoIffEncoder.h:26
The DtIffEncoder class:
Definition: iffEncoder.h:90
Definition: natoIffEncoder.h:74
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
DtIffEncoder & operator=(const DtIffEncoder &orig)
assignment operator
#define DtDECLARE_NATO_IFF_ATTR_ENCODER(attrName)
This is used to declare static member functions that perform attribute encoding.
Definition: natoIffEncoder.h:31