Changeset 367 in ntrip for trunk/BNC/RTCM


Ignore:
Timestamp:
Jan 18, 2007, 11:14:34 AM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

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

    r366 r367  
    4545    L1        = 0.0;
    4646    L2        = 0.0;
     47    S1        = 0.0;
     48    S2        = 0.0;
    4749    SNR1      = 0;
    4850    SNR2      = 0;
     
    6163  double L1;          // L1 carrier phase (cycles)
    6264  double L2;          // L2 carrier phase (cycles)
    63   int    SNR1;        // L1 signal-to noise ratio (RINEX convention)
    64   int    SNR2;        // L2 signal-to noise ratio (RINEX convention)
     65  double S1;          // L1 signal-to noise ratio
     66  double S2;          // L2 signal-to noise ratio
     67  int    SNR1;        // L1 signal-to noise ratio (mapped to integer)
     68  int    SNR2;        // L2 signal-to noise ratio (mapped to integer)
    6569};
    6670
Note: See TracChangeset for help on using the changeset viewer.