Changeset 7246 in ntrip for trunk/BNC/src/pppModel.h


Ignore:
Timestamp:
Aug 24, 2015, 3:43:32 PM (9 years ago)
Author:
stuerze
Message:

ionosphere's class completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppModel.h

    r7240 r7246  
    77#include "t_prn.h"
    88#include "satObs.h"
     9#include "bncutils.h"
    910
    1011namespace BNC_PPP {
     
    6364  t_iono();
    6465  ~t_iono();
    65   void setTecData(const t_vTec* vTec);
    66   double vtec();
     66  double stec(const t_vTec* vTec, double signalPropagationTime,
     67      const ColumnVector& rSat, const bncTime& epochTime,
     68      const ColumnVector& xyzSta);
    6769 private:
    68   t_vTec*   _vTec;
    69   int       _layer;
    70   double    _layerHeight;
    71   double    _roverHeight;
     70  double vtecSingleLayerContribution(const t_vTecLayer& vTecLayer);
     71  void piercePoint(double layerHeight, double epoch, const double* geocSta,
     72      double sphEle, double sphAzi);
     73  double _psiPP;
     74  double _phiPP;
     75  double _lambdaPP;
     76  double _lonS;
    7277
    7378
Note: See TracChangeset for help on using the changeset viewer.