|
BioSignalPi
v2
|
Abstract Interface that should be used for storing data in the memory. More...
#include <datastream.h>


Public Member Functions | |
| DataStream () | |
| virtual | ~DataStream () |
| QString | toText (int index) |
| Text representation of the Object at index. More... | |
Public Attributes | |
| int | samplingRate |
Abstract Interface that should be used for storing data in the memory.
Definition at line 16 of file datastream.h.
| DataStream::DataStream | ( | ) |
Definition at line 3 of file datastream.cpp.
|
virtual |
Definition at line 8 of file datastream.cpp.
| QString DataStream::toText | ( | int | index | ) |
Text representation of the Object at index.
| index | Index of wanted EcgStreamObject |
Definition at line 13 of file datastream.cpp.
| int DataStream::samplingRate |
Definition at line 28 of file datastream.h.
1.8.11