Changeset 9512 in ntrip for trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
- Timestamp:
- Oct 19, 2021, 2:07:55 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9510 r9512 945 945 struct SsrCorr::ClockOrbit::SatData* sd, QString& outLine) { 946 946 947 QMutexLocker locker(&_mutex);948 949 947 // Broadcast Position and Velocity 950 948 // ------------------------------- … … 1183 1181 if (fabs(sd->Orbit.DotDeltaAlongTrack) > 1.048572) {return true;} 1184 1182 if (fabs(sd->Orbit.DotDeltaCrossTrack) > 1.048572) {return true;} 1185 1186 1183 return false; 1187 1184 }
Note:
See TracChangeset
for help on using the changeset viewer.