zMonitorRuleOver Class Reference

#include <zMonitor.h>

Inheritance diagram for zMonitorRuleOver:

Inheritance graph
[legend]
Collaboration diagram for zMonitorRuleOver:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 zMonitorRuleOver (REAL _limit)
virtual ~zMonitorRuleOver ()
bool isValid (float monitorValue)

Private Attributes

REAL limit


Detailed Description

Definition at line 127 of file zMonitor.h.


Constructor & Destructor Documentation

zMonitorRuleOver::zMonitorRuleOver ( REAL  _limit  )  [inline]

Definition at line 130 of file zMonitor.h.

00130 :zMonitorRule(),limit(_limit) {};

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

Definition at line 131 of file zMonitor.h.

00131 {};


Member Function Documentation

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

Reimplemented from zMonitorRule.

Definition at line 146 of file zMonitor.cpp.

References limit.

00146                                             {
00147     return (monitorValue>=limit);
00148 }


Member Data Documentation

REAL zMonitorRuleOver::limit [private]

Definition at line 128 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:47 2008 for Armagetron Advanced by  doxygen 1.5.4