##// END OF EJS Templates
lfrsgse updated after integration at LESIA...
lfrsgse updated after integration at LESIA LESIA echo bridge does not transmit the CCSDS header

File last commit:

r23:23c09fe5a8b6 default
r44:8d1a3ffe9394 default
Show More
main.cpp
12 lines | 204 B | text/x-c | CppLexer
#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();
}