Changeset 7224 in ntrip


Ignore:
Timestamp:
Aug 18, 2015, 10:33:14 AM (9 years ago)
Author:
stuerze
Message:

comments deleted

File:
1 edited

Legend:

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

    r7218 r7224  
    5050  std::ostringstream& log() {return *_log;}
    5151  const t_pppOptions* opt() const {return _opt;}
    52   //void putCodeBias(t_satCodeBias* satCodeBias);
    53   //const t_satCodeBias* satCodeBias(const t_prn& prn) const {
    54   //  return _satCodeBiases[prn.toInt()];
    55   //}
     52
    5653 private:
    5754  t_irc getSatPos(const bncTime& tt, const QString& prn, ColumnVector& xc, ColumnVector& vv);
    5855  void  putNewObs(t_satData* satData);
    5956  t_irc cmpToT(t_satData* satData);
    60 
    61 //  t_satCodeBias*       _satCodeBiases[t_prn::MAXPRN+1];
    6257  bncEphUser*         _ephUser;
    6358  t_pppOptions*       _opt;
Note: See TracChangeset for help on using the changeset viewer.