57float relAltitude(
float pressure,
float pressureRef = Constants::MSL_PRESSURE,
58 float temperatureRef = Constants::MSL_TEMPERATURE);
82float relPressure(
float altitude,
float pressureRef = Constants::MSL_PRESSURE,
83 float temperatureRef = Constants::MSL_TEMPERATURE);
108 float temperatureRef = Constants::MSL_TEMPERATURE);
124float relDensity(
float pressure,
float pressureRef = Constants::MSL_PRESSURE,
125 float altitudeRef = 0,
126 float temperatureRef = Constants::MSL_TEMPERATURE);
141float mslPressure(
float pressureRef,
float temperatureRef,
float altitudeRef);
170float verticalSpeed(
float p,
float dpDt,
float pRef,
float tRef);
182 const Eigen::Vector2f& origin);
float computePitotMach(float pressureTotal, float pressureStatic)
Computes the mach from total and static pressure measures from a pitot tube.
float computePitotAirspeed(float pressureTotal, float pressureStatic, float d, float t0)
Computes air speed relative to the pitot tube.
float computeMach(float d, float vtot, float t0)
Computes the mach relative to the speed at a certain altitude.
float verticalSpeed(float p, float dpDt, float pRef, float tRef)
float mslPressure(float pressureRef, float temperatureRef, float altitudeRef)
Returns the expected pressure at mean sea level based on temperature and pressure at a reference alti...
float relDensity(float pressure, float pressureRef, float altitudeRef, float temperatureRef)
Returns the air density given the pressure with respect to a reference pressure, altitude and tempera...
Vector2f geodetic2NED(const Vector2f &target, const Vector2f &origin)
float computeCd(const AerodynamicCoeff &coeff, float mach)
Computes the CD from aerodynamic coefficients and mach.
float mslTemperature(float temperatureRef, float altitudeRef)
Returns the expected temperature at mean sea level based on temperature at a reference altitude,...
float relAltitude(float pressure, float pressureRef, float temperatureRef)
Returns the altitude given the pressure with respect to a reference pressure and temperature,...
float relPressure(float altitude, float pressureRef, float temperatureRef)
Returns the pressure given the altitude with respect to a reference pressure and temperature,...
float computeSoundSpeed(float d, float t0)
Computes the speed of sound at the given altitude.
float relTemperature(float altitude, float temperatureRef)
Returns the temperature at the given altitude with respect to the reference temperature.
float computeRho(float d, float t0)
Computes the rho (air density) of air at the given altitude.
This file includes all the types the logdecoder script will decode.