7 #ifndef DtMilitaryEntityDecoder_H_
8 #define DtMilitaryEntityDecoder_H_
26 class DT_DLL_VL DtMilitaryEntityDecoder :
public DtPhysicalEntityDecoder
31 DtMilitaryEntityDecoder(
33 DtObjClassDesc* classDesc);
36 virtual ~DtMilitaryEntityDecoder();
39 DtMilitaryEntityDecoder(
const DtMilitaryEntityDecoder& orig);
42 DtMilitaryEntityDecoder& operator=(
const DtMilitaryEntityDecoder& orig);
48 static DtHlaStateDecoder* create(
50 DtObjClassDesc* classDesc);
60 DtDECLARE_ENTITY_ATTR_DECODER(AlternateEntityType);
61 DtDECLARE_ENTITY_ATTR_DECODER(CamouflageType);
62 DtDECLARE_ENTITY_ATTR_DECODER(FirePowerDisabled);
63 DtDECLARE_ENTITY_ATTR_DECODER(ForceID);
64 DtDECLARE_ENTITY_ATTR_DECODER(IsConcealed);
72 #define DtDEFINE_SIMPLE_MIL_ENTITY_ATTR_DECODER_WITH_CAST( \
73 attrName, netType, mutator, castExpr) \
74 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
75 DtMilitaryEntityDecoder, DtEntityStateRepository, \
76 attrName, netType, mutator, castExpr)
78 #define DtDEFINE_SIMPLE_MIL_ENTITY_ATTR_DECODER( \
79 attrName, netType, inspector) \
80 DtDEFINE_SIMPLE_MIL_ENTITY_ATTR_DECODER_WITH_CAST( \
81 attrName, netType, inspector, (netType))
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:36