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

Last change on this file since 5235 was 5235, checked in by mervart, 11 years ago
File size: 9.0 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"
[35]33
[1925]34class bncAboutDlg : public QDialog {
[35]35 Q_OBJECT
36 public:
[679]37 bncAboutDlg(QWidget* parent);
38 ~bncAboutDlg();
39};
40
[1932]41class bncFlowchartDlg : public QDialog {
[989]42 Q_OBJECT
43
44 public:
45 bncFlowchartDlg(QWidget* parent);
46 ~bncFlowchartDlg();
47};
48
[1932]49class bncFigure;
[1972]50class bncFigureLate;
[2141]51class bncFigurePPP;
[3245]52class bncBytesCounter;
[3249]53class bncEphUploadCaster;
[3602]54class qtFileChooser;
[5179]55class bncMapWin;
[5214]56class t_postProcessing;
[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
[83]67 public slots:
[1179]68 void slotMountPointsRead(QList<bncGetThread*>);
[2128]69 void slotBncTextChanged();
[3685]70 void slotPostProgress(int);
[35]71
72 private slots:
[1299]73 void slotWindowMessage(const QByteArray msg, bool showOnScreen);
[108]74 void slotHelp();
75 void slotAbout();
[989]76 void slotFlowchart();
[111]77 void slotFontSel();
[35]78 void slotSaveOptions();
79 void slotAddMountPoints();
[5162]80 void slotMapMountPoints();
81 void slotMapPPP();
[5235]82 void slotMapPPPClosed();
[3782]83 void slotStart();
[3736]84 void slotFinishedPostProcessingPPP();
[3892]85 void slotFinishedPostProcessingReqc();
[182]86 void slotStop();
[35]87 void slotNewMountPoints(QStringList* mountPoints);
88 void slotDeleteMountPoints();
[1556]89 void slotGetThreadsFinished();
[83]90 void slotSelectionChanged();
[399]91 void slotWhatsThis();
[2869]92 void slotAddCmbRow();
93 void slotDelCmbRow();
[3164]94 void slotAddUploadRow();
95 void slotDelUploadRow();
96 void slotSetUploadTrafo();
[3892]97 void slotReqcEditOption();
[35]98
[83]99 protected:
100 virtual void closeEvent(QCloseEvent *);
101
[35]102 private:
[4076]103 void saveOptions();
[1178]104 void populateMountPointsTable();
[2870]105 void populateCmbTable();
[3164]106 void populateUploadTable();
[3605]107 void enableWidget(bool enable, QWidget* widget);
[3782]108 void startRealTime();
[3735]109 void startPostProcessingPPP();
[3892]110 void startPostProcessingReqc();
[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;
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;
133 QCheckBox* _ignoreSslErrorsCheckBox;
[35]134 QLineEdit* _outFileLineEdit;
135 QLineEdit* _outPortLineEdit;
[1222]136 QLineEdit* _outUPortLineEdit;
[588]137 QLineEdit* _outEphPortLineEdit;
[934]138 QLineEdit* _corrPortLineEdit;
[83]139 QLineEdit* _rnxPathLineEdit;
[533]140 QLineEdit* _ephPathLineEdit;
[934]141 QLineEdit* _corrPathLineEdit;
[1307]142 QLineEdit* _miscMountLineEdit;
[2003]143 QLineEdit* _pppMountLineEdit;
[2967]144 QLineEdit* _pppCorrMountLineEdit;
[2126]145 QLineEdit* _pppNMEALineEdit;
[2185]146 QLineEdit* _pppNMEAPortLineEdit;
[2473]147 QLineEdit* _pppSigCLineEdit;
148 QLineEdit* _pppSigPLineEdit;
[2718]149 QLineEdit* _pppSigCrd0;
150 QLineEdit* _pppSigCrdP;
151 QLineEdit* _pppSigTrp0;
152 QLineEdit* _pppSigTrpP;
[2811]153 QLineEdit* _pppSync;
[2597]154 QLineEdit* _pppAverageLineEdit;
[2719]155 QLineEdit* _pppQuickStartLineEdit;
[3111]156 QLineEdit* _pppMaxSolGapLineEdit;
[4546]157 QLineEdit* _pppAudioResponseLineEdit;
[2165]158 QLineEdit* _pppRefCrdXLineEdit;
159 QLineEdit* _pppRefCrdYLineEdit;
160 QLineEdit* _pppRefCrdZLineEdit;
[3284]161 QLineEdit* _pppRefdNLineEdit;
162 QLineEdit* _pppRefdELineEdit;
163 QLineEdit* _pppRefdULineEdit;
[2718]164 QCheckBox* _pppPlotCoordinates;
[2083]165 QCheckBox* _pppUsePhaseCheckBox;
[2086]166 QCheckBox* _pppEstTropoCheckBox;
[2137]167 QCheckBox* _pppGLONASSCheckBox;
[2794]168 QCheckBox* _pppGalileoCheckBox;
[2876]169 QLineEdit* _pppAntennaLineEdit;
[3620]170 qtFileChooser* _pppAntexFileChooser;
[3602]171
172 qtFileChooser* _postObsFileChooser;
173 qtFileChooser* _postNavFileChooser;
174 qtFileChooser* _postCorrFileChooser;
[3618]175 QLineEdit* _postOutLineEdit;
[3602]176
[3892]177 QComboBox* _reqcActionComboBox;
178 QPushButton* _reqcEditOptionButton;
179 qtFileChooser* _reqcObsFileChooser;
180 qtFileChooser* _reqcNavFileChooser;
181 QLineEdit* _reqcOutObsLineEdit;
182 QLineEdit* _reqcOutNavLineEdit;
183 QLineEdit* _reqcOutLogLineEdit;
[4449]184 QLineEdit* _reqcPlotDirLineEdit;
[5144]185 QComboBox* _reqcSkyPlotSystems;
[3731]186
[533]187 QCheckBox* _rnxV3CheckBox;
188 QCheckBox* _ephV3CheckBox;
[83]189 QLineEdit* _rnxSkelLineEdit;
[106]190 QLineEdit* _rnxScrpLineEdit;
[143]191 QLineEdit* _logFileLineEdit;
[2386]192 QLineEdit* _rawOutFileLineEdit;
[2341]193 QComboBox* _pppSPPComboBox;
[106]194 QComboBox* _rnxIntrComboBox;
[560]195 QComboBox* _ephIntrComboBox;
[934]196 QComboBox* _corrIntrComboBox;
[106]197 QSpinBox* _rnxSamplSpinBox;
[740]198 QSpinBox* _binSamplSpinBox;
[259]199 QCheckBox* _rnxAppendCheckBox;
[1333]200 QCheckBox* _autoStartCheckBox;
[1307]201 QCheckBox* _scanRTCMCheckBox;
[135]202 QSpinBox* _waitTimeSpinBox;
[967]203 QSpinBox* _corrTimeSpinBox;
[686]204 QComboBox* _obsRateComboBox;
[668]205 QSpinBox* _adviseFailSpinBox;
206 QSpinBox* _adviseRecoSpinBox;
207 QLineEdit* _adviseScriptLineEdit;
[728]208 QComboBox* _perfIntrComboBox;
[83]209 QTableWidget* _mountPointsTable;
[1329]210
[1327]211 QLineEdit* _serialPortNameLineEdit;
212 QLineEdit* _serialMountPointLineEdit;
[1329]213 QComboBox* _serialBaudRateComboBox;
214 QComboBox* _serialParityComboBox;
215 QComboBox* _serialDataBitsComboBox;
216 QComboBox* _serialStopBitsComboBox;
[1636]217 QComboBox* _serialFlowControlComboBox;
[1595]218 QLineEdit* _serialHeightNMEALineEdit;
[1601]219 QLineEdit* _serialFileNMEALineEdit;
[1595]220 QComboBox* _serialAutoNMEAComboBox;
[35]221
[356]222 QLineEdit* _LatLineEdit;
223 QLineEdit* _LonLineEdit;
224
[1170]225 QComboBox* _onTheFlyComboBox;
226
[83]227 QTextEdit* _log;
228
[1912]229 QWidget* _canvas;
[1925]230 QTabWidget* _aogroup;
[463]231
[1925]232 QTabWidget* _loggroup;
[1932]233 bncFigure* _bncFigure;
[1972]234 bncFigureLate* _bncFigureLate;
[2141]235 bncFigurePPP* _bncFigurePPP;
[1912]236
[2868]237 QTableWidget* _cmbTable;
[3328]238 QLineEdit* _cmbMaxresLineEdit;
[3469]239 QComboBox* _cmbMethodComboBox;
[4179]240 QSpinBox* _cmbSamplSpinBox;
[2868]241
[3164]242 QTableWidget* _uploadTable;
[3197]243 QComboBox* _uploadIntrComboBox;
[4172]244 QSpinBox* _uploadSamplRtcmEphCorrSpinBox;
245 QSpinBox* _uploadSamplSp3SpinBox;
246 QSpinBox* _uploadSamplClkRnxSpinBox;
[3152]247
[3245]248 QLineEdit* _uploadEphHostLineEdit;
249 QLineEdit* _uploadEphPortLineEdit;
250 QLineEdit* _uploadEphPasswordLineEdit;
251 QLineEdit* _uploadEphMountpointLineEdit;
252 QSpinBox* _uploadEphSampleSpinBox;
253 bncBytesCounter* _uploadEphBytesCounter;
[3240]254
[463]255 bncCaster* _caster;
[3249]256
257 bncEphUploadCaster* _casterEph;
[3735]258
[3782]259 bool _realTimeRunning;
260 bool _runningRealTime;
261 bool _runningPostProcessingPPP;
[3892]262 bool _runningPostProcessingReqc;
[5214]263 t_postProcessing* _postProcessing;
[4766]264
[5217]265 QPushButton* _mapWinButton;
[5220]266 QRadioButton* _gmRadioButton;
267 QRadioButton* _osmRadioButton;
268 QCheckBox* _mapWinTraceCheckBox;
[5225]269 QSlider* _mapSpeedSlider;
[5187]270 bncMapWin* _mapWin;
271 QList<bncGetThread*> _threads;
[5179]272
[4766]273#ifdef RTROVER_INTERFACE
274 QComboBox* _rtroverModeComboBox;
275 QLineEdit* _rtroverRoverMountLineEdit;
276 QLineEdit* _rtroverCorrMountLineEdit;
277 QLineEdit* _rtroverBaseMountLineEdit;
278 QLineEdit* _rtroverRoverRefCrdXLineEdit;
279 QLineEdit* _rtroverRoverRefCrdYLineEdit;
280 QLineEdit* _rtroverRoverRefCrdZLineEdit;
281 QLineEdit* _rtroverBaseRefCrdXLineEdit;
282 QLineEdit* _rtroverBaseRefCrdYLineEdit;
283 QLineEdit* _rtroverBaseCrdZLineEdit;
[4790]284 QLineEdit* _rtroverRoverDNLineEdit;
285 QLineEdit* _rtroverRoverDELineEdit;
286 QLineEdit* _rtroverRoverDULineEdit;
287 QLineEdit* _rtroverBaseDNLineEdit;
288 QLineEdit* _rtroverBaseDELineEdit;
289 QLineEdit* _rtroverBaseDULineEdit;
290 QLineEdit* _rtroverRoverAntennaLineEdit;
291 QLineEdit* _rtroverBaseAntennaLineEdit;
292 qtFileChooser* _rtroverAntexFileChooser;
[4766]293 QLineEdit* _rtroverOutputLineEdit;
294#endif
[35]295};
[5063]296
297#ifdef GNSSCENTER_PLUGIN
298#include "plugininterface.h"
299class t_bncFactory : public QObject, public GnssCenter::t_pluginFactoryInterface {
300 Q_OBJECT
301 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
302 public:
303 virtual QWidget* create() {return new bncWindow();}
304 virtual QString getName() const {return QString("BNC");}
305};
[35]306#endif
[5063]307
308#endif
Note: See TracBrowser for help on using the repository browser.