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


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.h

    r1524 r1639  
    3939   bncRinex(const QByteArray& statID, const QUrl& mountPoint,
    4040            const QByteArray& format, const QByteArray& latitude,
    41             const QByteArray& longitude, const QByteArray& nmea);
     41            const QByteArray& longitude, const QByteArray& nmea,
     42            const QByteArray& ntripVersion);
    4243   ~bncRinex();
    4344   void deepCopy(const p_obs obs);
     
    7778   QByteArray    _longitude;
    7879   QByteArray    _nmea;
     80   QByteArray      _ntripVersion;
    7981   bool          _reconnectFlag;
    8082   QDate         _skeletonDate;
Note: See TracChangeset for help on using the changeset viewer.