Changeset 464 in ntrip
- Timestamp:
- May 27, 2007, 5:58:28 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/GPSDecoder.h
r367 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/RTCM/RTCM2.cpp
r366 r464 39 39 // 2006/10/18 OMO Improved screening of bad data in RTCM2_Obs::extract 40 40 // 2006/11/25 OMO Revised check for presence of GLONASS data 41 // 2007/05/25 GW Round time tag to 100 ms 41 42 // 42 43 // (c) DLR/GSOC … … 883 884 // of receiver clock with minimum divisions of 10ms 884 885 // and clock error less then recommended 1.1ms 886 // Hence, round time tag to 100 ms 885 887 t = floor(t*100.+0.5)/100.; 886 888 … … 976 978 // of receiver clock with minimum divisions of 10ms 977 979 // and clock error less then recommended 1.1ms 980 // Hence, round time tag to 100 ms 978 981 t = floor(t*100.+0.5)/100.; 979 982 -
trunk/BNC/RTCM/RTCM2Decoder.cpp
r341 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 23 22 // along with this program; if not, write to the Free Software 24 23 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 25 /* ------------------------------------------------------------------------- 26 * BKG NTRIP Client 27 * ------------------------------------------------------------------------- 28 * 29 * Class: RTCM2Decoder 30 * 31 * Purpose: RTCM2 Decoder 32 * 33 * Author: L. Mervart 34 * 35 * Created: 24-Aug-2006 36 * 37 * Changes: 38 * 39 * -----------------------------------------------------------------------*/ 25 40 26 41 #include "../bncutils.h" … … 46 61 } 47 62 48 //49 //50 63 // 51 64 -
trunk/BNC/RTCM/RTCM2Decoder.h
r297 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/RTCM3/RTCM3Decoder.cpp
r454 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/RTCM3/RTCM3Decoder.h
r297 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/RTIGS/RTIGSDecoder.cpp
r457 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/RTIGS/RTIGSDecoder.h
r457 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncabout.html
r432 r464 5 5 Czech Technical University, Prague<br> 6 6 Faculty of Civil Engineering<br> 7 Department of AdvancedGeodesy<br>7 Department of Geodesy<br> 8 8 <u>http://www.fsv.cvut.cz</u><br> 9 9 <br> … … 21 21 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br> 22 22 <br> 23 BKG, Frankfurt, Germany, April2007<br>23 BKG, Frankfurt, Germany, Mai 2007<br> 24 24 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 25 </p> -
trunk/BNC/bncapp.cpp
r389 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 58 57 _logStream = 0; 59 58 60 _bncVersion = "BNC 1. 2b";59 _bncVersion = "BNC 1.3"; 61 60 } 62 61 -
trunk/BNC/bncapp.h
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 25 // Part of BNC, a utility for retrieving decoding and 26 // converting GNSS data streams from NTRIP broadcasters, 27 // written by Leos Mervart. 28 // 29 // Copyright (C) 2006 30 // German Federal Agency for Cartography and Geodesy (BKG) 31 // http://www.bkg.bund.de 32 // Czech Technical University Prague, Department of Advanced Geodesy 7 // Czech Technical University Prague, Department of Geodesy 33 8 // http://www.fsv.cvut.cz 34 9 // -
trunk/BNC/bnccaster.cpp
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 4 // 5 // Copyright (C) 2006 2 // converting GNSS data streams from NTRIP broadcasters. 3 // 4 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnccaster.h
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncconst.cpp
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncconst.h
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 23 22 // along with this program; if not, write to the Free Software 24 23 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 25 25 #ifndef BNCCONST_H 26 26 #define BNCCONST_H -
trunk/BNC/bncgetthread.cpp
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 165 164 reqStr = "GET " + hlp.path().toAscii() + 166 165 " HTTP/1.0\r\n" 167 "User-Agent: NTRIP BNC 1. 2b\r\n"166 "User-Agent: NTRIP BNC 1.3\r\n" 168 167 "Authorization: Basic " + 169 168 userAndPwd.toBase64() + "\r\n"; … … 171 170 reqStr = "GET " + hlp.toEncoded() + 172 171 " HTTP/1.0\r\n" 173 "User-Agent: NTRIP BNC 1. 2b\r\n"172 "User-Agent: NTRIP BNC 1.3\r\n" 174 173 "Authorization: Basic " + 175 174 userAndPwd.toBase64() + "\r\n"; … … 178 177 reqStr += "\r\n"; 179 178 180 ////////////////////////////////////////////////////////////////// 181 // Additional NMEA String in request to handle VRS data streams // 182 // will be ignored from standard casters // 183 ////////////////////////////////////////////////////////////////// 179 // NMEA string to handle VRS stream 180 // -------------------------------- 184 181 185 182 double lat, lon; … … 224 221 reqStr += "\r\n"; 225 222 } 226 ////////////////////////////////////////////////////////////////227 223 228 224 msg += reqStr; -
trunk/BNC/bncgetthread.h
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnchelp.html
r456 r464 8 8 </p> 9 9 <p> 10 BNC has been written under GNU General Public License (GPL). Binaries for BNC are available for Windows, 32-bit and 64-bit Linux, and Solaris systems. It is likely that BNC can be compiled on other systems where a GNU compiler and Qt Version 4.2.3 are installed.10 BNC has been written under GNU General Public License (GPL). Binaries for BNC are available for Windows, 32-bit Linux, 64-bit Linux (compiled using option -m32), and Solaris systems. It is likely that BNC can be compiled on other systems where a GNU compiler and Qt Version 4.2.3 are installed. 11 11 <table> 12 12 <tr></tr> … … 14 14 <tr><td>Dec 2006 </td><td>Version 1.0b </td><td>Binaries of first beta version published.</td></tr> 15 15 <tr><td>Jan 2007 </td><td>Version 1.1b </td><td>[Add] Observables C2, S1, and S2<br>[Add] Virtual reference station access<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1</td></tr> 16 <tr><td>Apr 2007 </td><td>Version 1.2b </td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Add] HTTP Host directive for skeleton file download<br> [Add] Percent encoding for user IDs and passwords<br> [Bug] Exit execution of calling thread for RTCM3 streams 16 <tr><td>Apr 2007 </td><td>Version 1.2b </td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Add] HTTP Host directive for skeleton file download<br> [Add] Percent encoding for user IDs and passwords<br> [Bug] Exit execution of calling thread for RTCM3 streams<br> [Bug] Signal-slot mechanism for threads</td></tr> 17 <tr><td>May 2007 </td><td>Version 1.3 </td><td>Source code published. 17 18 </table> 18 19 </p> … … 424 425 </li> 425 426 <li> 426 The source code provided by NRCan for handling streams coming in RTIGS format is 32-bit sensitive. Thus, the BNC executable provided for 64-bit Linux has been compiled on a 64-bit systemusing the -m32 compiler option.427 The source code provided by NRCan for handling streams coming in RTIGS format is 32-bit sensitive. Thus, the BNC executable generated for 64-bit Linux systems could only be compiled using the -m32 compiler option. 427 428 </li> 428 429 <br> -
trunk/BNC/bnchlpdlg.cpp
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnchlpdlg.h
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnchtml.cpp
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnchtml.h
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncmain.cpp
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncrinex.cpp
r446 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 511 510 if (!_rnxScriptName.isEmpty()) { 512 511 513 // cout << "BEG "514 // << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data()515 // << _statID.data() << endl;516 517 512 #ifdef WIN32 518 513 QProcess::startDetached(_rnxScriptName, QStringList() << _fName) ; … … 521 516 #endif 522 517 523 // cout << "END " 524 // << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data() 525 // << _statID.data() << endl; 526 527 } 528 } 518 } 519 } -
trunk/BNC/bncrinex.h
r436 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnctabledlg.cpp
r444 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 4 // 5 // Copyright (C) 2006 2 // converting GNSS data streams from NTRIP broadcasters. 3 // 4 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 86 85 mainLayout->addWidget(_table); 87 86 88 // _buttonSkl = new QPushButton(tr("Create skeleton headers"), this);89 // _buttonSkl->setEnabled(false);90 // connect(_buttonSkl, SIGNAL(clicked()), this, SLOT(slotSkl()));91 92 87 _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this); 93 88 connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis())); … … 104 99 105 100 QHBoxLayout* buttonLayout = new QHBoxLayout; 106 // buttonLayout->addWidget(_buttonSkl);107 101 buttonLayout->addWidget(_buttonWhatsThis); 108 102 buttonLayout->addStretch(1); … … 311 305 void bncTableDlg::slotSelectionChanged() { 312 306 if (_table->selectedItems().isEmpty()) { 313 // _buttonSkl->setEnabled(false);314 }315 else {316 // _buttonSkl->setEnabled(true);317 307 } 318 308 } -
trunk/BNC/bnctabledlg.h
r399 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnctableitem.cpp
r459 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnctableitem.h
r459 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncutils.cpp
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncutils.h
r280 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bncwindow.cpp
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 61 60 setMinimumSize(77*ww, 65*ww); 62 61 63 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1. 2b"));62 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.3")); 64 63 65 64 // Create Actions … … 96 95 _actwhatsthis= new QAction(tr("Help=Shift+F1"),this); 97 96 connect(_actwhatsthis, SIGNAL(triggered()), SLOT(slotWhatsThis())); 98 99 //_actwhatsthismenu= new QAction(tr("Help\tShift+F1"),this);100 //connect(_actwhatsthismenu, SIGNAL(triggered()), SLOT(slotWhatsThis()));101 97 102 98 // Create Menus … … 111 107 _menuHlp = menuBar()->addMenu(tr("&Help")); 112 108 _menuHlp->addAction(_actHelp); 113 //_menuHlp->addAction(_actwhatsthismenu);114 109 _menuHlp->addAction(_actAbout); 115 110 … … 195 190 _mountPointsTable->horizontalHeader()->setStretchLastSection(true); 196 191 _mountPointsTable->setHorizontalHeaderLabels(labels); 197 // _mountPointsTable->horizontalHeader()->hide();198 // _mountPointsTable->verticalHeader()->hide();199 192 _mountPointsTable->setGridStyle(Qt::NoPen); 200 193 _mountPointsTable->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); … … 208 201 while (it.hasNext()) { 209 202 QStringList hlp = it.next().split(" "); 210 if (hlp.size() < 5) continue; // Check number of parameters saved per mountpoint203 if (hlp.size() < 5) continue; 211 204 _mountPointsTable->insertRow(iRow); 212 205 … … 259 252 SLOT(slotSelectionChanged())); 260 253 261 // Tab changes Focus on Log window Start Perlt262 // _log = new QTextEdit();263 254 _log = new QTextBrowser(); 264 // Tab changes Focus on Log window Ende Perlt265 255 _log->setReadOnly(true); 266 256 … … 587 577 img->setPixmap(QPixmap(":ntrip-logo.png")); 588 578 dlgLayout->addWidget(img, 0,0); 589 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1. 2b"), 0,1);579 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.3"), 0,1); 590 580 dlgLayout->addWidget(tb,1,0,1,2); 591 581 -
trunk/BNC/bncwindow.h
r463 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/bnczerodecoder.cpp
r427 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // … … 23 22 // along with this program; if not, write to the Free Software 24 23 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 25 /* ------------------------------------------------------------------------- 26 * BKG NTRIP Client 27 * ------------------------------------------------------------------------- 28 * 29 * Class: bncZeroDecoder 30 * 31 * Purpose: Implementation of zero decoder to by-pass decoding algorithm 32 * 33 * Author: L. Mervart 34 * 35 * Created: 24-Apr-2007 36 * 37 * Changes: 38 * 39 * -----------------------------------------------------------------------*/ 25 40 26 41 #include <iostream> -
trunk/BNC/bnczerodecoder.h
r427 r464 1 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 // converting GNSS data streams from NTRIP broadcasters. 4 3 // 5 // Copyright (C) 200 64 // Copyright (C) 2007 6 5 // German Federal Agency for Cartography and Geodesy (BKG) 7 6 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of AdvancedGeodesy7 // Czech Technical University Prague, Department of Geodesy 9 8 // http://www.fsv.cvut.cz 10 9 // -
trunk/BNC/test_bnc_qt.cpp
r388 r464 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: test_bnc_qt 30 * 31 * Purpose: Example program to read BNC output from IP port. 32 * 33 * Author: L. Mervart 34 * 35 * Created: 24-Jan-2007 36 * 37 * Changes: 38 * 39 * -----------------------------------------------------------------------*/ 1 40 2 41 #include <iostream>
Note:
See TracChangeset
for help on using the changeset viewer.