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


Ignore:
Timestamp:
Jan 29, 2011, 1:04:04 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2924 r2927  
    44
    55#include "bncephuser.h"
     6
     7class cmbCaster;
    68
    79class bncComb : public bncEphUser  {
     
    2123  class cmbEpoch {
    2224   public:
    23     cmbEpoch() {}
     25    cmbEpoch(const QString& name) {acName = name;}
    2426    ~cmbEpoch() {
    2527      QMapIterator<QString, t_corr*> it(corr);
     
    2931      }
    3032    }
     33    QString                acName;
    3134    bncTime                time;
    3235    QMap<QString, t_corr*> corr; // Corrections (key is PRN)
     
    4851  };
    4952
    50   void processEpochs();
    51   void processSingleCorr(const cmbAC* AC, const t_corr* corr);
    52   void printResults() const;
     53  void processEpochs(const QList<cmbEpoch*>& epochs);
     54  void printSingleCorr(const QString& acName, const t_corr* corr);
    5355
    5456  QMap<QString, cmbAC*> _ACs;   // Analytical Centers (key is mountpoint)
    5557  bncTime               _processedBeforeTime;
     58  cmbCaster*            _caster;
    5659};
    5760
Note: See TracChangeset for help on using the changeset viewer.