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


Ignore:
Timestamp:
Aug 4, 2014, 9:52:05 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5769 r5772  
    2323  ~t_pppClient();                                                     
    2424
    25   void putGPSEphemeris(const t_ephGPS* eph);                 
    26   void putGloEphemeris(const t_ephGlo* eph);                 
    27   void putGalEphemeris(const t_ephGal* eph);                 
    28   void putOrbCorrections(int numCorr, const t_orbCorr* corr);
    29   void putClkCorrections(int numCorr, const t_clkCorr* corr);
    30   void putBiases(int numBiases, const t_satBiases* biases);   
    31   void processEpoch(int numSatRover, const t_pppSatObs* satObsRover,
    32                     t_output* output);                       
     25  void putEphemeris(const t_eph* eph);                 
     26  void putOrbCorrections(const std::vector<t_orbCorr>& corr);
     27  void putClkCorrections(const std::vector<t_clkCorr>& corr);
     28  void putBiases(const std::vector<t_satBiases>& biases);   
     29  void processEpoch(const std::vector<t_pppSatObs>& pppSatObs, t_output* output);
    3330
    3431  const t_ephPool* ephPool() const {return _ephPool;}
     
    4946  void finish(t_irc irc);
    5047  void clearObs();
    51   t_irc prepareObs(int numSat, const t_pppSatObs* satObs,
    52                         std::vector<t_satObs*>& obsVector, bncTime& epoTime);
     48  t_irc prepareObs(const std::vector<t_pppSatObs>& pppSatObs,
     49                   std::vector<t_satObs*>& obsVector, bncTime& epoTime);
    5350  t_irc cmpModel(t_station* station, const ColumnVector& xyzc,
    54                       std::vector<t_satObs*>& obsVector);
    55   t_irc cmpBancroft(const bncTime& epoTime,
    56                          std::vector<t_satObs*>& obsVector,
    57                          ColumnVector& xyzc, bool print);
     51                 std::vector<t_satObs*>& obsVector);
     52  t_irc cmpBancroft(const bncTime& epoTime, std::vector<t_satObs*>& obsVector,
     53                    ColumnVector& xyzc, bool print);
    5854  double cmpOffGG(std::vector<t_satObs*>& obsVector);
    5955
Note: See TracChangeset for help on using the changeset viewer.