Type Alias SetMagOffsets

Source
pub type SetMagOffsets = SetMagOffsets;
Expand description

Aliased Type§

struct SetMagOffsets {
    pub target_system: u8,
    pub target_component: u8,
    pub mag_ofs_x: i16,
    pub mag_ofs_y: i16,
    pub mag_ofs_z: i16,
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID.

§target_component: u8

MAVLink field target_component.

Component ID.

§mag_ofs_x: i16

MAVLink field mag_ofs_x.

Magnetometer X offset.

§mag_ofs_y: i16

MAVLink field mag_ofs_y.

Magnetometer Y offset.

§mag_ofs_z: i16

MAVLink field mag_ofs_z.

Magnetometer Z offset.