Changeset 9413 in ntrip
- Timestamp:
- Apr 19, 2021, 4:00:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/upload/bncephuploadcaster.cpp
r9412 r9413 93 93 size = t_ephEncoder::RTCM3(*ephGlo, Array); 94 94 } 95 } else if (ephGal) ){95 } else if (ephGal) { 96 96 if (dt > 14400.0 || dt < 0.0) { 97 97 size = t_ephEncoder::RTCM3(*ephGal, Array);
Note:
See TracChangeset
for help on using the changeset viewer.