pub type GoproSetRequest = GoproSetRequest;Expand description
Originally defined in ardupilotmega::messages::gopro_set_request.
Aliased Type§
pub struct GoproSetRequest {
pub target_system: u8,
pub target_component: u8,
pub cmd_id: GoproCommand,
pub value: [u8; 4],
}Fields§
§target_system: u8MAVLink field target_system.
System ID.
target_component: u8MAVLink field target_component.
Component ID.
cmd_id: GoproCommandMAVLink field cmd_id.
Command ID.
value: [u8; 4]MAVLink field value.
Value.