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


Ignore:
Timestamp:
Aug 4, 2014, 1:42:28 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5772 r5778  
    2727  void putClkCorrections(const std::vector<t_clkCorr>& corr);
    2828  void putBiases(const std::vector<t_satBiases>& biases);   
    29   void processEpoch(const std::vector<t_pppSatObs>& pppSatObs, t_output* output);
     29  void processEpoch(const std::vector<t_pppSatObs*>& pppSatObs, t_output* output);
    3030
    3131  const t_ephPool* ephPool() const {return _ephPool;}
     
    4646  void finish(t_irc irc);
    4747  void clearObs();
    48   t_irc prepareObs(const std::vector<t_pppSatObs>& pppSatObs,
     48  t_irc prepareObs(const std::vector<t_pppSatObs*>& pppSatObs,
    4949                   std::vector<t_satObs*>& obsVector, bncTime& epoTime);
    5050  t_irc cmpModel(t_station* station, const ColumnVector& xyzc,
Note: See TracChangeset for help on using the changeset viewer.