class EKGfilter

Allgemeiner Filter.

Inheritance:

EKGfilter - EKGdevice


Public Methods

[more] EKGfilter()
Konstruktor
[more]bool set_enable( const bool x )
Filter ein/aus schalten.
[more]bool get_enable()
Einschaltzustand erfragen

Protected Fields

[more]bool enable
Filter ein/ausgeschaltet.


Inherited from EKGdevice:

Public Methods

ovirtual void input( float* d )
ovirtual void connectTo( EKGdevice* d )

Protected Fields

oEKGdevice* nextDevice


Documentation

Allgemeiner Filter. Von dieser Klasse werden die Hoch- und Tifpaßfilter abgeleitet. Ein Filter ist ein EKGdevice, das man abschalten kann.
o EKGfilter()
Konstruktor

obool set_enable( const bool x )
Filter ein/aus schalten.
Parameters:
x - neuer Zustand
Returns:
alter Zustand

obool get_enable()
Einschaltzustand erfragen

obool enable
Filter ein/ausgeschaltet.


Direct child classes:
EKGlfilter
EKGhfilter

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.