NinjaFlight
|
#include <mavlink_msg_request_data_stream.h>
Data Fields | |
uint16_t | req_message_rate |
The requested interval between two messages of this type. More... | |
uint8_t | target_system |
The target requested to send the message stream. More... | |
uint8_t | target_component |
The target requested to send the message stream. More... | |
uint8_t | req_stream_id |
The ID of the requested data stream. More... | |
uint8_t | start_stop |
1 to start sending, 0 to stop sending. More... | |
uint16_t __mavlink_request_data_stream_t::req_message_rate |
The requested interval between two messages of this type.
uint8_t __mavlink_request_data_stream_t::req_stream_id |
The ID of the requested data stream.
uint8_t __mavlink_request_data_stream_t::start_stop |
1 to start sending, 0 to stop sending.
uint8_t __mavlink_request_data_stream_t::target_component |
The target requested to send the message stream.
uint8_t __mavlink_request_data_stream_t::target_system |
The target requested to send the message stream.