source: ntrip/trunk/BNC/src/bncwindow.h@ 7889

Last change on this file since 7889 was 7889, checked in by stuerze, 8 years ago

BNC's ephemeris upload is extended to allows an upload of more than one stream and to choose a single satellite system

File size: 7.2 KB
RevLine 
[280]1// Part of BNC, a utility for retrieving decoding and
[464]2// converting GNSS data streams from NTRIP broadcasters.
[280]3//
[464]4// Copyright (C) 2007
[280]5// German Federal Agency for Cartography and Geodesy (BKG)
6// http://www.bkg.bund.de
[464]7// Czech Technical University Prague, Department of Geodesy
[280]8// http://www.fsv.cvut.cz
9//
10// Email: euref-ip@bkg.bund.de
11//
12// This program is free software; you can redistribute it and/or
13// modify it under the terms of the GNU General Public License
14// as published by the Free Software Foundation, version 2.
15//
16// This program is distributed in the hope that it will be useful,
17// but WITHOUT ANY WARRANTY; without even the implied warranty of
18// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19// GNU General Public License for more details.
20//
21// You should have received a copy of the GNU General Public License
22// along with this program; if not, write to the Free Software
23// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
[35]24
25#ifndef BNCWINDOW_H
26#define BNCWINDOW_H
27
28#include <QtGui>
[399]29#include <QWhatsThis>
[35]30
31#include "bncgetthread.h"
[463]32#include "bnccaster.h"
[6040]33#include "pppWidgets.h"
[35]34
[1925]35class bncAboutDlg : public QDialog {
[35]36 Q_OBJECT
37 public:
[679]38 bncAboutDlg(QWidget* parent);
39 ~bncAboutDlg();
40};
41
[1932]42class bncFlowchartDlg : public QDialog {
[989]43 Q_OBJECT
44
45 public:
46 bncFlowchartDlg(QWidget* parent);
47 ~bncFlowchartDlg();
48};
49
[1932]50class bncFigure;
[1972]51class bncFigureLate;
[2141]52class bncFigurePPP;
[3245]53class bncBytesCounter;
[3249]54class bncEphUploadCaster;
[3602]55class qtFileChooser;
[5179]56class bncMapWin;
[1932]57
58class bncWindow : public QMainWindow {
[679]59 Q_OBJECT
60
61 public:
[35]62 bncWindow();
[83]63 ~bncWindow();
[679]64 void CreateMenu();
65 void AddToolbar();
[1912]66
[7889]67 public slots:
[1179]68 void slotMountPointsRead(QList<bncGetThread*>);
[2128]69 void slotBncTextChanged();
[35]70
71 private slots:
[1299]72 void slotWindowMessage(const QByteArray msg, bool showOnScreen);
[108]73 void slotHelp();
74 void slotAbout();
[989]75 void slotFlowchart();
[111]76 void slotFontSel();
[35]77 void slotSaveOptions();
78 void slotAddMountPoints();
[5162]79 void slotMapMountPoints();
80 void slotMapPPP();
[5235]81 void slotMapPPPClosed();
[3782]82 void slotStart();
[182]83 void slotStop();
[35]84 void slotNewMountPoints(QStringList* mountPoints);
85 void slotDeleteMountPoints();
[1556]86 void slotGetThreadsFinished();
[83]87 void slotSelectionChanged();
[399]88 void slotWhatsThis();
[2869]89 void slotAddCmbRow();
90 void slotDelCmbRow();
[3164]91 void slotAddUploadRow();
92 void slotDelUploadRow();
[7889]93 void slotAddUploadEphRow();
94 void slotDelUploadEphRow();
[3164]95 void slotSetUploadTrafo();
[3892]96 void slotReqcEditOption();
[5971]97 void slotPostProcessingFinished();
98 void slotPostProcessingProgress(int);
[35]99
[83]100 protected:
101 virtual void closeEvent(QCloseEvent *);
102
[35]103 private:
[4076]104 void saveOptions();
[1178]105 void populateMountPointsTable();
[2870]106 void populateCmbTable();
[3164]107 void populateUploadTable();
[7889]108 void populateUploadEphTable();
[3605]109 void enableWidget(bool enable, QWidget* widget);
[3782]110 void startRealTime();
[3787]111 void enableStartStop();
[1178]112
[35]113 QMenu* _menuHlp;
114 QMenu* _menuFile;
115
[108]116 QAction* _actHelp;
[35]117 QAction* _actAbout;
[989]118 QAction* _actFlowchart;
[111]119 QAction* _actFontSel;
[35]120 QAction* _actSaveOpt;
[7889]121 QAction* _actQuit;
[5162]122 QAction* _actMapMountPoints;
[3782]123 QAction* _actStart;
[182]124 QAction* _actStop;
[35]125 QAction* _actAddMountPoints;
126 QAction* _actDeleteMountPoints;
[399]127 QAction* _actwhatsthis;
128 QAction* _actwhatsthismenu;
[35]129
130 QLineEdit* _proxyHostLineEdit;
131 QLineEdit* _proxyPortLineEdit;
[3356]132 QLineEdit* _sslCaCertPathLineEdit;
[7513]133 QCheckBox* _sslIgnoreErrorsCheckBox;
[35]134 QLineEdit* _outFileLineEdit;
135 QLineEdit* _outPortLineEdit;
[1222]136 QLineEdit* _outUPortLineEdit;
[7325]137 QLineEdit* _ephOutPortLineEdit;
[934]138 QLineEdit* _corrPortLineEdit;
[83]139 QLineEdit* _rnxPathLineEdit;
[533]140 QLineEdit* _ephPathLineEdit;
[934]141 QLineEdit* _corrPathLineEdit;
[1307]142 QLineEdit* _miscMountLineEdit;
[5641]143 QLineEdit* _miscPortLineEdit;
[3602]144
[3892]145 QComboBox* _reqcActionComboBox;
146 QPushButton* _reqcEditOptionButton;
147 qtFileChooser* _reqcObsFileChooser;
148 qtFileChooser* _reqcNavFileChooser;
149 QLineEdit* _reqcOutObsLineEdit;
150 QLineEdit* _reqcOutNavLineEdit;
151 QLineEdit* _reqcOutLogLineEdit;
[4449]152 QLineEdit* _reqcPlotDirLineEdit;
[6408]153 QLineEdit* _reqcSkyPlotSignals;
[6299]154 QCheckBox* _reqcLogSummaryOnly;
[3731]155
[6332]156 qtFileChooser* _sp3CompFileChooser;
[6430]157 QLineEdit* _sp3CompExclude;
[6332]158 QLineEdit* _sp3CompLogLineEdit;
159
[533]160 QCheckBox* _rnxV3CheckBox;
[6237]161 QLineEdit* _rnxV2Priority;
[533]162 QCheckBox* _ephV3CheckBox;
[7172]163 QCheckBox* _ephV3filenameCheckBox;
[83]164 QLineEdit* _rnxSkelLineEdit;
[6796]165 QCheckBox* _rnxFileCheckBox;
[7170]166 QCheckBox* _rnxV3filenameCheckBox;
[106]167 QLineEdit* _rnxScrpLineEdit;
[143]168 QLineEdit* _logFileLineEdit;
[2386]169 QLineEdit* _rawOutFileLineEdit;
[106]170 QComboBox* _rnxIntrComboBox;
[560]171 QComboBox* _ephIntrComboBox;
[934]172 QComboBox* _corrIntrComboBox;
[106]173 QSpinBox* _rnxSamplSpinBox;
[7362]174 QSpinBox* _outSamplSpinBox;
[259]175 QCheckBox* _rnxAppendCheckBox;
[1333]176 QCheckBox* _autoStartCheckBox;
[7420]177 QCheckBox* _miscScanRTCMCheckBox;
[7393]178 QSpinBox* _outWaitSpinBox;
[7332]179 QComboBox* _adviseObsRateComboBox;
[668]180 QSpinBox* _adviseFailSpinBox;
181 QSpinBox* _adviseRecoSpinBox;
182 QLineEdit* _adviseScriptLineEdit;
[7420]183 QComboBox* _miscIntrComboBox;
[83]184 QTableWidget* _mountPointsTable;
[1329]185
[1327]186 QLineEdit* _serialPortNameLineEdit;
187 QLineEdit* _serialMountPointLineEdit;
[1329]188 QComboBox* _serialBaudRateComboBox;
189 QComboBox* _serialParityComboBox;
190 QComboBox* _serialDataBitsComboBox;
191 QComboBox* _serialStopBitsComboBox;
[1636]192 QComboBox* _serialFlowControlComboBox;
[1595]193 QLineEdit* _serialHeightNMEALineEdit;
[1601]194 QLineEdit* _serialFileNMEALineEdit;
[1595]195 QComboBox* _serialAutoNMEAComboBox;
[6751]196 QSpinBox* _serialManualNMEASamplingSpinBox;
[35]197
[356]198 QLineEdit* _LatLineEdit;
199 QLineEdit* _LonLineEdit;
200
[1170]201 QComboBox* _onTheFlyComboBox;
202
[83]203 QTextEdit* _log;
204
[1912]205 QWidget* _canvas;
[1925]206 QTabWidget* _aogroup;
[463]207
[1925]208 QTabWidget* _loggroup;
[1932]209 bncFigure* _bncFigure;
[1972]210 bncFigureLate* _bncFigureLate;
[2141]211 bncFigurePPP* _bncFigurePPP;
[1912]212
[6172]213 QTableWidget* _cmbTable;
214 QLineEdit* _cmbMaxresLineEdit;
215 QComboBox* _cmbMethodComboBox;
216 QSpinBox* _cmbSamplSpinBox;
217 QCheckBox* _cmbUseGlonass;
[2868]218
[6666]219 QTableWidget* _uploadTable;
220 QComboBox* _uploadIntrComboBox;
221 QSpinBox* _uploadSamplRtcmEphCorrSpinBox;
222 QSpinBox* _uploadSamplSp3SpinBox;
223 QSpinBox* _uploadSamplClkRnxSpinBox;
224 qtFileChooser* _uploadAntexFile;
[3152]225
[7889]226 QTableWidget* _uploadEphTable;
227 QSpinBox* _uploadSamplRtcmEphSpinBox;
[3240]228
[5729]229 bncCaster* _caster;
[3249]230 bncEphUploadCaster* _casterEph;
[3735]231
[3782]232 bool _runningRealTime;
[5971]233 bool _runningPPP;
234 bool _runningEdit;
235 bool _runningQC;
[6332]236 bool _runningSp3Comp;
[4766]237
[7889]238 bool running() {return _runningRealTime || _runningPPP || _runningEdit ||
[6332]239 _runningQC || _runningSp3Comp;}
[5971]240
[5187]241 bncMapWin* _mapWin;
[5861]242
[5187]243 QList<bncGetThread*> _threads;
[5179]244
[5686]245 t_pppWidgets _pppWidgets;
[35]246};
[5063]247
248#ifdef GNSSCENTER_PLUGIN
249#include "plugininterface.h"
250class t_bncFactory : public QObject, public GnssCenter::t_pluginFactoryInterface {
251 Q_OBJECT
252 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
253 public:
[7889]254 virtual QWidget* create() {return new bncWindow();}
[5063]255 virtual QString getName() const {return QString("BNC");}
256};
[35]257#endif
[5063]258
259#endif
Note: See TracBrowser for help on using the repository browser.