Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
auterion::Wind Struct Reference

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
 

Detailed Description

Represents wind speed and direction.

Member Data Documentation

◆ variance_east

std::optional<float> auterion::Wind::variance_east

Wind estimate error variance in east / Y direction (m/s)**2 - not set if not estimated

◆ variance_north

std::optional<float> auterion::Wind::variance_north

Wind estimate error variance in north / X direction (m/s)**2 - not set if not estimated

◆ windspeed_east

float auterion::Wind::windspeed_east

Wind component in east / Y direction (m/s)

◆ windspeed_north

float auterion::Wind::windspeed_north

Wind component in north / X direction (m/s)


The documentation for this struct was generated from the following file: