GGTropModel.hpp
Go to the documentation of this file.
1 //==============================================================================
2 //
3 // This file is part of GNSSTk, the ARL:UT GNSS Toolkit.
4 //
5 // The GNSSTk is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU Lesser General Public License as published
7 // by the Free Software Foundation; either version 3.0 of the License, or
8 // any later version.
9 //
10 // The GNSSTk is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public
16 // License along with GNSSTk; if not, write to the Free Software Foundation,
17 // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18 //
19 // This software was developed by Applied Research Laboratories at the
20 // University of Texas at Austin.
21 // Copyright 2004-2022, The Board of Regents of The University of Texas System
22 //
23 //==============================================================================
24 
25 //==============================================================================
26 //
27 // This software was developed by Applied Research Laboratories at the
28 // University of Texas at Austin, under contract to an agency or agencies
29 // within the U.S. Department of Defense. The U.S. Government retains all
30 // rights to use, duplicate, distribute, disclose, or release this software.
31 //
32 // Pursuant to DoD Directive 523024
33 //
34 // DISTRIBUTION STATEMENT A: This software has been approved for public
35 // release, distribution is unlimited.
36 //
37 //==============================================================================
38 
39 
40 #ifndef GG_TROP_MODEL_HPP
41 #define GG_TROP_MODEL_HPP
42 
43 #include "TropModel.hpp"
44 
45 namespace gnsstk
46 {
53  class GGTropModel : public TropModel
54  {
55  public:
57  GGTropModel();
58 
63  GGTropModel(const WxObservation& wx);
64 
71  GGTropModel(const double& T,
72  const double& P,
73  const double& H);
74 
76  virtual std::string name()
77  { return std::string("GG"); }
78 
80  virtual double dry_zenith_delay() const;
81 
83  virtual double wet_zenith_delay() const;
84 
86  virtual double dry_mapping_function(double elevation) const;
87 
89  virtual double wet_mapping_function(double elevation) const;
90 
92  virtual void setWeather(const double& T,
93  const double& P,
94  const double& H);
95 
97  virtual void setWeather(const WxObservation& wx);
98 
99  private:
100  double Cdrydelay;
101  double Cwetdelay;
102  double Cdrymap;
103  double Cwetmap;
104 
105  };
106 }
107 #endif
gnsstk::GGTropModel::wet_mapping_function
virtual double wet_mapping_function(double elevation) const
Definition: GGTropModel.cpp:127
gnsstk::GGTropModel::dry_mapping_function
virtual double dry_mapping_function(double elevation) const
Definition: GGTropModel.cpp:92
gnsstk::GGTropModel
Definition: GGTropModel.hpp:53
gnsstk::TropModel
Definition: TropModel.hpp:105
gnsstk::GGTropModel::Cdrymap
double Cdrymap
Definition: GGTropModel.hpp:102
gnsstk::WxObservation
A Single Weather Observation.
Definition: WxObsMap.hpp:55
TropModel.hpp
gnsstk
For Sinex::InputHistory.
Definition: BasicFramework.cpp:50
gnsstk::GGTropModel::wet_zenith_delay
virtual double wet_zenith_delay() const
Definition: GGTropModel.cpp:86
gnsstk::GGTropModel::setWeather
virtual void setWeather(const double &T, const double &P, const double &H)
Definition: GGTropModel.cpp:160
gnsstk::GGTropModel::GGTropModel
GGTropModel()
Empty constructor.
Definition: GGTropModel.cpp:54
gnsstk::GGTropModel::name
virtual std::string name()
Return the name of the model.
Definition: GGTropModel.hpp:76
gnsstk::TrackingCode::P
@ P
Legacy GPS precise code.
gnsstk::GGTropModel::dry_zenith_delay
virtual double dry_zenith_delay() const
Definition: GGTropModel.cpp:80
gnsstk::GGTropModel::Cwetdelay
double Cwetdelay
Definition: GGTropModel.hpp:101
gnsstk::GGTropModel::Cwetmap
double Cwetmap
Definition: GGTropModel.hpp:103
gnsstk::GGTropModel::Cdrydelay
double Cdrydelay
Definition: GGTropModel.hpp:100


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39