Changeset 4608 in ntrip for trunk/BNC/src/RTCM
- Timestamp:
- Aug 31, 2012, 10:44:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/GPSDecoder.h
r4560 r4608 60 60 snrL2 = 0; 61 61 snrL5 = 0; 62 slipL1 = false; 63 slipL2 = false; 64 slipL5 = false; 62 65 } 63 66 … … 81 84 int snrL2; // s = int(floor(SNR/6)); if (s > 9) s = 9; if (s < 1) s = 1; 82 85 int snrL5; 86 87 bool slipL1; 88 bool slipL2; 89 bool slipL5; 83 90 84 91 double _measdata[GNSSENTRY_NUMBER]; // data fields */
Note:
See TracChangeset
for help on using the changeset viewer.