Allgemeiner Filter.
Inheritance:
Public Methods
-
EKGfilter()
- Konstruktor
-
bool set_enable( const bool x )
- Filter ein/aus schalten.
-
bool get_enable()
- Einschaltzustand erfragen
Protected Fields
-
bool enable
- Filter ein/ausgeschaltet.
Public Methods
-
virtual void input( float* d )
-
virtual void connectTo( EKGdevice* d )
Protected Fields
-
EKGdevice* nextDevice
Documentation
Allgemeiner Filter. Von dieser Klasse werden die Hoch- und Tifpaßfilter
abgeleitet. Ein Filter ist ein EKGdevice, das man abschalten kann.
EKGfilter()
- Konstruktor
bool set_enable( const bool x )
-
Filter ein/aus schalten.
- Parameters:
- x - neuer Zustand
- Returns:
- alter Zustand
bool get_enable()
- Einschaltzustand erfragen
bool enable
- Filter ein/ausgeschaltet.
- Direct child classes:
- EKGlfilter
EKGhfilter
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.