![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
Maintenance of atmosphere data like pressure, density etc. More...
#include <atmosphere.h>
Public Member Functions | |
| atmosphere_t (float p_abs) | |
| void | update_density_correction (void) |
| void | initialize (float altitude) |
| void | set_pressure (float p_abs) |
| float | get_pressure (void) const |
| float | get_density (void) const |
| float | get_negative_altitude (void) const |
| float | get_TAS_from_dynamic_pressure (float dynamic_pressure) const |
| float | get_IAS_from_dynamic_pressure (float dynamic_pressure) const |
| void | set_ambient_air_data (float temperature, float humidity) |
| void | disregard_ambient_air_data (void) |
| float | get_QFF () const |
| void | feed_QFF_density_metering (float pressure, float MSL_altitude) |
Maintenance of atmosphere data like pressure, density etc.
Definition at line 45 of file atmosphere.h.
|
inline |
Definition at line 48 of file atmosphere.h.
References pt2< datatype, basetype >::settle().
Definition at line 99 of file atmosphere.h.
Referenced by navigator_t::disregard_density_data(), and navigator_t::set_density_data().
Definition at line 109 of file atmosphere.h.
References air_density_observer::feed_metering().
Referenced by navigator_t::feed_QFF_density_metering(), and navigator_t::update_at_10Hz().
Definition at line 76 of file atmosphere.h.
References pt2< datatype, basetype >::get_output().
Referenced by get_TAS_from_dynamic_pressure(), and navigator_t::report_data().
Definition at line 89 of file atmosphere.h.
References RECIP_STD_DENSITY_TIMES_2, and SQRT.
Referenced by navigator_t::update_pitot().
Definition at line 80 of file atmosphere.h.
Referenced by navigator_t::report_data(), navigator_t::reset_altitude(), and navigator_t::update_at_100Hz().
Definition at line 72 of file atmosphere.h.
|
inline |
Definition at line 104 of file atmosphere.h.
Referenced by navigator_t::report_data().
Definition at line 85 of file atmosphere.h.
References get_density(), and SQRT.
Referenced by navigator_t::update_pitot().
Definition at line 64 of file atmosphere.h.
References air_density_observer::initialize().
Referenced by navigator_t::initialize_QFF_density_metering().
Definition at line 93 of file atmosphere.h.
Referenced by navigator_t::set_density_data().
Definition at line 68 of file atmosphere.h.
Referenced by navigator_t::update_pressure().
Definition at line 60 of file atmosphere.h.
References pt2< datatype, basetype >::respond().
Referenced by navigator_t::update_at_10Hz().