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

# `t`

```elixir
@type t() :: %Common.Message.ActuatorOutputStatus{
  active: XMAVLink.Types.uint32_t(),
  actuator: [Float32],
  time_usec: XMAVLink.Types.uint64_t()
}
```

The raw values of the actuator outputs (e.g. on Pixhawk, from MAIN, AUX ports). This message supersedes SERVO_OUTPUT_RAW.

---

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