21 #ifndef DATASTREAMSWIDGET_H
22 #define DATASTREAMSWIDGET_H
24 #include "datastreamplot.h"
32 #include <QStringList>
49 int addPlot( QString name );
60 void appendDatas(
int plotID, QVector<float> values );
65 void enableAutomaticUpdates(
bool );
67 void dequeueAllData();
70 QList<DataStreamPlot*> plots;
72 QStringList plotNames;
76 QList<QLabel*> plotInfos;
83 QList< QQueue< QVector<float> > > queuedValues;