7 #ifndef DtMilitaryPlatformEntityEncoder_H_
8 #define DtMilitaryPlatformEntityEncoder_H_
71 #define DtDEFINE_SIMPLE_MIL_PLAT_ENTITY_ATTR_ENCODER( \
72 attrName, netType, inspector) \
73 DtDEFINE_SIMPLE_ATTR_ENCODER(DtMilitaryPlatformEntityEncoder, \
74 DtEntityStateRepository, \
75 attrName, netType, inspector)
82 #define DtDEFINE_SIMPLE_MIL_PLAT_ENTITY_ATTR_CHECKER( \
83 attrName, inspector) \
84 DtDEFINE_SIMPLE_ATTR_CHECKER(DtMilitaryPlatformEntityEncoder, \
85 DtEntityStateRepository, \
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
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
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtMilitaryEntityEncoder.
DtDECLARE_ENTITY_ATTR_CHECKER(AlternateEntityType)
Static need<Attribute> member functions.
Contains the DtEntityStateRepository class declaration.
DtMilitaryEntityEncoder & operator=(const DtMilitaryEntityEncoder &orig)
assignment operator
DtDECLARE_ENTITY_ATTR_ENCODER(AlternateEntityType)
Static decode<Attribute> member functions.
This file provides a declaration of the class DtMilitaryEntityEncoder.
class DtMilitaryEntityEncoder:
Definition: militaryEntityEncoder.h:25