##// 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:

r23:23c09fe5a8b6 default
r25:361dd727106d default
Show More
main.cpp
12 lines | 204 B | text/x-c | CppLexer
First version of the gse-lesia module...
r23 #include <QtGui/QApplication>
#include "mainwindow.h"
#include <lfrxmlwriter.h>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}