pub type PowerStatus = PowerStatus;Expand description
Originally defined in common::messages::power_status.
Aliased Type§
pub struct PowerStatus {
pub vcc: u16,
pub vservo: u16,
pub flags: MavPowerStatus,
}Fields§
§vcc: u16MAVLink field Vcc.
5V rail voltage.
vservo: u16MAVLink field Vservo.
Servo rail voltage.
flags: MavPowerStatusMAVLink field flags.
Bitmap of power supply status flags.