#include <ECGSource.h>
Inheritance diagram for ot::ECGSource:


Public Member Functions | |
| virtual int | isEventGenerator () |
| const char * | GetChannel () |
| float | GetSampleRate () |
Public Attributes | |
| Event | event |
| the event that is posted to the EventObservers | |
Protected Member Functions | |
| ECGSource (std::string chan) | |
Protected Attributes | |
| int | newval |
Friends | |
| class | ECGModule |
|
|
simple constructor, sets members to initial values |
|
|
|
|
|
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
Reimplemented from ot::Node. |
|
|
|
|
|
the event that is posted to the EventObservers
|
|
|
|
1.4.6