Changeset 2357 in ntrip for trunk/BNC/bncpppclient.h


Ignore:
Timestamp:
Mar 9, 2010, 8:26:55 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2317 r2357  
    5252  ColumnVector vv;
    5353  double       clk;
    54   bool         clkCorr;
    5554  double       eleSat;
    5655  double       azSat;
     
    127126 private:
    128127  t_irc getSatPos(const bncTime& tt, const QString& prn,
    129                   ColumnVector& xc, ColumnVector& vv, bool& corr);
     128                  ColumnVector& xc, ColumnVector& vv);
    130129  void processEpoch();
    131130  void applyCorr(const bncTime& tt, const t_corr* cc, ColumnVector& xc,
     
    141140  bncModel*              _model;
    142141  bool                   _useGlonass;
     142  bool                   _pppMode;
    143143};
    144144
Note: See TracChangeset for help on using the changeset viewer.