Changeset 4784 in ntrip for trunk/BNC/src/bncpppclient.h


Ignore:
Timestamp:
Oct 27, 2012, 12:26:02 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncpppclient.h

    r4278 r4784  
    3737  t_satData() {
    3838    obsIndex = 0;
     39    P1 = 0.0;
     40    P2 = 0.0;
     41    P5 = 0.0;
     42    P3 = 0.0;
     43    L1 = 0.0;
     44    L2 = 0.0;
     45    L5 = 0.0;
     46    L3 = 0.0;
    3947  }
    4048  ~t_satData() {}
     
    105113};
    106114
    107 class t_bias {
    108  public:
    109   t_bias() {
    110     p1 = 0.0;
    111     p2 = 0.0;
    112     c1 = 0.0;
    113   }
    114   bncTime tt;
    115   double  p1;
    116   double  p2;
    117   double  c1;
    118 };
    119 
    120115class bncPPPclient : public bncEphUser {
    121116 Q_OBJECT
Note: See TracChangeset for help on using the changeset viewer.