76 virtual inline void sendFinalPduOnDestruction(
bool onOff );
83 virtual void setLocThreshold(
double val );
84 virtual double locThreshold()
const;
87 virtual void setOriThreshold(
double val );
88 virtual double oriThreshold()
const;
91 static inline void setDfltLocThreshold(
double val );
92 static inline double dfltLocThreshold();
95 static inline void setDfltOriThreshold(
double val );
96 static inline double dfltOriThreshold();
99 static void setStateRepCreator( DtStateRepCreator creator );
100 static DtStateRepCreator stateRepCreator();
102 static void setClassDfltTimeThreshold(
DtTime threshold );
122 static DtStateRepCreator theStateRepCreator;
124 static double theDfltLocThreshold;
125 static double theDfltOriThreshold;
126 static DtTime theClassDfltTimeThreshold;
127 static bool theClassDfltIsSetFlag;
131 bool myStateRepPassedFlag;
132 bool mySendFinalInDtor;
151 inline void DtPointObjectPublisher::sendFinalPduOnDestruction(
bool onOff )
153 mySendFinalInDtor = onOff;
156 inline void DtPointObjectPublisher::setDfltLocThreshold(
double val )
158 theDfltLocThreshold = val;
161 inline double DtPointObjectPublisher::dfltLocThreshold()
163 return theDfltLocThreshold;
166 inline void DtPointObjectPublisher::setDfltOriThreshold(
double val )
168 theDfltOriThreshold = val;
171 inline double DtPointObjectPublisher::dfltOriThreshold()
173 return theDfltOriThreshold;