Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
|
Represents wind speed and direction. More...
#include <auterion_sdk/system_state/system_state.hpp>
Public Attributes | |
float | windspeed_north |
float | windspeed_east |
std::optional< float > | variance_north |
std::optional< float > | variance_east |
Represents wind speed and direction.
std::optional<float> auterion::Wind::variance_east |
Wind estimate error variance in east / Y direction (m/s)**2 - not set if not estimated
std::optional<float> auterion::Wind::variance_north |
Wind estimate error variance in north / X direction (m/s)**2 - not set if not estimated
float auterion::Wind::windspeed_east |
Wind component in east / Y direction (m/s)
float auterion::Wind::windspeed_north |
Wind component in north / X direction (m/s)