Changeset 4375 in ntrip for trunk/BNC/src/RTCM
- Timestamp:
- Jul 4, 2012, 11:51:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/GPSDecoder.h
r4264 r4375 67 67 slip_cnt_L2 = -1; 68 68 slip_cnt_L5 = -1; 69 codetype = 0; 69 70 } 70 71 … … 118 119 int slip_cnt_L2; // L2 cumulative loss of continuity indicator (negative value = undefined) 119 120 int slip_cnt_L5; // L5 cumulative loss of continuity indicator (negative value = undefined) 121 122 const char* codetype; 120 123 }; 121 124
Note:
See TracChangeset
for help on using the changeset viewer.