25#include "units/Angle.h"
26#include "units/Speed.h"
78 [[nodiscard]]
auto speed() const ->
Units::Speed {
return m_speed; }
Convenience class for angle computations.
Convenience class for speed computations.
static Q_INVOKABLE constexpr Units::Speed fromKN(double speedInKT)
Constructs a speed.
This extremely simple class holds the wind speed and direction.
Units::Speed maxWindSpeed
Maximal wind speed that is considered valid.
Units::Speed minWindSpeed
Minimal wind speed that is considered valid.
void setDirectionFrom(Units::Angle newDirectionFrom)
Setter function for property of the same name.
auto speed() const -> Units::Speed
Getter function for property of the same name.
Q_INVOKABLE bool operator==(Weather::Wind other) const
Equality check.
Units::Speed speed
Wind Speed.
void setSpeed(Units::Speed newSpeed)
Setter function for property of the same name.
Units::Angle directionFrom
Wind Direction.
Conversion between units used in aviation.