Changeset 3412 in ntrip for trunk/BNC/bncmodel.h


Ignore:
Timestamp:
Sep 3, 2011, 12:31:44 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r3408 r3412  
    2929#include <QtNetwork>
    3030#include <newmat.h>
    31 #include <vector>
    3231
    3332#include "bncconst.h"
     
    109108  void   predict(int iPhase, t_epoData* epoData);
    110109  t_irc  update_p(t_epoData* epoData);
    111   bool  outlierDetection(int iPhase, const ColumnVector& vv,
    112                           QMap<QString, t_satData*>& satData);
     110  QString outlierDetection(int iPhase, const ColumnVector& vv,
     111                           QMap<QString, t_satData*>& satData);
    113112  void writeNMEAstr(const QString& nmStr);
    114113
     
    120119  void rememberState(t_epoData* epoData);
    121120  void restoreState(t_epoData* epoData);
     121 
     122  t_irc selectSatellites(const QString& lastOutlierPrn,
     123                         QMap<QString, t_satData*>& satData);
    122124
    123125  class pppPos {
     
    168170  bncAntex*             _antex;
    169171  QString               _antennaName;
     172  QStringList           _outlierGPS;
     173  QStringList           _outlierGlo;
    170174};
    171175
Note: See TracChangeset for help on using the changeset viewer.