Changeset 10599 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Jan 31, 2025, 10:30:08 AM (5 days ago)
Author:
stuerze
Message:

ADDED: consideration of NAV type in all applications

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

Legend:

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

    r10583 r10599  
    7070  bncAntex*                 _antex;
    7171  t_pppFilter*              _filter;
    72   double                    _offGps;
    73   double                    _offGlo;
    74   double                    _offGal;
    75   double                    _offBds;
    7672  std::vector<t_pppSatObs*> _obsRover;
    7773  std::ostringstream*       _log;
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r10582 r10599  
    141141    _channel = 0;
    142142  }
    143   if (_prn.system() == 'E') {
    144     // force I/NAV usage
    145     _prn.setFlags(1);
    146   }
    147 
    148 
    149143
    150144  // Compute Satellite Coordinates at Time of Transmission
Note: See TracChangeset for help on using the changeset viewer.