76 virtual inline void sendFinalPduOnDestruction(
bool onOff );
83 virtual void setLocThreshold(
double val );
84 virtual double locThreshold()
const;
87 static inline void setDfltLocThreshold(
double val );
88 static inline double dfltLocThreshold();
91 static void setStateRepCreator( DtStateRepCreator creator );
92 static DtStateRepCreator stateRepCreator();
94 static void setClassDfltTimeThreshold(
DtTime threshold );
114 static DtStateRepCreator theStateRepCreator;
116 static double theDfltLocThreshold;
117 static DtTime theClassDfltTimeThreshold;
118 static bool theClassDfltIsSetFlag;
122 bool myStateRepPassedFlag;
123 bool mySendFinalInDtor;
142 inline void DtLinearObjectPublisher::sendFinalPduOnDestruction(
bool onOff )
144 mySendFinalInDtor = onOff;
147 inline void DtLinearObjectPublisher::setDfltLocThreshold(
double val )
149 theDfltLocThreshold = val;
152 inline double DtLinearObjectPublisher::dfltLocThreshold()
154 return theDfltLocThreshold;