File Information
Library: RemotingNG
Package: ORB
Header: Poco/RemotingNG/EventFilter.h
Description
This filter accepts the value if it falls below the lower threshold or rises above the upper threshold. This can be used to implement a "thermostat"-like behavior.
Inheritance
Direct Base Classes: EventFilter < T >
All Base Classes: EventFilter < T >
Member Summary
Member Functions: accept
Constructors
HysteresisFilter
HysteresisFilter(
const T & lowerThreshold,
const T & upperThreshold
);
HysteresisFilter
HysteresisFilter(
const T & lowerThreshold,
const T & upperThreshold,
const T & currentValue
);
Member Functions
accept
bool accept(
const T & value
);