Changeset 9512 in ntrip
- Timestamp:
- Oct 19, 2021, 2:07:55 PM (3 years ago)
- Location:
- trunk/BNC/src/upload
- Files:
-
- 2 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 } -
trunk/BNC/src/upload/bncrtnetuploadcaster.h
r9179 r9512 3 3 4 4 #include <newmat.h> 5 #include <iostream> 5 6 #include "bncuploadcaster.h" 6 7 #include "bnctime.h"
Note:
See TracChangeset
for help on using the changeset viewer.