source: ntrip/trunk/BNC/src/bncmain.cpp@ 7513

Last change on this file since 7513 was 7513, checked in by weber, 9 years ago

Keyname 'ignoreSslErrors' changed to 'sslIngoreErrors'

File size: 23.8 KB
Line 
1// Part of BNC, a utility for retrieving decoding and
2// converting GNSS data streams from NTRIP broadcasters.
3//
4// Copyright (C) 2007
5// German Federal Agency for Cartography and Geodesy (BKG)
6// http://www.bkg.bund.de
7// Czech Technical University Prague, Department of Geodesy
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.
24
25/* -------------------------------------------------------------------------
26 * BKG NTRIP Client
27 * -------------------------------------------------------------------------
28 *
29 * Class: main
30 *
31 * Purpose: Application starts here
32 *
33 * Author: L. Mervart
34 *
35 * Created: 24-Dec-2005
36 *
37 * Changes:
38 *
39 * -----------------------------------------------------------------------*/
40
41#include <unistd.h>
42#include <signal.h>
43#include <QApplication>
44#include <QFile>
45#include <iostream>
46
47#include "app.h"
48#include "bnccore.h"
49#include "bncwindow.h"
50#include "bncsettings.h"
51#include "bncversion.h"
52#include "upload/bncephuploadcaster.h"
53#include "rinex/reqcedit.h"
54#include "rinex/reqcanalyze.h"
55#include "orbComp/sp3Comp.h"
56
57using namespace std;
58
59void catch_signal(int) {
60 cout << "Program Interrupted by Ctrl-C" << endl;
61 exit(0);
62}
63
64// Main Program
65/////////////////////////////////////////////////////////////////////////////
66int main(int argc, char* argv[]) {
67
68 bool interactive = true;
69#ifdef WIN32
70 bool displaySet = true;
71#else
72 bool displaySet = false;
73#endif
74 QByteArray rawFileName;
75 QString confFileName;
76
77 QByteArray printHelp =
78 "Usage:\n"
79 " bnc --help\n"
80 " --nw\n"
81 " --version\n"
82 " --display {name}\n"
83 " --conf {confFileName}\n"
84 " --file {rawFileName}\n"
85 " --key {keyName} {keyValue}\n"
86 "\n"
87 "Appearance keys:\n"
88 " startTab {Index of top panel to be presented at start time [integer number: 0-17]}\n"
89 " statusTab {Index of bottom panel to be presented at start time [integer number: 0-3]}\n"
90 " font {Font specification [character string in quotation marks, example: \"Helvetica,14,-1,5,50,0,0,0,0,0\"]}\n"
91 "\n"
92 "Network Panel keys:\n"
93 " proxyHost {Proxy host, name or IP address [character string]}\n"
94 " proxyPort {Proxy port [integer number]}\n"
95 " sslCaCertPath {Full path to SSL certificates [character string]}\n"
96 " sslIgnoreErrors {Ignore SSL authorization errors [integer number: 0=no,2=yes]}\n"
97 "\n"
98 "General Panel keys:\n"
99 " logFile {Logfile, full path [character string]}\n"
100 " rnxAppend {Append files [integer number: 0=no,2=yes]}\n"
101 " onTheFlyInterval {Configuration reload interval [character string: 1 day|1 hour|5 min|1 min]}\n"
102 " autoStart {Auto start [integer number: 0=no,2=yes]}\n"
103 " rawOutFile {Raw output file, full path [character string]}\n"
104 "\n"
105 "RINEX Observations Panel keys:\n"
106 " rnxPath {Directory [character string]}\n"
107 " rnxIntr {File interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n"
108 " rnxSampl {File sampling rate [integer number of seconds: 0,5|10|15|20|25|30|35|40|45|50|55|60]} \n"
109 " rnxSkel {RINEX skeleton file extension [character string]}\n"
110 " rnxOnlyWithSKL {Using RINEX skeleton file is mandatory [integer number: 0=no,2=yes]}\n"
111 " rnxScript {File upload script, full path [character string]}\n"
112 " rnxV2Priority {Priority of signal attributes [character string, list separated by blank character, example: G:CWPX_? R:CP]}\n"
113 " rnxV3 {Produce version 3 file contents [integer number: 0=no,2=yes]}\n"
114 " rnxV3filenames {Produce version 3 filenames [integer number: 0=no,2=yes]}\n"
115 "\n"
116 "RINEX Ephemeris Panel keys:\n"
117 " ephPath {Directory [character string]}\n"
118 " ephIntr {File interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n"
119 " ephOutPort {Output port [integer number]}\n"
120 " ephV3 {Produce version 3 file contents [integer number: 0=no,2=yes]}\n"
121 " ephV3filenames {Produce version 3 filenames [integer number: 0=no,2=yes]}\n"
122 "\n"
123 "RINEX Editing and QC Panel keys:\n"
124 " reqcAction {Action specification [character string: Blank|Edit/Concatenate|Analyze]}\n"
125 " reqcObsFile {Input observations file(s), full path [character string, comma separated list in quotation marks]}\n"
126 " reqcNavFile {Input navigation file(s), full path [character string, comma separated list in quotation marks]}\n"
127 " reqcOutObsFile {Output observations file, full path [character string]}\n"
128 " reqcOutNavFile {Output navigation file, full path [character string]}\n"
129 " reqcOutLogFile {Output logfile, full path [character string]}\n"
130 " reqcLogSummaryOnly {Output only summary of logfile [integer number: 0=no,2=yes]}\n"
131 " reqcSkyPlotSignals {Observation signals [character string, list separated by blank character, example: C:2&7 E:1&5 G:1&2 J:1&2 R:1&2 S:1&5]}\n"
132 " reqcPlotDir {QC plots directory [character string]}\n"
133 " reqcRnxVersion {RINEX version [integer number: 2|3]}\n"
134 " reqcSampling {RINEX output file sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]}\n"
135 " reqcV2Priority {Version 2 priority of signal attributes [character string, list separated by blank character, example: G:CWPX_? R:CP]}\n"
136 " reqcStartDateTime {Start time [character string, example: 1967-11-02T00:00:00]}\n"
137 " reqcEndDateTime {Stop time [character string, example: 2099-01-01T00:00:00 }\n"
138 " reqcRunBy {Operators name [character string]}\n"
139 " reqcUseObsTypes {Use observation types [character string, list separated by blank character, example: G:C1C G:L1C R:C1C RC1P]}\n"
140 " reqcComment {Additional comments [character string]}\n"
141 " reqcOldMarkerName {Old marker name [character string]}\n"
142 " reqcNewMarkerName {New marker name [character string]}\n"
143 " reqcOldAntennaName {Old antenna name [character string]}\n"
144 " reqcNewAntennaName {New antenna name [character string]}\n"
145 " reqcOldAntennaNumber {Old antenna number [character string]}\n"
146 " reqcNewAntennaNumber {New antenna number [character string]}\n"
147 " reqcOldAntennadN {Old north eccentritity [character string]}\n"
148 " reqcNewAntennadN {New north eccentricity [character string]}\n"
149 " reqcOldAntennadE {Old east eccentricity [character string]}\n"
150 " reqcNewAntennadE {New east eccentricity [character string]}\n"
151 " reqcOldAntennadU {Old up eccentricity [character string]}\n"
152 " reqcNewAntennadU {New up eccentricity [character string]}\n"
153 " reqcOldReceiverName {Old receiver name [character string]}\n"
154 " reqcNewReceiverName {New receiver name [character string]}\n"
155 " reqcOldReceiverNumber {Old receiver number [character string]}\n"
156 " reqcNewReceiverNumber {New receiver number [character string]}\n"
157 "\n"
158 "SP3 Comparison Panel keys:\n"
159 " sp3CompFile {SP3 input files, full path [character string, comma separated list in quotation marks]}\n"
160 " sp3CompExclude {Satellite exclusion list [character string, comma separated list in quotation marks, example: \"G04,G31,R\"]}\n"
161 " sp3CompOutLogFile {Output logfile, full path [character string]}\n"
162 "\n"
163 "Broadcast Corrections Panel keys:\n"
164 " corrPath {Directory for saving files in ASCII format [character string]}\n"
165 " corrIntr {File interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n"
166 " corrPort {Output port [integer number]}\n"
167 "\n"
168 "Feed Engine Panel keys:\n"
169 " outPort {Output port, synchronized [integer number]}\n"
170 " outWait {Wait for full observation epoch [integer number of seconds: 1-30]}\n"
171 " outSampl {Sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]}\n"
172 " outFile {Output file, full path [character string]}\n"
173 " outUPort {Output port, unsynchronized [integer number]}\n"
174 "\n"
175 "Serial Output Panel:\n"
176 " serialMountPoint {Mountpoint [character string]}\n"
177 " serialPortName {Port name [character string]}\n"
178 " serialBaudRate {Baud rate [integer number: 110|300|600|1200|2400|4800|9600|19200|38400|57600|115200]}\n"
179 " serialFlowControl {Flow control [character string: OFF|XONXOFF|HARDWARE}\n"
180 " serialDataBits {Data bits [integer number: 5|6|7|8]}\n"
181 " serialParity {Parity [character string: NONE|ODD|EVEN|SPACE]}\n"
182 " serialStopBits {Stop bits [integer number: 1|2]}\n"
183 " serialAutoNMEA {NMEA specification [character string: no|Auto|Manual GPGGA|Manual GNGGA]}\n"
184 " serialFileNMEA {NMEA filename, full path [character string]}\n"
185 " serialHeightNMEA {Height [floating-point number]}\n"
186 " serialHeightNMEASampling {Sampling rate [integer number of seconds: 0|10|20|30|...|280|290|300]}\n"
187 "\n"
188 "Outages Panel keys:\n"
189 " adviseObsRate {Stream observation rate [character string: 0.1 Hz|0.2 Hz|0.5 Hz|1 Hz|5 Hz]} \n"
190 " adviseFail {Failure threshold [integer number of minutes: 0-60]}\n"
191 " adviseReco {Recovery threshold [integer number of minutes: 0-60]}\n"
192 " adviseScript {Advisory script, full path [character string]}\n"
193 "\n"
194 "Miscellaneous Panel keys:\n"
195 " miscMount {Mountpoint [character string]}\n"
196 " miscIntr {Interval for logging latency [character string: Blank|2 sec|10 sec|1 min|5 min|15 min|1 hour|6 hours|1 day]}\n"
197 " miscScanRTCM {Scan for RTCM message numbers [integer number: 0=no,2=yes]}\n"
198 " miscPort {Output port [integer number]}\n"
199 "\n"
200 "PPP Client Panel 1 keys:\n"
201 " PPP/dataSource {Data source [character string: Blank|Real-Time Streams|RINEX Files]}\n"
202 " PPP/rinexObs {RINEX observation file, full path [character string]}\n"
203 " PPP/rinexNav {RINEX navigation file, full path [character string]}\n"
204 " PPP/corrMount {Corrections mountpoint [character string]}\n"
205 " PPP/corrFile {Corrections file, full path [character string]}\n"
206 " PPP/crdFile {Coordinates file, full path [character string]}\n"
207 " PPP/logPath {Directory for PPP log files [character string]}\n"
208 " PPP/antexFile {ANTEX file, full path [character string]}\n"
209 " PPP/nmeaPath {Directory for NMEA output files [character string]}\n"
210 " PPP/snxtroPath {Directory for SINEX troposphere output files [character string]}\n"
211 " PPP/v3filenames {Produce version 3 filenames, 0=no,2=yes}\n"
212 " PPP/snxtroIntr {SINEX troposphere file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n"
213 " PPP/snxtroSampl {SINEX troposphere file sampling rate [integer number of seconds: 0|30|60|90|120|150|180|210|240|270|300]}\n"
214 "\n"
215 "PPP Client Panel 2 keys:\n"
216 " PPP/staTable {Station specifications table [character string, semicolon separated list, each element in quotaion marks, example:\n"
217 " \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777\";\"CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"]}\n"
218 "\n"
219 "PPP Client Panel 3 keys:\n"
220 " PPP/lcGPS {Select linear combination from GPS code or phase data [character string; P3|P3&L3]}\n"
221 " PPP/lcGLONASS {Select linear combination from GLONASS code or phase data [character string: no|P3|L3|P3&L3]}\n"
222 " PPP/lcGalileo {Select linear combination from Galileo code or phase data [character string: no|P3|L3|P3&L3]}\n"
223 " PPP/lcBDS {Select linear combination from BDS code or phase data [character string: no|P3|L3|P3&L3]}\n"
224 " PPP/sigmaC1 {Sigma for code observations in meters [floating-point number]}\n"
225 " PPP/sigmaL1 {Sigma for phase observations in meters [floating-point number]}\n"
226 " PPP/maxResC1 {Maximal residuum for code observations in meters [floating-point number]}\n"
227 " PPP/maxResL1 {Maximal residuum for phase observations in meters [floating-point number]}\n"
228 " PPP/eleWgtCode {Elevation dependent waiting of code observations [integer number: 0=no,2=yes]}\n"
229 " PPP/eleWgtPhase {Elevation dependent waiting of phase observations [integer number: 0=no,2=yes]}\n"
230 " PPP/minObs {Minimum number of observations [integer number: 4|5|6]}\n"
231 " PPP/minEle {Minimum satellite elevation in degrees [integer number: 0-20]}\n"
232 " PPP/corrWaitTime {Wait for clock corrections [integer number of seconds: no|1-20]}\n"
233 " PPP/seedingTime {Seeding time span for Quick Start [integer number of seconds]}\n"
234 "\n"
235 "PPP Client Panel 4 keys:\n"
236 " PPP/plotCoordinates {Mountpoint for time series plot [character string]}\n"
237 " PPP/audioResponse {Audio response threshold in meters [floating-point number]}\n"
238 " PPP/useOpenStreetMap {OSM track map [character string: true|false]}\n"
239 " PPP/useGoogleMap {Google track map [character string: true|false]}\n"
240 " PPP/mapWinDotSize {Size of dots on map [integer number: 0-10]}\n"
241 " PPP/mapWinDotColor {Color of dots and cross hair on map [character string: red|yellow]}\n"
242 " PPP/mapSpeedSlider {Offline processing speed for mapping [integer number: 1-100]}\n"
243 "\n"
244 "Combine Corrections Panel keys:\n"
245 " cmbStreams {Correction streams table [character string, semicolon separated list, each element in quotation marks, example:\n"
246 " \"IGS01 ESA 1.0\";\"IGS03 BKG 1.0\"]}\n"
247 " cmbMethodFilter {Combination approach [character string: Single-Epoch|Filter]\n"
248 " cmbMaxres {Clock outlier residuum threshold in meters [floating-point number]\n"
249 " cmbSampl {Clock sampling rate [integer number of seconds: 10|20|30|40|50|60]}\n"
250 " cmbUseGlonass {Use GLONASS in combination [integer number: 0=no,2=yes]\n"
251 "\n"
252 "Upload Corrections Panel keys:\n"
253 " uploadMountpointsOut {Upload corrections table [character string, semicolon separated list, each element in quotation marks, example:\n"
254 " \"www.igs-ip.net,2101,IGS01,pass,IGS08,0,/home/user/BNC$[GPSWD}.sp3,/home/user/BNC$[GPSWD}.clk,258,1,0,0 byte(s)\";\n"
255 " \"www.euref-ip.net,2101,EUREF01,pass,ETRF2000,0,,,258,2,0,0 byte(s)\"]}\n"
256 " uploadIntr {Length of SP3 and Clock RINEX file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n"
257 " uploadSamplRtcmEphCorr {Orbit corrections stream sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]}\n"
258 " uploadSamplSp3 {SP3 file sampling rate [integer number of minutes: 0-15]}\n"
259 " uploadSamplClkRnx {Clock RINEX file sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]}\n"
260 "\n"
261 "Custom Trafo keys:\n"
262 " trafo_dx {Translation X in meters [floating-point number]\n"
263 " trafo_dy {Translation Y in meters [floating-point number]\n"
264 " trafo_dz {Translation Z in meters [floating-point number]\n"
265 " trafo_dxr {Translation change X in meters per year [floating-point number]\n"
266 " trafo_dyr {Translation change Y in meters per year [floating-point number]\n"
267 " trafo_dzr {Translation change Z in meters per year [floating-point number]\n"
268 " trafo_ox {Rotation X in arcsec [floating-point number]}\n"
269 " trafo_oy {Rotation Y in arcsec [floating-point number]}\n"
270 " trafo_oz {Rotation Z in arcsec [floating-point number]}\n"
271 " trafo_oxr {Rotation change X in arcsec per year [floating-point number]}\n"
272 " trafo_oyr {Rotation change Y in arcsec per year [floating-point number]}\n"
273 " trafo_ozr {Rotation change Z in arcsec per year [floating-point number]}\n"
274 " trafo_sc {Scale [10^-9, floating-point number]}\n"
275 " trafo_scr {Scale change [10^-9 per year, floating-point number]}\n"
276 " trafo_t0 {Reference year [integer number]}\n"
277 "\n"
278 "Upload Ephemeris Panel keys:\n"
279 " uploadEphHost {Broadcaster host, name or IP address [character string]}\n"
280 " uploadEphPort {Broadcaster port [integer number]}\n"
281 " uploadEphMountpoint {Mountpoint [character string]}\n"
282 " uploadEphPassword {Stream upload password [character string]}\n"
283 " uploadEphSample {Stream upload sampling rate [integer number of seconds: 5|10|15|20|25|30|35|40|45|50|55|60]}\n"
284 "\n"
285 "Add Stream keys:\n"
286 " mountPoints {Mountpoints [character string, semicolon separated list, example:\n"
287 " //user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2;\n"
288 " //user:pass@www.igs-ip.net:2101/FFMJ2 RTCM_3.1 DEU 50.09 8.66 no 2}\n"
289 " ntripVersion {Ntrip Version [character string: 1|2|2s|R|U]}\n"
290 " casterUrlList {Visited Broadcasters [character string, comma separated list]}\n"
291 "\n"
292 "Note:\n"
293 "Configuration options which contain one or more blank characters"
294 " must be enclosed by quotation marks when specified on command line.\n"
295 "\n"
296 "Examples command lines:\n"
297 "(1) /home/weber/bin/bnc\n"
298 "(2) /Applications/bnc.app/Contents/MacOS/bnc\n"
299 "(3) /home/weber/bin/bnc --conf /home/weber/MyConfigFile.bnc\n"
300 "(4) bnc --conf /Users/weber/.config/BKG/BNC.bnc -nw\n"
301 "(5) bnc --conf /dev/null --key startTab 4 --key reqcAction Edit/Concatenate"
302 " --key reqcObsFile AGAR.15O --key reqcOutObsFile AGAR_X.15O"
303 " --key reqcRnxVersion 2 --key reqcSampling 30 --key reqcV2Priority CWPX_?\n"
304 "(6) bnc --key mountPoints \"//user:pass@mgex.igs-ip.net:2101/CUT07 RTCM_3.0 ETH 9.03 38.74 no 2;"
305 "//user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n"
306 "(7) bnc --key cmbStreams \"CLK11 BLG 1.0;CLK93 CNES 1.0\"\n"
307 "(8) bnc --key PPP/staTable \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;"
308 "CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n";
309
310 for (int ii = 1; ii < argc; ii++) {
311 if (QRegExp("--?help").exactMatch(argv[ii])) {
312 cout << printHelp.data();
313 exit(0);
314 }
315 if (QRegExp("--?nw").exactMatch(argv[ii])) {
316 interactive = false;
317 }
318 if (QRegExp("--?version").exactMatch(argv[ii])) {
319 cout << BNCPGMNAME << endl;
320 exit(0);
321 }
322 if (QRegExp("--?display").exactMatch(argv[ii])) {
323 displaySet = true;
324 strcpy(argv[ii], "-display"); // make it "-display" not "--display"
325 }
326 if (ii + 1 < argc) {
327 if (QRegExp("--?conf").exactMatch(argv[ii])) {
328 confFileName = QString(argv[ii+1]);
329 }
330 if (QRegExp("--?file").exactMatch(argv[ii])) {
331 interactive = false;
332 rawFileName = QByteArray(argv[ii+1]);
333 }
334 }
335 }
336
337#ifdef Q_OS_MAC
338 if (argc== 3 && interactive) {
339 confFileName = QString(argv[2]);
340 }
341#else
342 if (argc == 2 && interactive) {
343 confFileName = QString(argv[1]);
344 }
345#endif
346
347#ifdef Q_OS_MACX
348 if ( QSysInfo::MacintoshVersion > QSysInfo::MV_10_8 )
349 {
350 // fix Mac OS X 10.9 (mavericks) font issue
351 // https://bugreports.qt-project.org/browse/QTBUG-32789
352 QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande");
353 }
354#endif
355
356 bool GUIenabled = interactive || displaySet;
357 t_app app(argc, argv, GUIenabled);
358
359 app.setApplicationName("BNC");
360 app.setOrganizationName("BKG");
361 app.setOrganizationDomain("www.bkg.bund.de");
362
363 BNC_CORE->setGUIenabled(GUIenabled);
364 BNC_CORE->setConfFileName( confFileName );
365
366 bncSettings settings;
367
368 for (int ii = 1; ii < argc - 2; ii++) {
369 if (QRegExp("--?key").exactMatch(argv[ii])) {
370 QString key(argv[ii+1]);
371 QString val(argv[ii+2]);
372 if (val.indexOf(";") != -1) {
373 settings.setValue(key, val.split(";", QString::SkipEmptyParts));
374 }
375 else {
376 settings.setValue(key, val);
377 }
378 }
379 }
380
381 // Interactive Mode - open the main window
382 // ---------------------------------------
383 if (interactive) {
384
385 BNC_CORE->setMode(t_bncCore::interactive);
386
387 QString fontString = settings.value("font").toString();
388 if ( !fontString.isEmpty() ) {
389 QFont newFont;
390 if (newFont.fromString(fontString)) {
391 QApplication::setFont(newFont);
392 }
393 }
394
395 app.setWindowIcon(QPixmap(":ntrip-logo.png"));
396
397 bncWindow* bncWin = new bncWindow();
398 BNC_CORE->setMainWindow(bncWin);
399 bncWin->show();
400 }
401
402 // Post-Processing PPP
403 // -------------------
404 else if (settings.value("PPP/dataSource").toString() == "RINEX Files") {
405 bncCaster* caster = new bncCaster();
406 BNC_CORE->setCaster(caster);
407 BNC_CORE->setMode(t_bncCore::batchPostProcessing);
408 BNC_CORE->startPPP();
409 }
410
411 // Post-Processing reqc edit
412 // -------------------------
413 else if (settings.value("reqcAction").toString() == "Edit/Concatenate") {
414 BNC_CORE->setMode(t_bncCore::batchPostProcessing);
415 t_reqcEdit* reqcEdit = new t_reqcEdit(0);
416 reqcEdit->start();
417 }
418
419 // Post-Processing reqc analyze
420 // ----------------------------
421 else if (settings.value("reqcAction").toString() == "Analyze") {
422 BNC_CORE->setMode(t_bncCore::batchPostProcessing);
423 t_reqcAnalyze* reqcAnalyze = new t_reqcAnalyze(0);
424 reqcAnalyze->start();
425 }
426
427 // SP3 Files Comparison
428 // --------------------
429 else if (!settings.value("sp3CompFile").toString().isEmpty()) {
430 BNC_CORE->setMode(t_bncCore::batchPostProcessing);
431 t_sp3Comp* sp3Comp = new t_sp3Comp(0);
432 sp3Comp->start();
433 }
434
435 // Non-Interactive (data gathering)
436 // --------------------------------
437 else {
438
439 signal(SIGINT, catch_signal);
440
441 bncEphUploadCaster* casterEph = new bncEphUploadCaster(); (void) casterEph;
442
443 bncCaster* caster = new bncCaster();
444
445 BNC_CORE->setCaster(caster);
446 BNC_CORE->setPortEph(settings.value("ephOutPort").toInt());
447 BNC_CORE->setPortCorr(settings.value("corrPort").toInt());
448 BNC_CORE->initCombination();
449
450 BNC_CORE->connect(caster, SIGNAL(getThreadsFinished()), &app, SLOT(quit()));
451
452 BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " ("BNC_OS") ==========", true);
453
454 // Normal case - data from Internet
455 // --------------------------------
456 if ( rawFileName.isEmpty() ) {
457 BNC_CORE->setMode(t_bncCore::nonInteractive);
458 BNC_CORE->startPPP();
459
460 caster->readMountPoints();
461 if (caster->numStations() == 0) {
462 exit(0);
463 }
464 }
465
466 // Special case - data from file
467 // -----------------------------
468 else {
469 BNC_CORE->setMode(t_bncCore::batchPostProcessing);
470 BNC_CORE->startPPP();
471
472 bncRawFile* rawFile = new bncRawFile(rawFileName, "", bncRawFile::input);
473 bncGetThread* getThread = new bncGetThread(rawFile);
474 caster->addGetThread(getThread, true);
475 }
476 }
477
478 // Start the application
479 // ---------------------
480 return app.exec();
481}
Note: See TracBrowser for help on using the repository browser.