Changeset 841 in ntrip
- Timestamp:
- Apr 21, 2008, 4:10:10 PM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r785 r841 70 70 QApplication(argc, argv, GUIenabled) { 71 71 72 _bncVersion = "BNC 1. 5";72 _bncVersion = "BNC 1.6"; 73 73 74 74 _logFileFlag = 0; -
trunk/BNC/bncgetthread.cpp
r728 r841 159 159 } 160 160 161 #define AGENTVERSION "1. 5"161 #define AGENTVERSION "1.6" 162 162 // Connect to Caster, send the Request (static) 163 163 //////////////////////////////////////////////////////////////////////////// -
trunk/BNC/bnchelp.html
r777 r841 1 <h3>BKG Ntrip Client (BNC) Version 1. 5</h3>1 <h3>BKG Ntrip Client (BNC) Version 1.6</h3> 2 2 3 3 <p> … … 643 643 <tr><td>Jul 2007 </td><td>Version 1.4 </td><td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td></tr> 644 644 <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> 645 <tr><td>May 2008 </td><td>Version 1.6 </td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000</td></tr> 645 646 </table> 646 647 </p> -
trunk/BNC/bncwindow.cpp
r743 r841 62 62 setMinimumSize(77*ww, 65*ww); 63 63 64 setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1. 5"));64 setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.6")); 65 65 66 66 // Create Actions … … 784 784 img->setPixmap(QPixmap(":ntrip-logo.png")); 785 785 dlgLayout->addWidget(img, 0,0); 786 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC) Version 1. 5"), 0,1);786 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC) Version 1.6"), 0,1); 787 787 dlgLayout->addWidget(tb,1,0,1,2); 788 788 dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight);
Note:
See TracChangeset
for help on using the changeset viewer.