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


Ignore:
Timestamp:
Apr 14, 2010, 3:38:29 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2365 r2426  
    102102 public:
    103103  t_bias() {
    104     p1c1 = 0.0;
    105     p1p2 = 0.0;
     104    p1 = 0.0;
     105    p2 = 0.0;
     106    c1 = 0.0;
    106107  }
    107108  bncTime tt;
    108   double  p1c1;
    109   double  p1p2;
     109  double  p1;
     110  double  p2;
     111  double  c1;
    110112};
    111113
Note: See TracChangeset for help on using the changeset viewer.