Changeset 1639 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Feb 23, 2009, 3:38:54 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r1535 r1639  
    6464bncRinex::bncRinex(const QByteArray& statID, const QUrl& mountPoint,
    6565                   const QByteArray& format, const QByteArray& latitude,
    66                    const QByteArray& longitude, const QByteArray& nmea) {
     66                   const QByteArray& longitude, const QByteArray& nmea,
     67                   const QByteArray& ntripVersion) {
    6768
    6869  _statID        = statID;
     
    7273  _longitude     = longitude;
    7374  _nmea          = nmea;
     75  _ntripVersion  = ntripVersion;
    7476  _headerWritten = false;
    7577  _reconnectFlag = false;
     
    233235  // Read downloaded file
    234236  // --------------------
    235   else {
     237  else if ( _ntripVersion != "N" ) {
    236238    QDate currDate = currentDateAndTimeGPS().date();
    237239    if ( !_skeletonDate.isValid() || _skeletonDate != currDate ) {
Note: See TracChangeset for help on using the changeset viewer.