direcs
2012-09-30
|
#include <qwt_plot.h>
#include <qwt_plot_marker.h>
#include <qwt_plot_curve.h>
#include <qwt_plot_layout.h>
#include <qwt_legend.h>
#include <qwt_data.h>
#include <qwt_text.h>
#include "sensorThread.h"
#include <QThread>
Go to the source code of this file.
Classes | |
class | PlotThread |
Gets values from sensors and plots them in (emits them to) the GUI. More... |