@@ -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: Wed May 22 07:43:41 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 |
@@ -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-05-2 |
|
|
3 | <!-- Written by Qt Creator 2.4.1, 2013-05-22T07:47:54. --> | |
|
4 | 4 | <qtcreator> |
|
5 | 5 | <data> |
|
6 | 6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> |
@@ -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: Wed May 22 07:43:41 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 |
@@ -39,6 +39,10 | |||
|
39 | 39 | #define SID_SBM2_BP1_F1 30 |
|
40 | 40 | #define SID_SBM2_BP2_F1 33 |
|
41 | 41 | |
|
42 | #define RMAP_DEFAULT_SOURCE_ADDRESS 1 | |
|
42 | //***** | |
|
43 | // RMAP | |
|
44 | #define DEFAULT_DESTINATION_KEY 2 | |
|
45 | #define DEFAULT_SOURCE 1 | |
|
46 | #define DEFAULT_TARGET 254 | |
|
43 | 47 | |
|
44 | 48 | #endif // PARAMS_H |
@@ -2,6 +2,7 | |||
|
2 | 2 | #define RMAPOPERATIONS_H |
|
3 | 3 | |
|
4 | 4 | #include "qhexspinbox.h" |
|
5 | #include <params.h> | |
|
5 | 6 | |
|
6 | 7 | #define READ_WRITE_MAX_COUNTS 4096 // in words |
|
7 | 8 | #define RMAP_MAX_DATA_LENGTH 4*READ_WRITE_MAX_COUNTS // in bytes, shall be lower than the limit size of SPW packet of the GRESB bridge |
@@ -10,10 +11,6 | |||
|
10 | 11 | #define RMAP_DATA_CRC_LENGTH 1 // in bytes => ECSS |
|
11 | 12 | #define RMAP_MAX_PACKET_LENGTH RMAP_READ_REPLY_HEADER_LENGTH + RMAP_MAX_DATA_LENGTH + RMAP_DATA_CRC_LENGTH |
|
12 | 13 | |
|
13 | #define DEFAULT_DESTINATION_KEY 2 | |
|
14 | #define DEFAULT_SOURCE 0 | |
|
15 | #define DEFAULT_TARGET 254 | |
|
16 | ||
|
17 | 14 | static const unsigned char RMAP_CRCTable[] = { |
|
18 | 15 | 0x00, 0x91, 0xe3, 0x72, 0x07, 0x96, 0xe4, 0x75, |
|
19 | 16 | 0x0e, 0x9f, 0xed, 0x7c, 0x09, 0x98, 0xea, 0x7b, |
@@ -79,7 +79,6 rmapPluginUI::rmapPluginUI(QWidget *pare | |||
|
79 | 79 | gresbVirtualLinkSpinBox->setRange(0, 4); |
|
80 | 80 | gresbVirtualLinkSpinBox->setValue(1); |
|
81 | 81 | rmapSourceLogicalAddressSpinBox->setRange(0, 255); |
|
82 | rmapSourceLogicalAddressSpinBox->setValue(RMAP_DEFAULT_SOURCE_ADDRESS); | |
|
83 | 82 | rmapTargetLogicalAddressSpinBox->setRange(0, 255); |
|
84 | 83 | spwLinkSpinBox->setRange(0, 2); |
|
85 | 84 | spwLinkSpinBox->setValue(0); |
@@ -104,6 +103,9 rmapPluginUI::rmapPluginUI(QWidget *pare | |||
|
104 | 103 | bridgeSelection_LAYOUT->addWidget(selectGRESB_BUTTON, 0, 0, 1, 1); |
|
105 | 104 | bridgeSelection_LAYOUT->addWidget(selectStarDundee_BUTTON, 0, 1, 1, 1); |
|
106 | 105 | |
|
106 | bridgeSelection_LAYOUT->setRowStretch(1, 1); | |
|
107 | bridgeSelection_LAYOUT->setColumnStretch(2, 1); | |
|
108 | ||
|
107 | 109 | generalParameters_LAYOUT->addWidget(logEnableCheckBox, 0, 0, 1, 1); |
|
108 | 110 | generalParameters_LAYOUT->addWidget(logFileChooseButton, 0, 1, 1, 1); |
|
109 | 111 | generalParameters_LAYOUT->addWidget(rmapSourceLogicalAddressLabel, 1, 0, 0); |
@@ -10,8 +10,10 WFPage::WFPage(QWidget *parent) : | |||
|
10 | 10 | wfPlot_b2 = new WFPlot(); |
|
11 | 11 | wfPlot_b3 = new WFPlot(); |
|
12 | 12 | // |
|
13 | wfPlot_v->customPlot->setTitle("v"); | |
|
14 |
wfPlot_ |
|
|
13 | //wfPlot_v->customPlot->setTitle("v"); | |
|
14 | wfPlot_v->customPlot->setGraphName(0, "v"); | |
|
15 | //wfPlot_e1->customPlot->setTitle("e1"); | |
|
16 | wfPlot_e1->customPlot->setGraphName(0, "e1"); | |
|
15 | 17 | wfPlot_e2->customPlot->setTitle("e2"); |
|
16 | 18 | wfPlot_b1->customPlot->setTitle("b1"); |
|
17 | 19 | wfPlot_b2->customPlot->setTitle("b2"); |
General Comments 0
You need to be logged in to leave comments.
Login now