@@ -1,6 +1,6 | |||
|
1 | 1 | ############################################################################# |
|
2 | 2 | # Makefile for building: PAULs_LPPMON_PLUGINS |
|
3 |
# Generated by qmake (2.01a) (Qt 4.8.4) on: |
|
|
3 | # Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jun 28 14:04:51 2013 | |
|
4 | 4 | # Project: PAULs_LPPMON_PLUGINS.pro |
|
5 | 5 | # Template: subdirs |
|
6 | 6 | # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile PAULs_LPPMON_PLUGINS.pro |
@@ -71,7 +71,7 Makefile: PAULs_LPPMON_PLUGINS.pro /usr | |||
|
71 | 71 | /usr/lib64/qt4/mkspecs/common/g++-base.conf \ |
|
72 | 72 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ |
|
73 | 73 | /usr/lib64/qt4/mkspecs/qconfig.pri \ |
|
74 |
/usr/lib64/qt4/mkspecs/modules/qt_webkit |
|
|
74 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri \ | |
|
75 | 75 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ |
|
76 | 76 | /usr/lib64/qt4/mkspecs/features/qt_config.prf \ |
|
77 | 77 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ |
@@ -96,7 +96,7 Makefile: PAULs_LPPMON_PLUGINS.pro /usr | |||
|
96 | 96 | /usr/lib64/qt4/mkspecs/common/g++-base.conf: |
|
97 | 97 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf: |
|
98 | 98 | /usr/lib64/qt4/mkspecs/qconfig.pri: |
|
99 |
/usr/lib64/qt4/mkspecs/modules/qt_webkit |
|
|
99 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri: | |
|
100 | 100 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf: |
|
101 | 101 | /usr/lib64/qt4/mkspecs/features/qt_config.prf: |
|
102 | 102 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf: |
@@ -1,6 +1,6 | |||
|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|
2 | 2 | <!DOCTYPE QtCreatorProject> |
|
3 |
<!-- Written by Qt Creator 2.4.1, 2013-0 |
|
|
3 | <!-- Written by Qt Creator 2.4.1, 2013-06-28T14:42:54. --> | |
|
4 | 4 | <qtcreator> |
|
5 | 5 | <data> |
|
6 | 6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> |
@@ -77,3 +77,23 void QIPDialogBox::setIP(unsigned char a | |||
|
77 | 77 | addressPart3->repaint(); |
|
78 | 78 | addressPart4->repaint(); |
|
79 | 79 | } |
|
80 | ||
|
81 | unsigned char QIPDialogBox::get_addressPart1() | |
|
82 | { | |
|
83 | return (unsigned char) addressPart1->value(); | |
|
84 | } | |
|
85 | ||
|
86 | unsigned char QIPDialogBox::get_addressPart2() | |
|
87 | { | |
|
88 | return (unsigned char) addressPart2->value(); | |
|
89 | } | |
|
90 | ||
|
91 | unsigned char QIPDialogBox::get_addressPart3() | |
|
92 | { | |
|
93 | return (unsigned char) addressPart3->value(); | |
|
94 | } | |
|
95 | ||
|
96 | unsigned char QIPDialogBox::get_addressPart4() | |
|
97 | { | |
|
98 | return (unsigned char) addressPart4->value(); | |
|
99 | } |
@@ -18,6 +18,10 signals: | |||
|
18 | 18 | public slots: |
|
19 | 19 | void valueChanged(); |
|
20 | 20 | QString getIP(); |
|
21 | unsigned char get_addressPart1(); | |
|
22 | unsigned char get_addressPart2(); | |
|
23 | unsigned char get_addressPart3(); | |
|
24 | unsigned char get_addressPart4(); | |
|
21 | 25 | |
|
22 | 26 | private: |
|
23 | 27 | QSpinBox *addressPart1; |
@@ -1,6 +1,6 | |||
|
1 | 1 | ############################################################################# |
|
2 | 2 | # Makefile for building: lfrsgse |
|
3 |
# Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jun 28 1 |
|
|
3 | # Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jun 28 15:45:35 2013 | |
|
4 | 4 | # Project: gselesia.pro |
|
5 | 5 | # Template: app |
|
6 | 6 | # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile gselesia.pro |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -8,7 +8,7 QT += core gui | |||
|
8 | 8 | QT += network |
|
9 | 9 | QT += xml |
|
10 | 10 | |
|
11 |
TARGET = gse |
|
|
11 | TARGET = lfrsgse | |
|
12 | 12 | TEMPLATE = app |
|
13 | 13 | |
|
14 | 14 | INCLUDEPATH += \ |
@@ -1,6 +1,6 | |||
|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|
2 | 2 | <!DOCTYPE QtCreatorProject> |
|
3 |
<!-- Written by Qt Creator 2.4.1, 2013-06-28T1 |
|
|
3 | <!-- Written by Qt Creator 2.4.1, 2013-06-28T17:29:18. --> | |
|
4 | 4 | <qtcreator> |
|
5 | 5 | <data> |
|
6 | 6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> |
@@ -256,7 +256,7 | |||
|
256 | 256 | </data> |
|
257 | 257 | <data> |
|
258 | 258 | <variable>ProjectExplorer.Project.Updater.EnvironmentId</variable> |
|
259 |
<value type="QString">{ |
|
|
259 | <value type="QString">{cdbf9cdc-1e84-406e-889b-c4feef49e75c}</value> | |
|
260 | 260 | </data> |
|
261 | 261 | <data> |
|
262 | 262 | <variable>ProjectExplorer.Project.Updater.FileVersion</variable> |
@@ -28,6 +28,8 MainWindow::MainWindow(QWidget *parent) | |||
|
28 | 28 | lfrXmlParser = new LFRXmlParser(); |
|
29 | 29 | |
|
30 | 30 | UI = new MainWindowUI(); |
|
31 | readSettings(); | |
|
32 | this->UI->serverTMEchoDialogBox->setIP(echoBridgeIP0, echoBridgeIP1, echoBridgeIP2, echoBridgeIP3); | |
|
31 | 33 | |
|
32 | 34 | lfrXmlParser->generalCCSDSPacketStore = &this->generalCCSDSPacketStore; |
|
33 | 35 | |
@@ -470,3 +472,26 void MainWindow::processPacketStore() | |||
|
470 | 472 | delete(packet); |
|
471 | 473 | } |
|
472 | 474 | } |
|
475 | ||
|
476 | void MainWindow::readSettings() | |
|
477 | { | |
|
478 | QSettings settings("lpp", "lfrsgse"); | |
|
479 | echoBridgeIP0 = (unsigned char) settings.value("echoBridgeIP0", 127).toInt(); | |
|
480 | echoBridgeIP1 = (unsigned char) settings.value("echoBridgeIP1", 0).toInt(); | |
|
481 | echoBridgeIP2 = (unsigned char) settings.value("echoBridgeIP2", 0).toInt(); | |
|
482 | echoBridgeIP3 = (unsigned char) settings.value("echoBridgeIP3", 1).toInt(); | |
|
483 | } | |
|
484 | ||
|
485 | void MainWindow::writeSettings() | |
|
486 | { | |
|
487 | QSettings settings("lpp", "lfrsgse"); | |
|
488 | settings.setValue("echoBridgeIP0", this->UI->serverTMEchoDialogBox->get_addressPart1()); | |
|
489 | settings.setValue("echoBridgeIP1", this->UI->serverTMEchoDialogBox->get_addressPart2()); | |
|
490 | settings.setValue("echoBridgeIP2", this->UI->serverTMEchoDialogBox->get_addressPart3()); | |
|
491 | settings.setValue("echoBridgeIP3", this->UI->serverTMEchoDialogBox->get_addressPart4()); | |
|
492 | } | |
|
493 | ||
|
494 | void MainWindow::closeEvent(QCloseEvent *) | |
|
495 | { | |
|
496 | writeSettings(); | |
|
497 | } |
@@ -5,6 +5,7 | |||
|
5 | 5 | #include <QTcpServer> |
|
6 | 6 | #include <QTcpSocket> |
|
7 | 7 | #include <QXmlSimpleReader> |
|
8 | #include <QSettings> | |
|
8 | 9 | |
|
9 | 10 | #include <lfrxmlhandler.h> |
|
10 | 11 | #include <lfrxmlwriter.h> |
@@ -29,7 +30,17 public: | |||
|
29 | 30 | void buildWFAndDisplaySBM1(TMPacketToRead *packet, WFPacket *wfPacket); |
|
30 | 31 | void buildWFAndDisplaySBM2(TMPacketToRead *packet, WFPacket *wfPacket); |
|
31 | 32 | |
|
33 | protected: | |
|
34 | void closeEvent(QCloseEvent *); | |
|
35 | ||
|
32 | 36 | private: |
|
37 | void readSettings(); | |
|
38 | void writeSettings(); | |
|
39 | unsigned char echoBridgeIP0; | |
|
40 | unsigned char echoBridgeIP1; | |
|
41 | unsigned char echoBridgeIP2; | |
|
42 | unsigned char echoBridgeIP3; | |
|
43 | ||
|
33 | 44 | QByteArray dataArray; |
|
34 | 45 | |
|
35 | 46 | QList<TMPacketToRead*> generalCCSDSPacketStore; |
@@ -1,6 +1,6 | |||
|
1 | 1 | ############################################################################# |
|
2 | 2 | # Makefile for building: librmapplugin.so.1.0.0 |
|
3 |
# Generated by qmake (2.01a) (Qt 4.8.4) on: |
|
|
3 | # Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jun 28 14:35:47 2013 | |
|
4 | 4 | # Project: rmapplugin.pro |
|
5 | 5 | # Template: lib |
|
6 | 6 | # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile rmapplugin.pro |
@@ -49,22 +49,32 SOURCES = rmapplugin.cpp \ | |||
|
49 | 49 | ccsds.cpp \ |
|
50 | 50 | ../common_PLE/qipdialogbox.cpp \ |
|
51 | 51 | ../common_PLE/gresbstatusenquiry.cpp \ |
|
52 | spectralmatricesdmasimulator.cpp \ | |
|
53 | 52 | rmappluginpythonwrapper.cpp \ |
|
54 | 53 | stardundee.cpp \ |
|
55 | 54 | gresb.cpp \ |
|
56 | 55 | tcpackettosend.cpp \ |
|
57 | 56 | tmpackettoread.cpp \ |
|
57 | wfdisplay.cpp \ | |
|
58 | tmstatistics.cpp \ | |
|
59 | wfplot.cpp \ | |
|
60 | wfpage.cpp \ | |
|
61 | wfpacket.cpp \ | |
|
62 | tmechobridge.cpp \ | |
|
58 | 63 | /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp moc/moc_rmappluginui.cpp \ |
|
59 | 64 | moc/moc_rmapplugin.cpp \ |
|
60 | 65 | moc/moc_qipdialogbox.cpp \ |
|
61 | 66 | moc/moc_gresbstatusenquiry.cpp \ |
|
62 | moc/moc_spectralmatricesdmasimulator.cpp \ | |
|
63 | 67 | moc/moc_rmappluginpythonwrapper.cpp \ |
|
64 | 68 | moc/moc_stardundee.cpp \ |
|
65 | 69 | moc/moc_gresb.cpp \ |
|
66 | 70 | moc/moc_tcpackettosend.cpp \ |
|
67 | 71 | moc/moc_tmpackettoread.cpp \ |
|
72 | moc/moc_wfdisplay.cpp \ | |
|
73 | moc/moc_tmstatistics.cpp \ | |
|
74 | moc/moc_wfplot.cpp \ | |
|
75 | moc/moc_wfpage.cpp \ | |
|
76 | moc/moc_wfpacket.cpp \ | |
|
77 | moc/moc_tmechobridge.cpp \ | |
|
68 | 78 | moc/moc_genericPySysdriver.cpp \ |
|
69 | 79 | moc/moc_lppmonplugin.cpp |
|
70 | 80 | OBJECTS = obj/rmapplugin.o \ |
@@ -73,23 +83,33 OBJECTS = obj/rmapplugin.o \ | |||
|
73 | 83 | obj/ccsds.o \ |
|
74 | 84 | obj/qipdialogbox.o \ |
|
75 | 85 | obj/gresbstatusenquiry.o \ |
|
76 | obj/spectralmatricesdmasimulator.o \ | |
|
77 | 86 | obj/rmappluginpythonwrapper.o \ |
|
78 | 87 | obj/stardundee.o \ |
|
79 | 88 | obj/gresb.o \ |
|
80 | 89 | obj/tcpackettosend.o \ |
|
81 | 90 | obj/tmpackettoread.o \ |
|
91 | obj/wfdisplay.o \ | |
|
92 | obj/tmstatistics.o \ | |
|
93 | obj/wfplot.o \ | |
|
94 | obj/wfpage.o \ | |
|
95 | obj/wfpacket.o \ | |
|
96 | obj/tmechobridge.o \ | |
|
82 | 97 | obj/lppmonplugininterface.o \ |
|
83 | 98 | obj/moc_rmappluginui.o \ |
|
84 | 99 | obj/moc_rmapplugin.o \ |
|
85 | 100 | obj/moc_qipdialogbox.o \ |
|
86 | 101 | obj/moc_gresbstatusenquiry.o \ |
|
87 | obj/moc_spectralmatricesdmasimulator.o \ | |
|
88 | 102 | obj/moc_rmappluginpythonwrapper.o \ |
|
89 | 103 | obj/moc_stardundee.o \ |
|
90 | 104 | obj/moc_gresb.o \ |
|
91 | 105 | obj/moc_tcpackettosend.o \ |
|
92 | 106 | obj/moc_tmpackettoread.o \ |
|
107 | obj/moc_wfdisplay.o \ | |
|
108 | obj/moc_tmstatistics.o \ | |
|
109 | obj/moc_wfplot.o \ | |
|
110 | obj/moc_wfpage.o \ | |
|
111 | obj/moc_wfpacket.o \ | |
|
112 | obj/moc_tmechobridge.o \ | |
|
93 | 113 | obj/moc_genericPySysdriver.o \ |
|
94 | 114 | obj/moc_lppmonplugin.o |
|
95 | 115 | DIST = /usr/lib64/qt4/mkspecs/common/unix.conf \ |
@@ -99,7 +119,7 DIST = /usr/lib64/qt4/mkspecs/c | |||
|
99 | 119 | /usr/lib64/qt4/mkspecs/common/g++-base.conf \ |
|
100 | 120 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ |
|
101 | 121 | /usr/lib64/qt4/mkspecs/qconfig.pri \ |
|
102 |
/usr/lib64/qt4/mkspecs/modules/qt_webkit |
|
|
122 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri \ | |
|
103 | 123 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ |
|
104 | 124 | /usr/lib64/qt4/mkspecs/features/qt_config.prf \ |
|
105 | 125 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ |
@@ -180,7 +200,7 Makefile: rmapplugin.pro /usr/lib64/qt4 | |||
|
180 | 200 | /usr/lib64/qt4/mkspecs/common/g++-base.conf \ |
|
181 | 201 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ |
|
182 | 202 | /usr/lib64/qt4/mkspecs/qconfig.pri \ |
|
183 |
/usr/lib64/qt4/mkspecs/modules/qt_webkit |
|
|
203 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri \ | |
|
184 | 204 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ |
|
185 | 205 | /usr/lib64/qt4/mkspecs/features/qt_config.prf \ |
|
186 | 206 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ |
@@ -211,7 +231,7 Makefile: rmapplugin.pro /usr/lib64/qt4 | |||
|
211 | 231 | /usr/lib64/qt4/mkspecs/common/g++-base.conf: |
|
212 | 232 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf: |
|
213 | 233 | /usr/lib64/qt4/mkspecs/qconfig.pri: |
|
214 |
/usr/lib64/qt4/mkspecs/modules/qt_webkit |
|
|
234 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri: | |
|
215 | 235 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf: |
|
216 | 236 | /usr/lib64/qt4/mkspecs/features/qt_config.prf: |
|
217 | 237 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf: |
@@ -239,7 +259,7 qmake: FORCE | |||
|
239 | 259 | |
|
240 | 260 | dist: |
|
241 | 261 | @$(CHK_DIR_EXISTS) obj/rmapplugin1.0.0 || $(MKDIR) obj/rmapplugin1.0.0 |
|
242 |
$(COPY_FILE) --parents $(SOURCES) $(DIST) obj/rmapplugin1.0.0/ && $(COPY_FILE) --parents rmappluginui.h rmapplugin.h rmapoperations.h ccsds.h ../common_PLE/qipdialogbox.h ../common_PLE/gresbstatusenquiry.h |
|
|
262 | $(COPY_FILE) --parents $(SOURCES) $(DIST) obj/rmapplugin1.0.0/ && $(COPY_FILE) --parents rmappluginui.h rmapplugin.h rmapoperations.h ccsds.h ../common_PLE/qipdialogbox.h ../common_PLE/gresbstatusenquiry.h rmappluginpythonwrapper.h stardundee.h ../spw_usb_driver_v2.61/inc/spw_usb_api.h ../spw_usb_driver_v2.61/inc/spw_config_library.h gresb.h tcpackettosend.h tmpackettoread.h wfdisplay.h tmstatistics.h wfplot.h wfpage.h wfpacket.h params.h tmechobridge.h /usr/include/lppmon/genericPySysdriver.h /usr/include/lppmon/lppmonplugin.h obj/rmapplugin1.0.0/ && $(COPY_FILE) --parents rmapplugin.cpp rmappluginui.cpp rmapoperations.cpp ccsds.cpp ../common_PLE/qipdialogbox.cpp ../common_PLE/gresbstatusenquiry.cpp rmappluginpythonwrapper.cpp stardundee.cpp gresb.cpp tcpackettosend.cpp tmpackettoread.cpp wfdisplay.cpp tmstatistics.cpp wfplot.cpp wfpage.cpp wfpacket.cpp tmechobridge.cpp /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp obj/rmapplugin1.0.0/ && (cd `dirname obj/rmapplugin1.0.0` && $(TAR) rmapplugin1.0.0.tar rmapplugin1.0.0 && $(COMPRESS) rmapplugin1.0.0.tar) && $(MOVE) `dirname obj/rmapplugin1.0.0`/rmapplugin1.0.0.tar.gz . && $(DEL_FILE) -r obj/rmapplugin1.0.0 | |
|
243 | 263 | |
|
244 | 264 | |
|
245 | 265 | clean:compiler_clean |
@@ -261,25 +281,36 mocclean: compiler_moc_header_clean comp | |||
|
261 | 281 | |
|
262 | 282 | mocables: compiler_moc_header_make_all compiler_moc_source_make_all |
|
263 | 283 | |
|
264 |
compiler_moc_header_make_all: moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry |
|
|
284 | compiler_moc_header_make_all: moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp moc/moc_rmappluginpythonwrapper.cpp moc/moc_stardundee.cpp moc/moc_gresb.cpp moc/moc_tcpackettosend.cpp moc/moc_tmpackettoread.cpp moc/moc_wfdisplay.cpp moc/moc_tmstatistics.cpp moc/moc_wfplot.cpp moc/moc_wfpage.cpp moc/moc_wfpacket.cpp moc/moc_tmechobridge.cpp moc/moc_genericPySysdriver.cpp moc/moc_lppmonplugin.cpp | |
|
265 | 285 | compiler_moc_header_clean: |
|
266 |
-$(DEL_FILE) moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp |
|
|
286 | -$(DEL_FILE) moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp moc/moc_rmappluginpythonwrapper.cpp moc/moc_stardundee.cpp moc/moc_gresb.cpp moc/moc_tcpackettosend.cpp moc/moc_tmpackettoread.cpp moc/moc_wfdisplay.cpp moc/moc_tmstatistics.cpp moc/moc_wfplot.cpp moc/moc_wfpage.cpp moc/moc_wfpacket.cpp moc/moc_tmechobridge.cpp moc/moc_genericPySysdriver.cpp moc/moc_lppmonplugin.cpp | |
|
267 | 287 | moc/moc_rmappluginui.cpp: rmapoperations.h \ |
|
268 | spectralmatricesdmasimulator.h \ | |
|
288 | params.h \ | |
|
269 | 289 | stardundee.h \ |
|
270 | 290 | ccsds.h \ |
|
271 | 291 | tmpackettoread.h \ |
|
272 | 292 | gresb.h \ |
|
293 | wfdisplay.h \ | |
|
294 | wfplot.h \ | |
|
295 | wfpage.h \ | |
|
296 | tmstatistics.h \ | |
|
297 | tmechobridge.h \ | |
|
273 | 298 | rmappluginui.h |
|
274 | 299 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmappluginui.h -o moc/moc_rmappluginui.cpp |
|
275 | 300 | |
|
276 | 301 | moc/moc_rmapplugin.cpp: rmappluginui.h \ |
|
277 | 302 | rmapoperations.h \ |
|
278 | spectralmatricesdmasimulator.h \ | |
|
303 | params.h \ | |
|
279 | 304 | stardundee.h \ |
|
280 | 305 | ccsds.h \ |
|
281 | 306 | tmpackettoread.h \ |
|
282 | 307 | gresb.h \ |
|
308 | wfdisplay.h \ | |
|
309 | wfplot.h \ | |
|
310 | wfpage.h \ | |
|
311 | tmstatistics.h \ | |
|
312 | tmechobridge.h \ | |
|
313 | wfpacket.h \ | |
|
283 | 314 | rmapplugin.h |
|
284 | 315 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmapplugin.h -o moc/moc_rmapplugin.cpp |
|
285 | 316 | |
@@ -289,10 +320,8 moc/moc_qipdialogbox.cpp: ../common_PLE/ | |||
|
289 | 320 | moc/moc_gresbstatusenquiry.cpp: ../common_PLE/gresbstatusenquiry.h |
|
290 | 321 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) ../common_PLE/gresbstatusenquiry.h -o moc/moc_gresbstatusenquiry.cpp |
|
291 | 322 | |
|
292 | moc/moc_spectralmatricesdmasimulator.cpp: spectralmatricesdmasimulator.h | |
|
293 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) spectralmatricesdmasimulator.h -o moc/moc_spectralmatricesdmasimulator.cpp | |
|
294 | ||
|
295 | 323 | moc/moc_rmappluginpythonwrapper.cpp: rmapoperations.h \ |
|
324 | params.h \ | |
|
296 | 325 | ccsds.h \ |
|
297 | 326 | tcpackettosend.h \ |
|
298 | 327 | tmpackettoread.h \ |
@@ -300,12 +329,14 moc/moc_rmappluginpythonwrapper.cpp: rma | |||
|
300 | 329 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmappluginpythonwrapper.h -o moc/moc_rmappluginpythonwrapper.cpp |
|
301 | 330 | |
|
302 | 331 | moc/moc_stardundee.cpp: rmapoperations.h \ |
|
332 | params.h \ | |
|
303 | 333 | ccsds.h \ |
|
304 | 334 | tmpackettoread.h \ |
|
305 | 335 | stardundee.h |
|
306 | 336 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) stardundee.h -o moc/moc_stardundee.cpp |
|
307 | 337 | |
|
308 | 338 | moc/moc_gresb.cpp: rmapoperations.h \ |
|
339 | params.h \ | |
|
309 | 340 | ccsds.h \ |
|
310 | 341 | tmpackettoread.h \ |
|
311 | 342 | gresb.h |
@@ -317,6 +348,32 moc/moc_tcpackettosend.cpp: tcpackettose | |||
|
317 | 348 | moc/moc_tmpackettoread.cpp: tmpackettoread.h |
|
318 | 349 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tmpackettoread.h -o moc/moc_tmpackettoread.cpp |
|
319 | 350 | |
|
351 | moc/moc_wfdisplay.cpp: wfplot.h \ | |
|
352 | params.h \ | |
|
353 | wfpage.h \ | |
|
354 | wfdisplay.h | |
|
355 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) wfdisplay.h -o moc/moc_wfdisplay.cpp | |
|
356 | ||
|
357 | moc/moc_tmstatistics.cpp: tmstatistics.h | |
|
358 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tmstatistics.h -o moc/moc_tmstatistics.cpp | |
|
359 | ||
|
360 | moc/moc_wfplot.cpp: params.h \ | |
|
361 | wfplot.h | |
|
362 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) wfplot.h -o moc/moc_wfplot.cpp | |
|
363 | ||
|
364 | moc/moc_wfpage.cpp: wfplot.h \ | |
|
365 | params.h \ | |
|
366 | wfpage.h | |
|
367 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) wfpage.h -o moc/moc_wfpage.cpp | |
|
368 | ||
|
369 | moc/moc_wfpacket.cpp: params.h \ | |
|
370 | wfpacket.h | |
|
371 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) wfpacket.h -o moc/moc_wfpacket.cpp | |
|
372 | ||
|
373 | moc/moc_tmechobridge.cpp: tmpackettoread.h \ | |
|
374 | tmechobridge.h | |
|
375 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tmechobridge.h -o moc/moc_tmechobridge.cpp | |
|
376 | ||
|
320 | 377 | moc/moc_genericPySysdriver.cpp: /usr/include/lppmon/genericPySysdriver.h |
|
321 | 378 | /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) /usr/include/lppmon/genericPySysdriver.h -o moc/moc_genericPySysdriver.cpp |
|
322 | 379 | |
@@ -345,11 +402,17 compiler_clean: compiler_moc_header_clea | |||
|
345 | 402 | obj/rmapplugin.o: rmapplugin.cpp rmapplugin.h \ |
|
346 | 403 | rmappluginui.h \ |
|
347 | 404 | rmapoperations.h \ |
|
348 | spectralmatricesdmasimulator.h \ | |
|
405 | params.h \ | |
|
349 | 406 | stardundee.h \ |
|
350 | 407 | ccsds.h \ |
|
351 | 408 | tmpackettoread.h \ |
|
352 | 409 | gresb.h \ |
|
410 | wfdisplay.h \ | |
|
411 | wfplot.h \ | |
|
412 | wfpage.h \ | |
|
413 | tmstatistics.h \ | |
|
414 | tmechobridge.h \ | |
|
415 | wfpacket.h \ | |
|
353 | 416 | rmappluginpythonwrapper.h \ |
|
354 | 417 | tcpackettosend.h |
|
355 | 418 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmapplugin.o rmapplugin.cpp |
@@ -357,14 +420,21 obj/rmapplugin.o: rmapplugin.cpp rmapplu | |||
|
357 | 420 | obj/rmappluginui.o: rmappluginui.cpp rmapplugin.h \ |
|
358 | 421 | rmappluginui.h \ |
|
359 | 422 | rmapoperations.h \ |
|
360 | spectralmatricesdmasimulator.h \ | |
|
423 | params.h \ | |
|
361 | 424 | stardundee.h \ |
|
362 | 425 | ccsds.h \ |
|
363 | 426 | tmpackettoread.h \ |
|
364 | gresb.h | |
|
427 | gresb.h \ | |
|
428 | wfdisplay.h \ | |
|
429 | wfplot.h \ | |
|
430 | wfpage.h \ | |
|
431 | tmstatistics.h \ | |
|
432 | tmechobridge.h \ | |
|
433 | wfpacket.h | |
|
365 | 434 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmappluginui.o rmappluginui.cpp |
|
366 | 435 | |
|
367 | obj/rmapoperations.o: rmapoperations.cpp rmapoperations.h | |
|
436 | obj/rmapoperations.o: rmapoperations.cpp rmapoperations.h \ | |
|
437 | params.h | |
|
368 | 438 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmapoperations.o rmapoperations.cpp |
|
369 | 439 | |
|
370 | 440 | obj/ccsds.o: ccsds.cpp ccsds.h |
@@ -376,11 +446,9 obj/qipdialogbox.o: ../common_PLE/qipdia | |||
|
376 | 446 | obj/gresbstatusenquiry.o: ../common_PLE/gresbstatusenquiry.cpp ../common_PLE/gresbstatusenquiry.h |
|
377 | 447 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/gresbstatusenquiry.o ../common_PLE/gresbstatusenquiry.cpp |
|
378 | 448 | |
|
379 | obj/spectralmatricesdmasimulator.o: spectralmatricesdmasimulator.cpp spectralmatricesdmasimulator.h | |
|
380 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/spectralmatricesdmasimulator.o spectralmatricesdmasimulator.cpp | |
|
381 | ||
|
382 | 449 | obj/rmappluginpythonwrapper.o: rmappluginpythonwrapper.cpp rmappluginpythonwrapper.h \ |
|
383 | 450 | rmapoperations.h \ |
|
451 | params.h \ | |
|
384 | 452 | ccsds.h \ |
|
385 | 453 | tcpackettosend.h \ |
|
386 | 454 | tmpackettoread.h |
@@ -388,12 +456,14 obj/rmappluginpythonwrapper.o: rmapplugi | |||
|
388 | 456 | |
|
389 | 457 | obj/stardundee.o: stardundee.cpp stardundee.h \ |
|
390 | 458 | rmapoperations.h \ |
|
459 | params.h \ | |
|
391 | 460 | ccsds.h \ |
|
392 | 461 | tmpackettoread.h |
|
393 | 462 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/stardundee.o stardundee.cpp |
|
394 | 463 | |
|
395 | 464 | obj/gresb.o: gresb.cpp gresb.h \ |
|
396 | 465 | rmapoperations.h \ |
|
466 | params.h \ | |
|
397 | 467 | ccsds.h \ |
|
398 | 468 | tmpackettoread.h |
|
399 | 469 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/gresb.o gresb.cpp |
@@ -404,6 +474,32 obj/tcpackettosend.o: tcpackettosend.cpp | |||
|
404 | 474 | obj/tmpackettoread.o: tmpackettoread.cpp tmpackettoread.h |
|
405 | 475 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tmpackettoread.o tmpackettoread.cpp |
|
406 | 476 | |
|
477 | obj/wfdisplay.o: wfdisplay.cpp wfdisplay.h \ | |
|
478 | wfplot.h \ | |
|
479 | params.h \ | |
|
480 | wfpage.h | |
|
481 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/wfdisplay.o wfdisplay.cpp | |
|
482 | ||
|
483 | obj/tmstatistics.o: tmstatistics.cpp tmstatistics.h | |
|
484 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tmstatistics.o tmstatistics.cpp | |
|
485 | ||
|
486 | obj/wfplot.o: wfplot.cpp wfplot.h \ | |
|
487 | params.h | |
|
488 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/wfplot.o wfplot.cpp | |
|
489 | ||
|
490 | obj/wfpage.o: wfpage.cpp wfpage.h \ | |
|
491 | wfplot.h \ | |
|
492 | params.h | |
|
493 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/wfpage.o wfpage.cpp | |
|
494 | ||
|
495 | obj/wfpacket.o: wfpacket.cpp wfpacket.h \ | |
|
496 | params.h | |
|
497 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/wfpacket.o wfpacket.cpp | |
|
498 | ||
|
499 | obj/tmechobridge.o: tmechobridge.cpp tmechobridge.h \ | |
|
500 | tmpackettoread.h | |
|
501 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tmechobridge.o tmechobridge.cpp | |
|
502 | ||
|
407 | 503 | obj/lppmonplugininterface.o: /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp /usr/include/lppmon/pluginsInterface/lppmonplugininterface.h \ |
|
408 | 504 | /usr/include/lppmon/pluginsInterface/lppmonplugininterface_global.h |
|
409 | 505 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/lppmonplugininterface.o /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp |
@@ -420,9 +516,6 obj/moc_qipdialogbox.o: moc/moc_qipdialo | |||
|
420 | 516 | obj/moc_gresbstatusenquiry.o: moc/moc_gresbstatusenquiry.cpp |
|
421 | 517 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_gresbstatusenquiry.o moc/moc_gresbstatusenquiry.cpp |
|
422 | 518 | |
|
423 | obj/moc_spectralmatricesdmasimulator.o: moc/moc_spectralmatricesdmasimulator.cpp | |
|
424 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_spectralmatricesdmasimulator.o moc/moc_spectralmatricesdmasimulator.cpp | |
|
425 | ||
|
426 | 519 | obj/moc_rmappluginpythonwrapper.o: moc/moc_rmappluginpythonwrapper.cpp |
|
427 | 520 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_rmappluginpythonwrapper.o moc/moc_rmappluginpythonwrapper.cpp |
|
428 | 521 | |
@@ -438,6 +531,24 obj/moc_tcpackettosend.o: moc/moc_tcpack | |||
|
438 | 531 | obj/moc_tmpackettoread.o: moc/moc_tmpackettoread.cpp |
|
439 | 532 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tmpackettoread.o moc/moc_tmpackettoread.cpp |
|
440 | 533 | |
|
534 | obj/moc_wfdisplay.o: moc/moc_wfdisplay.cpp | |
|
535 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_wfdisplay.o moc/moc_wfdisplay.cpp | |
|
536 | ||
|
537 | obj/moc_tmstatistics.o: moc/moc_tmstatistics.cpp | |
|
538 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tmstatistics.o moc/moc_tmstatistics.cpp | |
|
539 | ||
|
540 | obj/moc_wfplot.o: moc/moc_wfplot.cpp | |
|
541 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_wfplot.o moc/moc_wfplot.cpp | |
|
542 | ||
|
543 | obj/moc_wfpage.o: moc/moc_wfpage.cpp | |
|
544 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_wfpage.o moc/moc_wfpage.cpp | |
|
545 | ||
|
546 | obj/moc_wfpacket.o: moc/moc_wfpacket.cpp | |
|
547 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_wfpacket.o moc/moc_wfpacket.cpp | |
|
548 | ||
|
549 | obj/moc_tmechobridge.o: moc/moc_tmechobridge.cpp | |
|
550 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tmechobridge.o moc/moc_tmechobridge.cpp | |
|
551 | ||
|
441 | 552 | obj/moc_genericPySysdriver.o: moc/moc_genericPySysdriver.cpp |
|
442 | 553 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_genericPySysdriver.o moc/moc_genericPySysdriver.cpp |
|
443 | 554 |
@@ -1,6 +1,6 | |||
|
1 | 1 | ############################################################################# |
|
2 | 2 | # Makefile for building: libwfdisplay.so.1.0.0 |
|
3 |
# Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jun 28 |
|
|
3 | # Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Jun 28 15:43:38 2013 | |
|
4 | 4 | # Project: wfdisplay.pro |
|
5 | 5 | # Template: lib |
|
6 | 6 | # Command: /usr/bin/qmake-qt4 -o Makefile wfdisplay.pro |
@@ -273,9 +273,9 moc_wfpage.o: moc_wfpage.cpp | |||
|
273 | 273 | |
|
274 | 274 | install_header: first FORCE |
|
275 | 275 | @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/include/lppmon/wfdisplay/ || $(MKDIR) $(INSTALL_ROOT)/usr/include/lppmon/wfdisplay/ |
|
276 |
-$(INSTALL_FILE) /opt/LPPMON_PLUGINS_P |
|
|
277 |
-$(INSTALL_FILE) /opt/LPPMON_PLUGINS_P |
|
|
278 |
-$(INSTALL_FILE) /opt/LPPMON_PLUGINS_P |
|
|
276 | -$(INSTALL_FILE) /home/admin/opt/LPPMON_PLUGINS_PLE/wfdisplay/wfdisplay/wfdisplay.h $(INSTALL_ROOT)/usr/include/lppmon/wfdisplay/ | |
|
277 | -$(INSTALL_FILE) /home/admin/opt/LPPMON_PLUGINS_PLE/wfdisplay/wfdisplay/wfdisplay_global.h $(INSTALL_ROOT)/usr/include/lppmon/wfdisplay/ | |
|
278 | -$(INSTALL_FILE) /home/admin/opt/LPPMON_PLUGINS_PLE/wfdisplay/wfdisplay/wfpage.h $(INSTALL_ROOT)/usr/include/lppmon/wfdisplay/ | |
|
279 | 279 | |
|
280 | 280 | |
|
281 | 281 | uninstall_header: FORCE |
General Comments 0
You need to be logged in to leave comments.
Login now