class gEKGfreq

Graphischer Pulszähler.

Inheritance:

gEKGfreq - EKGfreq - EKGdevice


Public Methods

[more] gEKGfreq()
Konstruktor
[more]virtual void input( float* d )
Überschreibt EKGfreq::input().
[more]void reset()
Kleines Herz zeigen, aber letzten Pulswert beibehalten


Inherited from EKGfreq:

Public Methods

obool setBeep( bool x )
obool setFreq( bool x )
ofloat setDecay( float x )

Protected Fields

obool beepFlag
obool freqFlag
oint freq
odouble lastQRS
ofloat Pthreshold
ofloat Nthreshold
ofloat decay
obool QRS

Protected Methods

ovirtual void handleQRS()
ovoid beep()
ovoid printFreq()
ovoid calcFreq()
obool aboveThreshold( const float x )


Inherited from EKGdevice:

Public Methods

ovirtual void connectTo( EKGdevice* d )

Protected Fields

oEKGdevice* nextDevice


Documentation

Graphischer Pulszähler. Es werden alle Funktionen von EKGfreq implementiert. Zusätzlich handelt es sich bei dieser Klasse um ein GTK-Widget, daß den Puls anzeigt.

o gEKGfreq()
Konstruktor

ovirtual void input( float* d )
Überschreibt EKGfreq::input(). Zuerst wird die alte Methode aufgerufen, dann wird die Uhr heruntergezählt.

ovoid reset()
Kleines Herz zeigen, aber letzten Pulswert beibehalten


This class has no child classes.
Author:
Lars Stollenwerk, November 2002

Alphabetic index Hierarchy of classes



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