Home
last modified time | relevance | path

Searched refs:setWeather (Results 1 – 25 of 52) sorted by relevance

123

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DSimpleTropModel.cpp62 setWeather(wx); in SimpleTropModel()
74 setWeather(T,P,H); in SimpleTropModel()
83 void SimpleTropModel::setWeather(const double& T, in setWeather() function in gpstk::SimpleTropModel
87 TropModel::setWeather(T,P,H); in setWeather()
100 void SimpleTropModel::setWeather(const WxObservation& wx) in setWeather() function in gpstk::SimpleTropModel
102 TropModel::setWeather(wx); in setWeather()
H A DNBTropModel.cpp175 setWeather(); in NBTropModel()
190 setWeather(wx); in NBTropModel()
209 setWeather(T,P,H); in NBTropModel()
226 setWeather(); in NBTropModel()
375 void NBTropModel::setWeather(const double& T, in setWeather() function in gpstk::NBTropModel
380 TropModel::setWeather(T,P,H); in setWeather()
397 TropModel::setWeather(wx); in setWeather()
413 void NBTropModel::setWeather() in setWeather() function in gpstk::NBTropModel
444 setWeather(); in setReceiverHeight()
455 setWeather(); in setReceiverLatitude()
[all …]
H A DGGTropModel.cpp66 TropModel::setWeather(20.0, 980.0, 50.0); in GGTropModel()
78 setWeather(wx); in GGTropModel()
90 setWeather(T,P,H); in GGTropModel()
174 void GGTropModel::setWeather(const double& T, in setWeather() function in gpstk::GGTropModel
178 TropModel::setWeather(T,P,H); in setWeather()
194 void GGTropModel::setWeather(const WxObservation& wx) in setWeather() function in gpstk::GGTropModel
196 TropModel::setWeather(wx); in setWeather()
H A DNeillTropModel.cpp190 setWeather(); in correction()
451 void NeillTropModel::setWeather() in setWeather() function in gpstk::NeillTropModel
488 if (valid) setWeather(); in setReceiverHeight()
505 if (valid) setWeather(); in setReceiverLatitude()
530 if (valid) setWeather(); in setDayOfYear()
548 if (valid) setWeather(); in setDayOfYear()
572 if (valid) setWeather(); in setAllParameters()
H A DNBTropModel.hpp215 virtual void setWeather(const WxObservation& wx);
223 virtual void setWeather(const double& T,
230 void setWeather();
H A DGGHeightTropModel.cpp73 setWeather(wx); in GGHeightTropModel()
85 setWeather(T,P,H); in GGHeightTropModel()
103 setWeather(T,P,H); in GGHeightTropModel()
301 void GGHeightTropModel::setWeather(const double& T, in setWeather() function in gpstk::GGHeightTropModel
307 TropModel::setWeather(T,P,H); in setWeather()
321 void GGHeightTropModel::setWeather(const WxObservation& wx) in setWeather() function in gpstk::GGHeightTropModel
325 TropModel::setWeather(wx); in setWeather()
H A DMOPSTropModel.cpp174 setWeather(); in correction()
351 void MOPSTropModel::setWeather() in setWeather() function in gpstk::MOPSTropModel
398 if (valid) setWeather(); in setReceiverHeight()
416 if (valid) setWeather(); in setReceiverLatitude()
443 if (valid) setWeather(); in setDayOfYear()
461 if (valid) setWeather(); in setDayOfYear()
484 if (valid) setWeather(); in setAllParameters()
H A DMOPSTropModel.hpp262 void setWeather();
269 virtual void setWeather( const double& T, in setWeather() function in gpstk::MOPSTropModel
279 virtual void setWeather(const WxObservation& wx) in setWeather() function in gpstk::MOPSTropModel
H A DNeillTropModel.hpp293 void setWeather();
300 virtual void setWeather( const double& T, in setWeather() function in gpstk::NeillTropModel
310 virtual void setWeather(const WxObservation& wx) in setWeather() function in gpstk::NeillTropModel
H A DTropModel.cpp106 void TropModel::setWeather(const double& T, in setWeather() function in gpstk::TropModel
142 void TropModel::setWeather(const WxObservation& wx) in setWeather() function in gpstk::TropModel
148 setWeather(wx.temperature, wx.pressure, wx.humidity); in setWeather()
H A DGGTropModel.hpp116 virtual void setWeather(const double& T,
125 virtual void setWeather(const WxObservation& wx);
H A DSimpleTropModel.hpp110 virtual void setWeather(const double& T,
119 virtual void setWeather(const WxObservation& wx);
H A DSaasTropModel.cpp138 SaasTropModel::setWeather(wx); in SaasTropModel()
156 SaasTropModel::setWeather(T,P,H); in SaasTropModel()
357 void SaasTropModel::setWeather(const double& T, in setWeather() function in gpstk::SaasTropModel
375 void SaasTropModel::setWeather(const WxObservation& wx) in setWeather() function in gpstk::SaasTropModel
379 SaasTropModel::setWeather(wx.temperature,wx.pressure,wx.humidity); in setWeather()
H A DGCATTropModel.hpp222 virtual void setWeather( const double& T, in setWeather() function in gpstk::GCATTropModel
232 virtual void setWeather(const WxObservation& wx) in setWeather() function in gpstk::GCATTropModel
H A DGGHeightTropModel.hpp192 virtual void setWeather(const double& T,
201 virtual void setWeather(const WxObservation& wx);
H A DSaasTropModel.hpp193 virtual void setWeather(const WxObservation& wx);
201 virtual void setWeather(const double& T,
H A DTropModel.hpp199 virtual void setWeather(const double& T,
208 virtual void setWeather(const WxObservation& wx);
H A DGlobalTropModel.hpp236 virtual void setWeather(const double& T, const double& P, const double& H) in setWeather() function in gpstk::GlobalTropModel
242 virtual void setWeather(const WxObservation& wx) in setWeather() function in gpstk::GlobalTropModel
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Dweather.h20 void setWeather(int);
/dports/www/axis2/axis2-1.8.0/samples/pojoguide/src/sample/pojo/service/
H A DWeatherService.java26 public void setWeather(Weather weather){ in setWeather() method in WeatherService
/dports/www/axis2/axis2-1.8.0/samples/pojoguidespring/src/sample/spring/service/
H A DWeatherSpringService.java26 public void setWeather(Weather w){ in setWeather() method in WeatherSpringService
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Dweather.h67 void setWeather(ISD::GDInterface *newWeather);
H A Dweather.cpp26 void Weather::setWeather(ISD::GDInterface *newWeather) in setWeather() function in Ekos::Weather
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/relposition/
H A DConfigure.cpp253 CI.pTropModel->setWeather(CI.DefaultTemp,CI.DefaultPress,CI.DefaultRHumid); in Initialize()
295 st.pTropModel->setWeather(st.temp,st.press,st.rhumid); in UpdateConfig()
/dports/astro/gpstk/GPSTk-8.0.0/swig/examples/
H A Dexample4.py38 tropModel.setWeather(temp, pressure, humidity)

123