- Timestamp:
- Dec 9, 2008, 12:10:22 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncabout.html
r1246 r1292 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, December 2008<br>23 BKG, Frankfurt, Germany, January 2009<br> 24 24 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 25 </p> -
trunk/BNC/bncapp.cpp
r1291 r1292 70 70 QApplication(argc, argv, GUIenabled) { 71 71 72 _bncVersion = "BNC 1. 6";72 _bncVersion = "BNC 1.7"; 73 73 74 74 _logFileFlag = 0; -
trunk/BNC/bncgetthread.cpp
r1281 r1292 216 216 } 217 217 218 #define AGENTVERSION "1. 6"218 #define AGENTVERSION "1.7" 219 219 // Connect to Caster, send the Request (static) 220 220 //////////////////////////////////////////////////////////////////////////// -
trunk/BNC/bnchelp.html
r1290 r1292 1 <h3>BKG Ntrip Client (BNC) Version 1. 6</h3>1 <h3>BKG Ntrip Client (BNC) Version 1.7</h3> 2 2 3 3 <p> … … 855 855 <tr><td>Apr 2008 </td><td>Version 1.5 </td><td>[Add] Handle ephemeris from RTCM Version 3.x streams<br> [Add] Upgrade to Qt Version 4.3.2<br> [Add] Optional RINEX v3 output<br> [Add] SBAS support<br> [Bug] RINEX skeleton download following stream outage<br> [Add] Handle ephemeris from RTIGS streams<br> [Add] Monitor stream failure/recovery and latency<br> [Mod] Redesign of main window<br> [Bug] Freezing of About window on Mac systems<br> [Bug] Fixed problem with PRN 32 in RTCMv2 decoder<br> [Bug] Fix for Trimble 4000SSI receivers in RTCMv2 decoder<br> [Mod] Major revision of input buffer in RTCMv2 decoder</td></tr> 856 856 <tr><td>Dec 2008 </td><td>Version 1.6 </td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000<br> [Add] RTCMv3 decoder for clock and orbit corrections<br>[Add] Check RTCMv3 streams for incoming message types<br> [Add] Decode RTCMv2 message types 3, 20, 21, and 22<br> [Add] Loss of lock and lock time indicator<br> [Bug] Rounding error in RTCMv3 decoder concerning GLONASS height<br> [Mod] Accept GLONASS in RTCMv3 when transmitted first<br> [Add] Leap second 1 January 2009<br> [Add] Offline mode, read data from file<br> [Add] Output antenna descriptor, coordinates and excentricities from RTCMv3<br> [Add] Reconfiguration on-the-fly<br> [Mod] Binary ouput of synchronized observations<br> [Add] Binary output of unsynchronized observations<br> [Bug] Fixed problem with joined RTCMv3 blocks</td></tr> 857 <tr><td>Jan 2009 </td><td>Version 1.7 </td><td> 858 [Add] Support Pentagon proxies<br> [Mod] Ntrip sourcetable request</td></tr> 857 859 </table> 858 860 </p> -
trunk/BNC/bncwindow.cpp
r1242 r1292 64 64 setMinimumSize(80*ww, 65*ww); 65 65 66 setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1. 6"));66 setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.7")); 67 67 68 68 connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)), … … 888 888 img->setPixmap(QPixmap(":ntrip-logo.png")); 889 889 dlgLayout->addWidget(img, 0,0); 890 dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1. 6"), 0,1);890 dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.7"), 0,1); 891 891 dlgLayout->addWidget(tb,1,0,1,2); 892 892 dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight);
Note:
See TracChangeset
for help on using the changeset viewer.