pub type DataStream = DataStream;Expand description
Originally defined in common::messages::data_stream.
Aliased Type§
pub struct DataStream {
pub stream_id: u8,
pub message_rate: u16,
pub on_off: u8,
}Fields§
§stream_id: u8MAVLink field stream_id.
The ID of the requested data stream
message_rate: u16MAVLink field message_rate.
The message rate
on_off: u8MAVLink field on_off.
1 stream is enabled, 0 stream is stopped.