BioSignalPi  v2
ecgstreamobject.h
Go to the documentation of this file.
1 #ifndef ECGSTREAMOBJECT_H
2 #define ECGSTREAMOBJECT_H
3 
4 //#include "datastreamobject.h"
5 #include <QString>
15 {
16 public:
24  EcgStreamObject(double frame1,double frame2,double frame3, double resp, double time);
25  virtual ~EcgStreamObject();
30  virtual QString toText() const;
32 
33 };
34 
35 #endif // ECGSTREAMOBJECT_H
virtual QString toText() const
Converts the data from the struct into a QString representation.
Struct to store Biosignal data from a specific time, combined with DataStream it will store a sequenc...
virtual ~EcgStreamObject()