Changeset 3028 in ntrip for trunk/BNC/combination/bnccomb.h


Ignore:
Timestamp:
Feb 24, 2011, 1:03:07 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.h

    r3027 r3028  
    2121  QString prn;
    2222  double  xx;
     23  int     iod;
    2324};
    2425
     
    7172  void printResults(QTextStream& out, const bncTime& resTime,
    7273                    const QMap<QString, t_corr*>& resCorr);
    73   void switchToLastEph(const t_eph* lastEph, const t_eph* prevEph,
    74                        t_corr* newCorr);
     74  void switchToLastEph(const QString& ACname, const t_eph* lastEph,
     75                       const t_eph* prevEph, t_corr* newCorr);
    7576
    7677  QMap<QString, cmbAC*> _ACs;   // Analytical Centers (key is mountpoint)
Note: See TracChangeset for help on using the changeset viewer.