|
BioSignalPi
v2
|
Struct to store Biosignal data from a specific time, combined with DataStream it will store a sequence of sampled data. More...
#include <ecgstreamobject.h>
Public Member Functions | |
| EcgStreamObject () | |
| EcgStreamObject (double frame1, double frame2, double frame3, double resp, double time) | |
| Constructor for a EcgStreamObject to be used in a DataStream vector. More... | |
| virtual | ~EcgStreamObject () |
| virtual QString | toText () const |
| Converts the data from the struct into a QString representation. More... | |
Public Attributes | |
| double | frame1 |
| double | frame2 |
| double | frame3 |
| double | resp |
| double | time |
Struct to store Biosignal data from a specific time, combined with DataStream it will store a sequence of sampled data.
| frame1,frame2,frame3 | Captured ECG-data |
| resp | Respiration data |
| time | Timestamp information |
Definition at line 14 of file ecgstreamobject.h.
| EcgStreamObject::EcgStreamObject | ( | ) |
Definition at line 3 of file ecgstreamobject.cpp.
| EcgStreamObject::EcgStreamObject | ( | double | frame1, |
| double | frame2, | ||
| double | frame3, | ||
| double | resp, | ||
| double | time | ||
| ) |
Constructor for a EcgStreamObject to be used in a DataStream vector.
| [in] | frame1,frame2,frame3 | Captured ECG-data |
| [in] | resp | Respiration data |
| [in] | time | Timestamp information |
Definition at line 8 of file ecgstreamobject.cpp.
|
virtual |
Definition at line 20 of file ecgstreamobject.cpp.
|
virtual |
Converts the data from the struct into a QString representation.
Definition at line 13 of file ecgstreamobject.cpp.

| double EcgStreamObject::frame1 |
Definition at line 31 of file ecgstreamobject.h.
| double EcgStreamObject::frame2 |
Definition at line 31 of file ecgstreamobject.h.
| double EcgStreamObject::frame3 |
Definition at line 31 of file ecgstreamobject.h.
| double EcgStreamObject::resp |
Definition at line 31 of file ecgstreamobject.h.
| double EcgStreamObject::time |
Definition at line 31 of file ecgstreamobject.h.
1.8.11