Changeset 9541 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 16, 2021, 1:47:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9352 r9541 129 129 t_satObs CurrentObs; 130 130 CurrentObs._time = CurrentObsTime; 131 CurrentObs._type = type; 131 132 132 133 GETBITS(sv, 6) … … 707 708 CurrentObs.clear(); 708 709 CurrentObs._time = CurrentObsTime; 710 CurrentObs._type = type; 709 711 if (sys == 'S') 710 712 CurrentObs._prn.set(sys, 20 - 1 + RTCM3_MSM_NUMSAT - i); … … 930 932 t_satObs CurrentObs; 931 933 CurrentObs._time = CurrentObsTime; 934 CurrentObs._type = type; 932 935 933 936 GETBITS(sv, 6)
Note:
See TracChangeset
for help on using the changeset viewer.