Changeset 4264 in ntrip for trunk/BNC/RTCM


Ignore:
Timestamp:
Jun 22, 2012, 11:23:02 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/GPSDecoder.h

    r3529 r4264  
    7171  ~t_obs() {}
    7272
    73   double L1() const {return (L1P != 0.0 ? L1P : L1C);}
    74   double L2() const {return (L2P != 0.0 ? L2P : L2C);}
    75   double S1() const {return (L1P != 0.0 ? S1P : S1C);}
    76   double S2() const {return (L2P != 0.0 ? S2P : S2C);}
     73  double p1() const {return (P1  != 0.0 ? P1  : C1);}
     74  double p2() const {return (P2  != 0.0 ? P2  : C2);}
     75  double l1() const {return (L1P != 0.0 ? L1P : L1C);}
     76  double l2() const {return (L2P != 0.0 ? L2P : L2C);}
     77  double s1() const {return (L1P != 0.0 ? S1P : S1C);}
     78  double s2() const {return (L2P != 0.0 ? S2P : S2C);}
    7779
    7880  char   StatID[20+1]; // Station ID
Note: See TracChangeset for help on using the changeset viewer.