PowerStatus

Type Alias PowerStatus 

Source
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: u16

MAVLink field Vcc.

5V rail voltage.

§vservo: u16

MAVLink field Vservo.

Servo rail voltage.

§flags: MavPowerStatus

MAVLink field flags.

Bitmap of power supply status flags.