Changeset 10754 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Sep 2, 2025, 1:23:45 PM (3 months ago)
- Location:
- trunk/BNC/src/upload
- Files:
-
- 3 edited
-
bncephuploadcaster.cpp (modified) (1 diff)
-
bncrtnetuploadcaster.cpp (modified) (1 diff)
-
bncrtnetuploadcaster.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncephuploadcaster.cpp
r10619 r10754 27 27 bncEphUploadCaster::bncEphUploadCaster() : bncEphUser(true) { 28 28 bncSettings settings; 29 int sampl= settings.value("uploadSamplRtcmEph").toInt();29 int sampl = settings.value("uploadSamplRtcmEph").toInt(); 30 30 31 // List of upload casters32 // ---------------------- 31 // List of upload ephUploadCasters 32 // ------------------------------- 33 33 int iRow = -1; 34 34 QListIterator<QString> it(settings.value("uploadEphMountpointsOut").toStringList()); -
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r10667 r10754 70 70 else if (_ssrFormat == "RTCM-SSR") { 71 71 _ssrCorr = new SsrCorrRtcm(); 72 } 73 else if (ssrFormat == "RTCM-NEW-SSR") { 74 _ssrCorr = new SsrCorrRtcmNew(); 72 75 } 73 76 -
trunk/BNC/src/upload/bncrtnetuploadcaster.h
r10657 r10754 8 8 #include "ephemeris.h" 9 9 #include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h" 10 #include "../RTCM3/clock_and_orbit/clock_orbit_rtcm_new.h" 10 11 #include "../RTCM3/clock_and_orbit/clock_orbit_igs.h" 11 12 #include "../RTCM3/crs.h" … … 54 55 55 56 QString _casterID; 56 bncEphUser* _ephUser; 57 bncEphUser* _ephUser; 57 58 QString _rtnetStreamBuffer; 58 59 QString _crdTrafoStr;
Note:
See TracChangeset
for help on using the changeset viewer.
