#include <zMonitor.h>
Public Member Functions | |
zMonitorRuleOutsideRange (REAL _lowLimit, REAL _highLimit) | |
virtual | ~zMonitorRuleOutsideRange () |
bool | isValid (float monitorValue) |
Private Attributes | |
REAL | lowLimit |
REAL | highLimit |
Definition at line 162 of file zMonitor.h.
Definition at line 166 of file zMonitor.h.
00166 :zMonitorRule(),lowLimit(_lowLimit),highLimit(_highLimit) {};
virtual zMonitorRuleOutsideRange::~zMonitorRuleOutsideRange | ( | ) | [inline, virtual] |
bool zMonitorRuleOutsideRange::isValid | ( | float | monitorValue | ) | [virtual] |
Reimplemented from zMonitorRule.
Definition at line 171 of file zMonitor.cpp.
References highLimit, and lowLimit.
REAL zMonitorRuleOutsideRange::lowLimit [private] |
REAL zMonitorRuleOutsideRange::highLimit [private] |