zMonitorRuleInRange Class Reference

#include <zMonitor.h>

Inheritance diagram for zMonitorRuleInRange:

Inheritance graph
[legend]
Collaboration diagram for zMonitorRuleInRange:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 zMonitorRuleInRange (REAL _lowLimit, REAL _highLimit)
virtual ~zMonitorRuleInRange ()
bool isValid (float monitorValue)

Private Attributes

REAL lowLimit
REAL highLimit


Detailed Description

Definition at line 150 of file zMonitor.h.


Constructor & Destructor Documentation

zMonitorRuleInRange::zMonitorRuleInRange ( REAL  _lowLimit,
REAL  _highLimit 
) [inline]

Definition at line 154 of file zMonitor.h.

00154 :zMonitorRule(),lowLimit(_lowLimit),highLimit(_highLimit) {};

virtual zMonitorRuleInRange::~zMonitorRuleInRange (  )  [inline, virtual]

Definition at line 155 of file zMonitor.h.

00155 {};


Member Function Documentation

bool zMonitorRuleInRange::isValid ( float  monitorValue  )  [virtual]

Reimplemented from zMonitorRule.

Definition at line 163 of file zMonitor.cpp.

References highLimit, and lowLimit.

00163                                                {
00164     return (lowLimit<= monitorValue && monitorValue<=highLimit);
00165 }


Member Data Documentation

REAL zMonitorRuleInRange::lowLimit [private]

Definition at line 151 of file zMonitor.h.

Referenced by isValid().

REAL zMonitorRuleInRange::highLimit [private]

Definition at line 152 of file zMonitor.h.

Referenced by isValid().


The documentation for this class was generated from the following files:
Generated on Sun Mar 16 00:01:46 2008 for Armagetron Advanced by  doxygen 1.5.4