Changeset 10619 in ntrip for trunk/BNC/src/upload/bncephuploadcaster.cpp
- Timestamp:
- Mar 11, 2025, 4:26:59 PM (44 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncephuploadcaster.cpp
r10587 r10619 121 121 } 122 122 } 123 else if (ephGPS && ephGPS->system() == t_eph:: IRNSS&& (system == "ALL" || system.contains('I'))) {123 else if (ephGPS && ephGPS->system() == t_eph::NavIC && (system == "ALL" || system.contains('I'))) { 124 124 if (fabs(dt < 86400.0)) { 125 125 size = t_ephEncoder::RTCM3(*ephGPS, Array);
Note:
See TracChangeset
for help on using the changeset viewer.