Changeset 5818 in ntrip for trunk/BNC/src/PPP/pppObsPool.h


Ignore:
Timestamp:
Aug 6, 2014, 12:28:26 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5814 r5818  
    2727  t_pppObsPool();
    2828  ~t_pppObsPool();
    29   void putBiases(t_satBias* satBias);
     29  void putBiases(t_pppSatBias* satBias);
    3030
    3131  void putEpoch(const bncTime& epoTime, std::vector<t_satObs*>& obsVector);
    3232
    33   const t_satBias* satBias(const t_prn& prn) const { 
     33  const t_pppSatBias* satBias(const t_prn& prn) const { 
    3434    return _satBiases[prn.toInt()];
    3535  }
     
    4444
    4545 private:
    46   t_satBias*           _satBiases[t_prn::MAXPRN+1];
     46  t_pppSatBias*        _satBiases[t_prn::MAXPRN+1];
    4747  std::deque<t_epoch*> _epochs;
    4848};
Note: See TracChangeset for help on using the changeset viewer.