Struct WindInfo

Struct Documentation

struct ratatosk::types::WindInfo

Wind information.

Public Members

double trueSpeed

True wind speed. [TODO: unit].

double trueDir

True wind direction. [TODO: unit].

double relSpeed

Relative wind speed (TODO: to what?).

double relDir

Relative wind direction (TODO: to what?).

double trueWindRelDir

True wind’s component in relative direction? TODO: fix.