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


Ignore:
Timestamp:
Nov 26, 2014, 5:37:10 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6344 r6345  
    2727
    2828#include <map>
     29#include <set>
     30#include <vector>
     31#include <string>
    2932#include <QtCore>
    3033#include <newmat.h>
     
    7780  };
    7881
     82  int  satIndex(const std::set<t_prn>& clkSats, const t_prn& prn) const;
     83  void processClocks(const std::set<t_prn>& clkSats, std::vector<t_epoch*>& epochs,
     84                     std::map<std::string, t_stat>& stat) const;
     85
    7986  QStringList  _sp3FileNames;
    8087  QString      _logFileName;
Note: See TracChangeset for help on using the changeset viewer.