Changeset 9412 in ntrip
- Timestamp:
- Apr 19, 2021, 3:55:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/upload/bncephuploadcaster.cpp
r9411 r9412 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); … … 105 105 size = t_ephEncoder::RTCM3(*ephBDS, Array); 106 106 } 107 } else if (ephGPS && ephGPS->type() == t_eph::IRNSS && (system == "ALL" || system == "IRNSS")) {107 } else if (ephGPS && ephGPS->type() == t_eph::IRNSS) { 108 108 if (fabs(dt > 86400.0)) { 109 109 size = t_ephEncoder::RTCM3(*ephGPS, Array);
Note:
See TracChangeset
for help on using the changeset viewer.