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


Ignore:
Timestamp:
Aug 20, 2015, 9:07:53 AM (9 years ago)
Author:
stuerze
Message:

initial import of ionosphere class

File:
1 edited

Legend:

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

    r6400 r7240  
    66#include "bnctime.h"
    77#include "t_prn.h"
     8#include "satObs.h"
    89
    910namespace BNC_PPP {
     
    5859};
    5960
     61class t_iono {
     62 public:
     63  t_iono();
     64  ~t_iono();
     65  void setTecData(const t_vTec* vTec);
     66  double vtec();
     67 private:
     68  t_vTec*   _vTec;
     69  int       _layer;
     70  double    _layerHeight;
     71  double    _roverHeight;
     72
     73
     74};
     75
    6076}
    6177
Note: See TracChangeset for help on using the changeset viewer.