Changeset 10254 in ntrip for trunk


Ignore:
Timestamp:
Nov 21, 2023, 1:43:15 PM (6 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src/PPP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r10251 r10254  
    6666    }
    6767  }
    68   _offGlo = 0.0;
    69   _offGal = 0.0;
    70   _offBds = 0.0;
    7168
    7269  CLIENTS.setLocalData(this);  // CLIENTS takes ownership over "this"
  • trunk/BNC/src/PPP/pppClient.h

    r10232 r10254  
    3636  const bncAntex*     antex() const {return _antex;}
    3737  const t_pppStation* staRover() const {return _staRover;}
    38   double              offGlo() const {return _offGlo;}
    39   double              offGal() const {return _offGal;}
    40   double              offBds() const {return _offBds;}
    4138
    4239  std::ostringstream& log() {return *_log;}
     
    6966  bncAntex*                 _antex;
    7067  t_pppFilter*              _filter;
    71   double                    _offGlo;
    72   double                    _offGal;
    73   double                    _offBds;
    7468  std::vector<t_pppSatObs*> _obsRover;
    7569  std::ostringstream*       _log;
  • trunk/BNC/src/PPP/pppFilter.cpp

    r10253 r10254  
    307307                                    const vector<t_pppSatObs*> &obsVector) {
    308308
    309   const double SLIP = 200.0;
     309  const double SLIP = 1000.0;
    310310  string epoTimeStr = string(_epoTime);
    311311  const vector<t_pppParam*> &params = _parlist->params();
Note: See TracChangeset for help on using the changeset viewer.