Changeset 1353 in ntrip for trunk/BNC/bncrinex.h


Ignore:
Timestamp:
Dec 27, 2008, 1:59:46 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.h

    r1044 r1353  
    4040   bncRinex(const QByteArray& statID, const QUrl& mountPoint,
    4141            const QByteArray& format, const QByteArray& latitude,
    42             const QByteArray& longitude, const QByteArray& nmea);
     42            const QByteArray& longitude, const QByteArray& nmea,
     43            const QByteArray& ntripVersion);
    4344   ~bncRinex();
    4445   void deepCopy(const p_obs obs);
     
    8182   QByteArray    _longitude;
    8283   QByteArray    _nmea;
     84   QByteArray    _ntripVersion;
    8385   bool          _reconnectFlag;
    8486   QDate         _skeletonDate;
Note: See TracChangeset for help on using the changeset viewer.