Changeset 2021 in ntrip for trunk/BNC/bncpppthread.h


Ignore:
Timestamp:
Nov 25, 2009, 5:29:23 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppthread.h

    r2001 r2021  
    3030
    3131#include "RTCM/GPSDecoder.h"
    32 #include "RTCM3/rtcm3torinex.h"
     32#include "RTCM3/ephemeris.h"
    3333
    3434class bncPPPthread : public QThread {
     
    5757
    5858 private:
    59   QByteArray      _staID;
    60   bool            _isToBeDeleted;
    61   QMutex          _mutex;
     59  QByteArray            _staID;
     60  bool                  _isToBeDeleted;
     61  QMutex                _mutex;
     62  QMap<QString, t_eph*> _eph;
    6263};
    6364
Note: See TracChangeset for help on using the changeset viewer.