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


Ignore:
Timestamp:
Jan 17, 2007, 4:17:20 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.h

    r336 r366  
    3939 public:
    4040   bncRinex(const char* StatID, const QUrl& mountPoint,
    41             const QByteArray& format);
     41            const QByteArray& format, const QByteArray& latitude,
     42            const QByteArray& longitude, const QByteArray& nmea);
    4243   ~bncRinex();
    4344   void deepCopy(const Observation* obs);
     
    6364   QString             _sklName;
    6465   QByteArray          _format;
     66   QByteArray          _latitude;
     67   QByteArray          _longitude;
     68   QByteArray          _nmea;
    6569};
    6670
Note: See TracChangeset for help on using the changeset viewer.