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


Ignore:
Timestamp:
Jan 23, 2012, 3:28:58 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r3414 r3636  
    3636class t_satData;
    3737class bncAntex;
     38class t_pppOpt;
    3839
    3940class bncParam {
     
    5758 Q_OBJECT
    5859 public:
    59   bncModel(QByteArray staID);
     60  bncModel(QByteArray staID, const t_pppOpt* opt);
    6061  ~bncModel();
    6162  t_irc update(t_epoData* epoData);
     
    135136  };
    136137
     138  const t_pppOpt*       _opt;
    137139  bncTime               _time;
    138140  bncTime               _lastTimeOK;
     
    145147  ColumnVector          _xcBanc;
    146148  ColumnVector          _ellBanc;
    147   bool                  _usePhase;
    148   bool                  _estTropo;
    149   bool                  _useGalileo;
    150149  QByteArray            _log;
    151150  QFile*                _nmeaFile;
     
    154153  QMap<QString, double> _windUpSum;
    155154  QVector<pppPos*>      _posAverage;
    156   double                _quickStart;
    157   double                _maxSolGap;
    158   double                _sigCrd0;
    159   double                _sigCrdP;
    160   double                _sigTrp0;
    161   double                _sigTrpP;
    162   double                _sigGalileoOffset0;
    163   double                _sigGalileoOffsetP;
    164   double                _sigL3;
    165   double                _sigP3;
    166   double                _sigAmb0;
    167   double                _sigClk0;
    168   double                _dN;
    169   double                _dE;
    170   double                _dU;
    171   bncAntex*             _antex;
    172   QString               _antennaName;
    173155  QStringList           _outlierGPS;
    174156  QStringList           _outlierGlo;
     157  bncAntex*             _antex;
    175158};
    176159
Note: See TracChangeset for help on using the changeset viewer.