Changeset 6428 in ntrip for trunk/BNC/src/orbComp/sp3Comp.h


Ignore:
Timestamp:
Dec 24, 2014, 5:15:40 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.h

    r6360 r6428  
    8585                     std::map<std::string, t_stat>& stat) const;
    8686  void compare(std::ostringstream& out) const;
     87  bool excludeSat(const t_prn& prn) const;
    8788
    88   QStringList  _sp3FileNames;
    89   QString      _logFileName;
    90   QFile*       _logFile;
    91   QTextStream* _log;
     89  QStringList     _sp3FileNames;
     90  QString         _logFileName;
     91  QFile*          _logFile;
     92  QTextStream*    _log;
     93  std::set<t_prn> _excludeSats;
    9294};
    9395
Note: See TracChangeset for help on using the changeset viewer.