Changeset 6634 in ntrip for trunk/BNC/src/PPP_free/pppFilter.h


Ignore:
Timestamp:
Mar 5, 2015, 2:59:33 PM (9 years ago)
Author:
stuerze
Message:

consider iono-free LK of receiver antenna PCO in standard PPP mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_free/pppFilter.h

    r6162 r6634  
    4747  t_satData() {
    4848    obsIndex = 0;
    49     P1 = 0.0;
    50     P2 = 0.0;
    51     P5 = 0.0;
    52     P3 = 0.0;
    53     L1 = 0.0;
    54     L2 = 0.0;
    55     L5 = 0.0;
    56     L3 = 0.0;
     49    P1      = 0.0;
     50    P2      = 0.0;
     51    P5      = 0.0;
     52    P3      = 0.0;
     53    L1      = 0.0;
     54    L2      = 0.0;
     55    L5      = 0.0;
     56    L3      = 0.0;
     57    lkA     = 0.0;
     58    lkB     = 0.0;
    5759  }
    5860  ~t_satData() {}
     
    7577  bool         slipFlag;
    7678  double       lambda3;
     79  double       lkA;
     80  double       lkB;
    7781  unsigned     obsIndex;
    7882  char system() const {return prn.toAscii()[0];}
Note: See TracChangeset for help on using the changeset viewer.