MissionRequestInt

Type Alias MissionRequestInt 

Source
pub type MissionRequestInt = MissionRequestInt;
Expand description

Aliased Type§

pub struct MissionRequestInt {
    pub target_system: u8,
    pub target_component: u8,
    pub seq: u16,
    pub mission_type: MavMissionType,
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID

§target_component: u8

MAVLink field target_component.

Component ID

§seq: u16

MAVLink field seq.

Sequence

§mission_type: MavMissionType

MAVLink field mission_type.

Mission type.