Changeset 5819 in ntrip for trunk/BNC/src/PPP/pppParlist.h


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

Legend:

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

    r5814 r5819  
    1010namespace BNC_PPP {
    1111
    12 class t_satObs;
     12class t_pppSatObs;
    1313
    1414class t_pppParam {
     
    1717
    1818  t_pppParam(e_type type, const t_prn& prn, t_lc::type tLC,
    19           const std::vector<t_satObs*>* obsVector = 0);
     19          const std::vector<t_pppSatObs*>* obsVector = 0);
    2020
    2121  ~t_pppParam();
    2222  e_type type() const {return _type;}
    2323  double x0()  const {return _x0;}
    24   double partial(const bncTime& epoTime, const t_satObs* obs,
     24  double partial(const bncTime& epoTime, const t_pppSatObs* obs,
    2525                 const t_lc::type& tLC) const;
    2626  bool   epoSpec() const {return _epoSpec;}
     
    9898
    9999  t_irc set(const bncTime& epoTime, const std::vector<t_lc::type>& ambLCs,
    100             const std::vector<t_satObs*>& obsVector);
     100            const std::vector<t_pppSatObs*>& obsVector);
    101101
    102102  unsigned nPar() const {return _params.size();}
Note: See TracChangeset for help on using the changeset viewer.