##// END OF EJS Templates
rmapplugin updated, waveform plots removed (exported in gse_lesia)...
rmapplugin updated, waveform plots removed (exported in gse_lesia) echo bridge function added, packet sent to gse-lesia via tcp/ip

File last commit:

r21:b405108d1fe4 default
r25:361dd727106d default
Show More
wfplot.h
26 lines | 393 B | text/x-c | CLexer
#ifndef WFPLOT_H
#define WFPLOT_H
#include <QWidget>
#include <QVBoxLayout>
#include <params.h>
#include <lppmonplot.h>
class WFPlot : public QWidget
{
Q_OBJECT
public:
explicit WFPlot(QWidget *parent = 0);
void displayOnPlot(short *data, unsigned int size);
LppMonPlot *customPlot;
QVBoxLayout *mainLayout;
signals:
public slots:
};
#endif // WFPLOT_H