Changeset 2386 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Mar 26, 2010, 11:47:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3Decoder.cpp
r1909 r2386 119 119 decoded = true; 120 120 if (_mode == unknown) { 121 _mode = corrections;121 ///// _mode = corrections; 122 122 } 123 123 } … … 341 341 } 342 342 if (_mode == unknown && decoded) { 343 _mode = observations;343 //// _mode = observations; 344 344 } 345 345 }
Note:
See TracChangeset
for help on using the changeset viewer.