Changeset 3386 in ntrip for trunk/BNC/bncmodel.h


Ignore:
Timestamp:
Aug 30, 2011, 5:42:31 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r3383 r3386  
    102102  void   printRes(int iPhase, const ColumnVector& vv,
    103103                  std::ostringstream& str, t_satData* satData);
    104   void   findMaxRes(int iPhase, const ColumnVector& vv,
     104  void   findMaxRes(const ColumnVector& vv,
    105105                    const QMap<QString, t_satData*>& satData,
    106                     QString& prnCode,  double& maxResCode,
    107                     QString& prnPhase, double& maxResPhase);
     106                    QString& prn,  double& maxRes);
    108107  double cmpValue(t_satData* satData, bool phase);
    109108  double delay_saast(double Ele);
Note: See TracChangeset for help on using the changeset viewer.