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


Ignore:
Timestamp:
Nov 25, 2009, 6:02:00 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppthread.h

    r2021 r2022  
    3232#include "RTCM3/ephemeris.h"
    3333
     34struct t_corr {
     35  int    iod;
     36  double dClk;
     37  double rao[3];
     38};
     39
    3440class bncPPPthread : public QThread {
    3541 Q_OBJECT
     
    5763
    5864 private:
    59   QByteArray            _staID;
    60   bool                  _isToBeDeleted;
    61   QMutex                _mutex;
    62   QMap<QString, t_eph*> _eph;
     65  QByteArray             _staID;
     66  bool                   _isToBeDeleted;
     67  QMutex                 _mutex;
     68  QMap<QString, t_eph*>  _eph;
     69  QMap<QString, t_corr*> _corr;
    6370};
    6471
Note: See TracChangeset for help on using the changeset viewer.