Changeset 1292 in ntrip


Ignore:
Timestamp:
Dec 9, 2008, 12:10:22 PM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncabout.html

    r1246 r1292  
    2121The 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>
    2222<br>
    23 BKG, Frankfurt, Germany, December 2008<br>
     23BKG, Frankfurt, Germany, January 2009<br>
    2424E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
    2525</p>
  • trunk/BNC/bncapp.cpp

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

    r1281 r1292  
    216216}
    217217
    218 #define AGENTVERSION "1.6"
     218#define AGENTVERSION "1.7"
    219219// Connect to Caster, send the Request (static)
    220220////////////////////////////////////////////////////////////////////////////
  • 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>
    22
    33<p>
     
    855855<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>
    856856<tr><td>Dec 2008 &nbsp;</td><td>Version 1.6 &nbsp;</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 &nbsp;</td><td>Version 1.7 &nbsp;</td><td>
     858[Add] Support Pentagon proxies<br> [Mod] Ntrip sourcetable request</td></tr>
    857859</table>
    858860</p>
  • trunk/BNC/bncwindow.cpp

    r1242 r1292  
    6464  setMinimumSize(80*ww, 65*ww);
    6565
    66   setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.6"));
     66  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.7"));
    6767
    6868  connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)),
     
    888888  img->setPixmap(QPixmap(":ntrip-logo.png"));
    889889  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);
    891891  dlgLayout->addWidget(tb,1,0,1,2);
    892892  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); 
Note: See TracChangeset for help on using the changeset viewer.