24 #ifndef RTFILTERBASE_H
25 #define RTFILTERBASE_H
27 #include <boost/circular_buffer.hpp>
29 #include <IceUtil/Time.h>
53 double update(
double deltaSec,
double newValue);
59 boost::circular_buffer<std::pair<IceUtil::Time, double>>
dataHistory;
66 #endif // RTFILTERBASE_H