Changeset 9512 in ntrip for trunk/BNC


Ignore:
Timestamp:
Oct 19, 2021, 2:07:55 PM (3 years ago)
Author:
stuerze
Message:

revert changes

Location:
trunk/BNC/src/upload
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9510 r9512  
    945945    struct SsrCorr::ClockOrbit::SatData* sd, QString& outLine) {
    946946
    947   QMutexLocker locker(&_mutex);
    948 
    949947  // Broadcast Position and Velocity
    950948  // -------------------------------
     
    11831181  if (fabs(sd->Orbit.DotDeltaAlongTrack) > 1.048572) {return true;}
    11841182  if (fabs(sd->Orbit.DotDeltaCrossTrack) > 1.048572) {return true;}
    1185 
    11861183  return false;
    11871184}
  • trunk/BNC/src/upload/bncrtnetuploadcaster.h

    r9179 r9512  
    33
    44#include <newmat.h>
     5#include <iostream>
    56#include "bncuploadcaster.h"
    67#include "bnctime.h"
Note: See TracChangeset for help on using the changeset viewer.