Changeset 2808 in ntrip for trunk/BNC/bncpppclient.h


Ignore:
Timestamp:
Dec 18, 2010, 11:45:49 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2791 r2808  
    2626#define BNCPPPCLIENT_H
    2727
     28#include <queue>
    2829#include <QtNetwork>
    2930
     
    4445  }
    4546  ~t_satData() {}
     47  bncTime      tt;
    4648  QString      prn;
    4749  double       P1;
     
    178180  t_irc getSatPos(const bncTime& tt, const QString& prn,
    179181                  ColumnVector& xc, ColumnVector& vv);
    180   void processEpoch();
     182  void processEpochs();
     183  void processFrontEpoch();
    181184  void applyCorr(const bncTime& tt, const t_corr* cc, ColumnVector& xc,
    182185                 ColumnVector& vv);
     
    188191  QMap<QString, t_corr*>  _corr;
    189192  QMap<QString, t_bias*>  _bias;
    190   t_epoData*              _epoData;
     193  std::queue<t_epoData*>  _epoData;
    191194  bncModel*               _model;
    192195  bool                    _useGlonass;
Note: See TracChangeset for help on using the changeset viewer.