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


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

Legend:

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

    r5823 r5826  
    1414
    1515class t_pppEphPool;
    16 class t_frqObsPool;
     16class t_pppObsPool;
    1717class t_pppSatObs;
    1818class t_pppStation;
     
    2727  void putOrbCorrections(const std::vector<t_orbCorr*>& corr);
    2828  void putClkCorrections(const std::vector<t_clkCorr*>& corr);
    29   void putBiases(const std::vector<t_satBiases*>& biases);   
     29  void putBiases(const std::vector<t_satBias*>& satBias);   
    3030  void processEpoch(const std::vector<t_satObs*>& satObs, t_output* output);
    3131
    3232  const t_pppEphPool* ephPool() const {return _ephPool;}
    33   const t_frqObsPool* obsPool() const {return _obsPool;}
     33  const t_pppObsPool* obsPool() const {return _obsPool;}
    3434  const bncAntex*  antex() const {return _antex;}
    3535  const t_pppStation* staRover() const {return _staRover;}
     
    5757  t_output*                 _output;
    5858  t_pppEphPool*             _ephPool;
    59   t_frqObsPool*             _obsPool;
     59  t_pppObsPool*             _obsPool;
    6060  bncTime                   _epoTimeRover;
    6161  t_pppStation*             _staRover;
Note: See TracChangeset for help on using the changeset viewer.