Type Alias ParamExtSet

Source
pub type ParamExtSet = ParamExtSet;
Expand description

Originally defined in common::messages::param_ext_set.

Aliased Type§

pub struct ParamExtSet {
    pub target_system: u8,
    pub target_component: u8,
    pub param_id: [u8; 16],
    pub param_value: [u8; 128],
    pub param_type: MavParamExtType,
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID

§target_component: u8

MAVLink field target_component.

Component ID

§param_id: [u8; 16]

MAVLink field param_id.

Parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string

§param_value: [u8; 128]

MAVLink field param_value.

Parameter value

§param_type: MavParamExtType

MAVLink field param_type.

Parameter type.