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

Last change on this file since 5641 was 5641, checked in by weber, 10 years ago

Raw stream output through TCP/IP port enabled

File size: 9.1 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;
[5295]132 QLineEdit* _mapWinDotSizeLineEdit;
[3356]133 QLineEdit* _sslCaCertPathLineEdit;
134 QCheckBox* _ignoreSslErrorsCheckBox;
[35]135 QLineEdit* _outFileLineEdit;
136 QLineEdit* _outPortLineEdit;
[1222]137 QLineEdit* _outUPortLineEdit;
[588]138 QLineEdit* _outEphPortLineEdit;
[934]139 QLineEdit* _corrPortLineEdit;
[83]140 QLineEdit* _rnxPathLineEdit;
[533]141 QLineEdit* _ephPathLineEdit;
[934]142 QLineEdit* _corrPathLineEdit;
[1307]143 QLineEdit* _miscMountLineEdit;
[5641]144 QLineEdit* _miscPortLineEdit;
[2003]145 QLineEdit* _pppMountLineEdit;
[2967]146 QLineEdit* _pppCorrMountLineEdit;
[2126]147 QLineEdit* _pppNMEALineEdit;
[2185]148 QLineEdit* _pppNMEAPortLineEdit;
[2473]149 QLineEdit* _pppSigCLineEdit;
150 QLineEdit* _pppSigPLineEdit;
[2718]151 QLineEdit* _pppSigCrd0;
152 QLineEdit* _pppSigCrdP;
153 QLineEdit* _pppSigTrp0;
154 QLineEdit* _pppSigTrpP;
[2811]155 QLineEdit* _pppSync;
[2597]156 QLineEdit* _pppAverageLineEdit;
[2719]157 QLineEdit* _pppQuickStartLineEdit;
[3111]158 QLineEdit* _pppMaxSolGapLineEdit;
[4546]159 QLineEdit* _pppAudioResponseLineEdit;
[2165]160 QLineEdit* _pppRefCrdXLineEdit;
161 QLineEdit* _pppRefCrdYLineEdit;
162 QLineEdit* _pppRefCrdZLineEdit;
[3284]163 QLineEdit* _pppRefdNLineEdit;
164 QLineEdit* _pppRefdELineEdit;
165 QLineEdit* _pppRefdULineEdit;
[2718]166 QCheckBox* _pppPlotCoordinates;
[2083]167 QCheckBox* _pppUsePhaseCheckBox;
[2086]168 QCheckBox* _pppEstTropoCheckBox;
[2137]169 QCheckBox* _pppGLONASSCheckBox;
[2794]170 QCheckBox* _pppGalileoCheckBox;
[2876]171 QLineEdit* _pppAntennaLineEdit;
[3620]172 qtFileChooser* _pppAntexFileChooser;
[3602]173
174 qtFileChooser* _postObsFileChooser;
175 qtFileChooser* _postNavFileChooser;
176 qtFileChooser* _postCorrFileChooser;
[3618]177 QLineEdit* _postOutLineEdit;
[3602]178
[3892]179 QComboBox* _reqcActionComboBox;
180 QPushButton* _reqcEditOptionButton;
181 qtFileChooser* _reqcObsFileChooser;
182 qtFileChooser* _reqcNavFileChooser;
183 QLineEdit* _reqcOutObsLineEdit;
184 QLineEdit* _reqcOutNavLineEdit;
185 QLineEdit* _reqcOutLogLineEdit;
[4449]186 QLineEdit* _reqcPlotDirLineEdit;
[5144]187 QComboBox* _reqcSkyPlotSystems;
[3731]188
[533]189 QCheckBox* _rnxV3CheckBox;
190 QCheckBox* _ephV3CheckBox;
[83]191 QLineEdit* _rnxSkelLineEdit;
[106]192 QLineEdit* _rnxScrpLineEdit;
[143]193 QLineEdit* _logFileLineEdit;
[2386]194 QLineEdit* _rawOutFileLineEdit;
[2341]195 QComboBox* _pppSPPComboBox;
[106]196 QComboBox* _rnxIntrComboBox;
[560]197 QComboBox* _ephIntrComboBox;
[934]198 QComboBox* _corrIntrComboBox;
[106]199 QSpinBox* _rnxSamplSpinBox;
[740]200 QSpinBox* _binSamplSpinBox;
[259]201 QCheckBox* _rnxAppendCheckBox;
[1333]202 QCheckBox* _autoStartCheckBox;
[1307]203 QCheckBox* _scanRTCMCheckBox;
[135]204 QSpinBox* _waitTimeSpinBox;
[967]205 QSpinBox* _corrTimeSpinBox;
[686]206 QComboBox* _obsRateComboBox;
[668]207 QSpinBox* _adviseFailSpinBox;
208 QSpinBox* _adviseRecoSpinBox;
209 QLineEdit* _adviseScriptLineEdit;
[728]210 QComboBox* _perfIntrComboBox;
[83]211 QTableWidget* _mountPointsTable;
[1329]212
[1327]213 QLineEdit* _serialPortNameLineEdit;
214 QLineEdit* _serialMountPointLineEdit;
[1329]215 QComboBox* _serialBaudRateComboBox;
216 QComboBox* _serialParityComboBox;
217 QComboBox* _serialDataBitsComboBox;
218 QComboBox* _serialStopBitsComboBox;
[1636]219 QComboBox* _serialFlowControlComboBox;
[1595]220 QLineEdit* _serialHeightNMEALineEdit;
[1601]221 QLineEdit* _serialFileNMEALineEdit;
[1595]222 QComboBox* _serialAutoNMEAComboBox;
[35]223
[356]224 QLineEdit* _LatLineEdit;
225 QLineEdit* _LonLineEdit;
226
[1170]227 QComboBox* _onTheFlyComboBox;
228
[83]229 QTextEdit* _log;
230
[1912]231 QWidget* _canvas;
[1925]232 QTabWidget* _aogroup;
[463]233
[1925]234 QTabWidget* _loggroup;
[1932]235 bncFigure* _bncFigure;
[1972]236 bncFigureLate* _bncFigureLate;
[2141]237 bncFigurePPP* _bncFigurePPP;
[1912]238
[2868]239 QTableWidget* _cmbTable;
[3328]240 QLineEdit* _cmbMaxresLineEdit;
[3469]241 QComboBox* _cmbMethodComboBox;
[4179]242 QSpinBox* _cmbSamplSpinBox;
[2868]243
[3164]244 QTableWidget* _uploadTable;
[3197]245 QComboBox* _uploadIntrComboBox;
[4172]246 QSpinBox* _uploadSamplRtcmEphCorrSpinBox;
247 QSpinBox* _uploadSamplSp3SpinBox;
248 QSpinBox* _uploadSamplClkRnxSpinBox;
[3152]249
[3245]250 QLineEdit* _uploadEphHostLineEdit;
251 QLineEdit* _uploadEphPortLineEdit;
252 QLineEdit* _uploadEphPasswordLineEdit;
253 QLineEdit* _uploadEphMountpointLineEdit;
254 QSpinBox* _uploadEphSampleSpinBox;
255 bncBytesCounter* _uploadEphBytesCounter;
[3240]256
[463]257 bncCaster* _caster;
[3249]258
259 bncEphUploadCaster* _casterEph;
[3735]260
[3782]261 bool _realTimeRunning;
262 bool _runningRealTime;
263 bool _runningPostProcessingPPP;
[3892]264 bool _runningPostProcessingReqc;
[5214]265 t_postProcessing* _postProcessing;
[4766]266
[5217]267 QPushButton* _mapWinButton;
[5220]268 QRadioButton* _gmRadioButton;
269 QRadioButton* _osmRadioButton;
[5308]270 QComboBox* _mapWinDotColorComboBox;
[5225]271 QSlider* _mapSpeedSlider;
[5187]272 bncMapWin* _mapWin;
273 QList<bncGetThread*> _threads;
[5179]274
[4766]275#ifdef RTROVER_INTERFACE
276 QComboBox* _rtroverModeComboBox;
277 QLineEdit* _rtroverRoverMountLineEdit;
278 QLineEdit* _rtroverCorrMountLineEdit;
279 QLineEdit* _rtroverBaseMountLineEdit;
280 QLineEdit* _rtroverRoverRefCrdXLineEdit;
281 QLineEdit* _rtroverRoverRefCrdYLineEdit;
282 QLineEdit* _rtroverRoverRefCrdZLineEdit;
283 QLineEdit* _rtroverBaseRefCrdXLineEdit;
284 QLineEdit* _rtroverBaseRefCrdYLineEdit;
285 QLineEdit* _rtroverBaseCrdZLineEdit;
[4790]286 QLineEdit* _rtroverRoverDNLineEdit;
287 QLineEdit* _rtroverRoverDELineEdit;
288 QLineEdit* _rtroverRoverDULineEdit;
289 QLineEdit* _rtroverBaseDNLineEdit;
290 QLineEdit* _rtroverBaseDELineEdit;
291 QLineEdit* _rtroverBaseDULineEdit;
292 QLineEdit* _rtroverRoverAntennaLineEdit;
293 QLineEdit* _rtroverBaseAntennaLineEdit;
294 qtFileChooser* _rtroverAntexFileChooser;
[4766]295 QLineEdit* _rtroverOutputLineEdit;
296#endif
[35]297};
[5063]298
299#ifdef GNSSCENTER_PLUGIN
300#include "plugininterface.h"
301class t_bncFactory : public QObject, public GnssCenter::t_pluginFactoryInterface {
302 Q_OBJECT
303 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
304 public:
305 virtual QWidget* create() {return new bncWindow();}
306 virtual QString getName() const {return QString("BNC");}
307};
[35]308#endif
[5063]309
310#endif
Note: See TracBrowser for help on using the repository browser.