Changeset 841 in ntrip


Ignore:
Timestamp:
Apr 21, 2008, 4:10:10 PM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r785 r841  
    7070  QApplication(argc, argv, GUIenabled) {
    7171
    72   _bncVersion  = "BNC 1.5";
     72  _bncVersion  = "BNC 1.6";
    7373
    7474  _logFileFlag = 0;
  • trunk/BNC/bncgetthread.cpp

    r728 r841  
    159159}
    160160
    161 #define AGENTVERSION "1.5"
     161#define AGENTVERSION "1.6"
    162162// Connect to Caster, send the Request (static)
    163163////////////////////////////////////////////////////////////////////////////
  • 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>
    22
    33<p>
     
    643643<tr><td>Jul 2007 &nbsp;</td><td>Version 1.4 &nbsp;</td><td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td></tr>
    644644<tr><td>Apr 2008 &nbsp;</td><td>Version 1.5 &nbsp;</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 &nbsp;</td><td>Version 1.6 &nbsp;</td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000</td></tr>
    645646</table>
    646647</p>
  • trunk/BNC/bncwindow.cpp

    r743 r841  
    6262  setMinimumSize(77*ww, 65*ww);
    6363
    64   setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.5"));
     64  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.6"));
    6565
    6666  // Create Actions
     
    784784  img->setPixmap(QPixmap(":ntrip-logo.png"));
    785785  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);
    787787  dlgLayout->addWidget(tb,1,0,1,2);
    788788  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); 
Note: See TracChangeset for help on using the changeset viewer.