7 #ifndef DtSoldierEncoder_H_
8 #define DtSoldierEncoder_H_
66 #define DtDEFINE_SIMPLE_SOLDIER_ATTR_ENCODER( \
67 attrName, netType, inspector) \
68 DtDEFINE_SIMPLE_ATTR_ENCODER(DtSoldierEncoder, \
69 DtEntityStateRepository, \
70 attrName, netType, inspector)
77 #define DtDEFINE_SIMPLE_SOLDIER_ATTR_CHECKER( \
78 attrName, inspector) \
79 DtDEFINE_SIMPLE_ATTR_CHECKER(DtSoldierEncoder, \
80 DtEntityStateRepository, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#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: objClassDesc13.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
class DtSoldierEncoder:
Definition: soldierEncoder.h:24