Changeset 9508 in ntrip for trunk/BNC/src/PPP/pppClient.h


Ignore:
Timestamp:
Oct 6, 2021, 10:50:34 PM (3 years ago)
Author:
stuerze
Message:

some changes regarding PPP

File:
1 edited

Legend:

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

    r9386 r9508  
    88#include "pppOptions.h"
    99#include "pppModel.h"
     10#include "pppRefSat.h"
    1011
    1112class bncAntex;
    12 class t_pppRefSat;
    1313
    1414namespace BNC_PPP {
     
    7979  double                    _offGC;
    8080  std::vector<t_pppSatObs*> _obsRover;
     81  QMap<char, t_pppRefSat*>  _refSatMap;
    8182  std::ostringstream*       _log;
    8283  t_pppOptions*             _opt;
Note: See TracChangeset for help on using the changeset viewer.