7 #ifndef DtMilitaryPlatformEntityDecoder_H_
8 #define DtMilitaryPlatformEntityDecoder_H_
26 class DT_DLL_VL DtMilitaryPlatformEntityDecoder :
public DtMilitaryEntityDecoder
31 DtMilitaryPlatformEntityDecoder(
33 DtObjClassDesc* classDesc);
36 virtual ~DtMilitaryPlatformEntityDecoder();
39 DtMilitaryPlatformEntityDecoder(
40 const DtMilitaryPlatformEntityDecoder& orig);
43 DtMilitaryPlatformEntityDecoder& operator=(
44 const DtMilitaryPlatformEntityDecoder& orig);
50 static DtHlaStateDecoder* create(
52 DtObjClassDesc* classDesc);
62 DtDECLARE_ENTITY_ATTR_DECODER(AfterburnerOn);
63 DtDECLARE_ENTITY_ATTR_DECODER(HasAmmunitionSupplyCap);
64 DtDECLARE_ENTITY_ATTR_DECODER(LauncherRaised);
72 #define DtDEFINE_SIMPLE_MIL_PLAT_ENTITY_ATTR_DECODER_WITH_CAST( \
73 attrName, netType, mutator, castExpr) \
74 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
75 DtMilitaryPlatformEntityDecoder, DtEntityStateRepository, \
76 attrName, netType, mutator, castExpr)
78 #define DtDEFINE_SIMPLE_MIL_PLAT_ENTITY_ATTR_DECODER( \
79 attrName, netType, inspector) \
80 DtDEFINE_SIMPLE_MIL_PLAT_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:37