BioSignalPi  v2
datastream.cpp
Go to the documentation of this file.
1 #include "datastream.h"
2 
4 
5 
6  }
7 
9 
10 
11  }
12 
13  QString DataStream::toText(int index){
14  return this->at(index).toText();
15  }
virtual ~DataStream()
Definition: datastream.cpp:8
QString toText(int index)
Text representation of the Object at index.
Definition: datastream.cpp:13