Changeset 3635 in ntrip for trunk/BNC/bncpppclient.h


Ignore:
Timestamp:
Jan 23, 2012, 2:54:50 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r3535 r3635  
    3131
    3232class bncModel;
     33class t_pppOpt;
    3334
    3435class t_satData {
     
    121122
    122123 public:
    123   bncPPPclient(QByteArray staID);
     124  bncPPPclient(QByteArray staID, t_pppOpt* opt = 0);
    124125  ~bncPPPclient();
    125126  void putNewObs(const t_obs& pp);
     
    156157  t_irc cmpToT(t_satData* satData);
    157158
     159  t_pppOpt*               _opt;
     160  bool                    _optOwner;
    158161  QByteArray              _staID;
    159162  QMap<QString, t_corr*>  _corr;
     
    162165  std::queue<t_epoData*>  _epoData;
    163166  bncModel*               _model;
    164   bool                    _useGlonass;
    165   bool                    _useGalileo;
    166   bool                    _pppMode;
    167167  QMap<QString, slipInfo> _slips;
    168   QString                 _pppCorrMount;
    169168};
    170169
Note: See TracChangeset for help on using the changeset viewer.