7 #ifndef DtMilitaryPlatformEntityEncoder_H_
8 #define DtMilitaryPlatformEntityEncoder_H_
25 class DT_DLL_VL DtMilitaryPlatformEntityEncoder :
public DtMilitaryEntityEncoder
30 DtMilitaryPlatformEntityEncoder(
32 DtObjClassDesc* classDesc);
35 virtual ~DtMilitaryPlatformEntityEncoder();
38 DtMilitaryPlatformEntityEncoder(
39 const DtMilitaryPlatformEntityEncoder& orig);
42 DtMilitaryPlatformEntityEncoder& operator=(
43 const DtMilitaryPlatformEntityEncoder& orig);
49 static DtHlaStateEncoder* create(
51 DtObjClassDesc* classDesc);
56 DtDECLARE_ENTITY_ATTR_CHECKER(AfterburnerOn);
57 DtDECLARE_ENTITY_ATTR_CHECKER(HasAmmunitionSupplyCap);
58 DtDECLARE_ENTITY_ATTR_CHECKER(LauncherRaised);
61 DtDECLARE_ENTITY_ATTR_ENCODER(AfterburnerOn);
62 DtDECLARE_ENTITY_ATTR_ENCODER(HasAmmunitionSupplyCap);
63 DtDECLARE_ENTITY_ATTR_ENCODER(LauncherRaised);
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: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtEntityStateRepository class declaration.