9 #ifndef DtDesignatorEncoder_H_
10 #define DtDesignatorEncoder_H_
23 #define DtDECLARE_DESIGNATOR_ATTR_CHECKER(attrName) \
24 DtDECLARE_ATTR_CHECKER(DtDesignatorRepository, attrName)
28 #define DtDECLARE_DESIGNATOR_ATTR_ENCODER(attrName) \
29 DtDECLARE_ATTR_ENCODER(DtDesignatorRepository, attrName)
43 DtObjClassDesc* classDesc);
57 static DtHlaStateEncoder* create(
59 DtObjClassDesc* classDesc);
63 DtDECLARE_DESIGNATOR_ATTR_CHECKER(CodeName);
64 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatorCode);
65 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatorID);
66 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatorSpotLocation);
67 DtDECLARE_DESIGNATOR_ATTR_CHECKER(RelativeSpotLocation);
69 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatedObject);
70 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatorWavelength);
71 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatorPower);
72 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DRAlgorithm);
73 DtDECLARE_DESIGNATOR_ATTR_CHECKER(SpotLinearAcceleration);
75 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatedObjectIdentifier);
76 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatorEmissionWavelength);
77 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DesignatorOutputPower);
78 DtDECLARE_DESIGNATOR_ATTR_CHECKER(DeadReckoningAlgorithm);
79 DtDECLARE_DESIGNATOR_ATTR_CHECKER(SpotLinearAccelerationVector);
81 DtDECLARE_DESIGNATOR_ATTR_ENCODER(CodeName);
82 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatorCode);
83 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatorID);
84 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatorSpotLocation);
85 DtDECLARE_DESIGNATOR_ATTR_ENCODER(RelativeSpotLocation);
87 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatedObject);
88 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatorPower);
89 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatorWavelength);
90 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DRAlgorithm);
91 DtDECLARE_DESIGNATOR_ATTR_ENCODER(SpotLinearAcceleration);
93 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatedObjectIdentifier);
94 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatorOutputPower);
95 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DesignatorEmissionWavelength);
96 DtDECLARE_DESIGNATOR_ATTR_ENCODER(DeadReckoningAlgorithm);
97 DtDECLARE_DESIGNATOR_ATTR_ENCODER(SpotLinearAccelerationVector);
106 #define DtDEFINE_SIMPLE_DESIGNATOR_ATTR_ENCODER( \
107 attrName, netType, inspector) \
108 DtDEFINE_SIMPLE_ATTR_ENCODER(DtDesignatorEncoder, \
109 DtDesignatorRepository, \
110 attrName, netType, inspector)
117 #define DtDEFINE_SIMPLE_DESIGNATOR_ATTR_CHECKER( \
118 attrName, inspector) \
119 DtDEFINE_SIMPLE_ATTR_CHECKER(DtDesignatorEncoder, \
120 DtDesignatorRepository, \
123 #endif //DtDesignatorEncoder_H_
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 DtDesignatorEncoder are used to take state information from a DtDesignatorRepository and...
Definition: designatorEncoderDIS.h:22
class DtDesignatorRepository:
Definition: designatorRepository.h:20