#include <ew.h>
Collaboration diagram for HLF:

Public Member Functions | |
| HLF () | |
| void | setAlpha (double) |
| void | reset (double value) |
| void | reset () |
| double | getHigh () |
| double | getLow () |
| void | update (double) |
Private Attributes | |
| double | alpha |
| double | high |
| double | low |
|
|
Definition at line 36 of file ew.cc. References alpha, high, and low.
|
|
|
Definition at line 61 of file ew.cc. References high. Referenced by EWdetector::updateAvg().
00061 {
00062 return(high);
00063 }
|
|
|
Definition at line 65 of file ew.cc. References low. Referenced by EWdetector::updateAvg().
00065 {
00066 return(low);
00067 }
|
|
|
Definition at line 45 of file ew.cc.
00045 {
00046 reset(0);
00047 }
|
|
|
Definition at line 41 of file ew.cc. Referenced by EWdetector::resetAlarm(), and EWdetector::setAlarm().
|
|
|
Definition at line 50 of file ew.cc. References alpha. Referenced by EWdetector::EWdetector().
|
|
|
Definition at line 72 of file ew.cc. References alpha, high, and low. Referenced by EWdetector::updateAvg().
|
|
|
Definition at line 126 of file ew.h. Referenced by HLF(), setAlpha(), and update(). |
|
|
|
|
|
|
1.3.3