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


Ignore:
Timestamp:
Aug 6, 2014, 1:14:39 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5819 r5823  
    2828  void putClkCorrections(const std::vector<t_clkCorr*>& corr);
    2929  void putBiases(const std::vector<t_satBiases*>& biases);   
    30   void processEpoch(const std::vector<t_satObs*>& pppSatObs, t_output* output);
     30  void processEpoch(const std::vector<t_satObs*>& satObs, t_output* output);
    3131
    3232  const t_pppEphPool* ephPool() const {return _ephPool;}
     
    4747  void finish(t_irc irc);
    4848  void clearObs();
    49   t_irc prepareObs(const std::vector<t_satObs*>& pppSatObs,
     49  t_irc prepareObs(const std::vector<t_satObs*>& satObs,
    5050                   std::vector<t_pppSatObs*>& obsVector, bncTime& epoTime);
    5151  t_irc cmpModel(t_pppStation* station, const ColumnVector& xyzc,
     
    5555  double cmpOffGG(std::vector<t_pppSatObs*>& obsVector);
    5656
    57   t_output*              _output;
     57  t_output*                 _output;
    5858  t_pppEphPool*             _ephPool;
    5959  t_frqObsPool*             _obsPool;
    60   bncTime                _epoTimeRover;
     60  bncTime                   _epoTimeRover;
    6161  t_pppStation*             _staRover;
    62   bncAntex*              _antex;
     62  bncAntex*                 _antex;
    6363  t_pppFilter*              _filter;
    64   double                 _offGG;
     64  double                    _offGG;
    6565  std::vector<t_pppSatObs*> _obsRover;
    66   std::ostringstream*    _log;
     66  std::ostringstream*       _log;
    6767  t_pppOptions*             _opt;
    68   t_tides*               _tides;
     68  t_tides*                  _tides;
    6969};
    7070
Note: See TracChangeset for help on using the changeset viewer.