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


Ignore:
Timestamp:
Jan 21, 2010, 1:25:20 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2240 r2274  
    9696};
    9797
     98class t_bias {
     99 public:
     100  t_bias() {
     101    c1 = 0.0;
     102    p1 = 0.0;
     103    c2 = 0.0;
     104    p2 = 0.0;
     105  }
     106  bncTime tt;
     107  double  c1;
     108  double  p1;
     109  double  c2;
     110  double  p2;
     111};
     112
    98113class bncPPPclient : public QObject {
    99114 Q_OBJECT
     
    124139  QMap<QString, t_eph*>  _eph;
    125140  QMap<QString, t_corr*> _corr;
     141  QMap<QString, t_bias*> _bias;
    126142  t_epoData*             _epoData;
    127143  bncModel*              _model;
Note: See TracChangeset for help on using the changeset viewer.