# `Common.Message.WindCov`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L7980)

# `t`

```elixir
@type t() :: %Common.Message.WindCov{
  horiz_accuracy: Float32,
  time_usec: XMAVLink.Types.uint64_t(),
  var_horiz: Float32,
  var_vert: Float32,
  vert_accuracy: Float32,
  wind_alt: Float32,
  wind_x: Float32,
  wind_y: Float32,
  wind_z: Float32
}
```

Wind estimate from vehicle. Note that despite the name, this message does not actually contain any covariances but instead variability and accuracy fields in terms of standard deviation (1-STD).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
