1 #ifndef CARMA_DBMS_MONITORPOINTMAXNUMERICVALUEFILTER_H
2 #define CARMA_DBMS_MONITORPOINTMAXNUMERICVALUEFILTER_H
47 virtual std::string
name()
const {
48 return "MonitorPointNumericMaxValueFilter";
55 #endif // CARMA_DBMS_MONITORPOINTNUMERICVALUEFILTER_H
SearchType
type of test to perform
virtual ~MonitorPointNumericMaxValueFilter()
destructor, derived classes may want to override
template to represent a one component filter for numeric searches on value columns in monitor point d...
virtual std::string name() const
get the class name for log messages etc.
MonitorPointNumericMaxValueFilter(const T &value, const typename carma::dbms::NumericFilter< T >::SearchType &searchType)
constuctor
template to represent a one component numeric search filter.
Numeric filter template class.