72 virtual inline void sendFinalPduOnDestruction(
bool onOff );
79 virtual void setRelPosThreshold(
double val );
80 virtual double relPosThreshold()
const;
83 virtual void setAbsPosThreshold(
double val );
84 virtual double absPosThreshold()
const;
87 virtual void setAccelThreshold(
double val );
88 virtual double accelThreshold()
const;
91 static inline void setDfltRelPosThreshold(
double val );
92 static inline double dfltRelPosThreshold();
95 static inline void setDfltAbsPosThreshold(
double val );
96 static inline double dfltAbsPosThreshold();
99 static inline void setDfltAccelThreshold(
double val );
100 static inline double dfltAccelThreshold();
103 static void setStateRepCreator(DtStateRepCreator creator);
104 static DtStateRepCreator stateRepCreator(
void);
106 static void setClassDfltTimeThreshold(
DtTime threshold);
126 static DtStateRepCreator theStateRepCreator;
128 static double theDfltRelPosThreshold;
129 static double theDfltAbsPosThreshold;
130 static double theDfltAccelThreshold;
131 static DtTime theClassDfltTimeThreshold;
132 static bool theClassDfltIsSetFlag;
136 bool mySendFinalInDtor;
156 inline void DtDesignatorPublisher::sendFinalPduOnDestruction(
bool onOff )
158 mySendFinalInDtor = onOff;
161 inline void DtDesignatorPublisher::setDfltRelPosThreshold(
double val )
163 theDfltRelPosThreshold = val;
166 inline double DtDesignatorPublisher::dfltRelPosThreshold()
168 return theDfltRelPosThreshold;
171 inline void DtDesignatorPublisher::setDfltAbsPosThreshold(
double val )
173 theDfltAbsPosThreshold = val;
176 inline double DtDesignatorPublisher::dfltAbsPosThreshold()
178 return theDfltAbsPosThreshold;
181 inline void DtDesignatorPublisher::setDfltAccelThreshold(
double val )
183 theDfltAccelThreshold = val;
186 inline double DtDesignatorPublisher::dfltAccelThreshold()
188 return theDfltAccelThreshold;