NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_request_data_stream.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __mavlink_request_data_stream_t
 

Macros

#define MAVLINK_MSG_ID_REQUEST_DATA_STREAM   66
 
#define MAVLINK_MSG_ID_REQUEST_DATA_STREAM_LEN   6
 
#define MAVLINK_MSG_ID_66_LEN   6
 
#define MAVLINK_MSG_ID_REQUEST_DATA_STREAM_CRC   148
 
#define MAVLINK_MSG_ID_66_CRC   148
 
#define MAVLINK_MESSAGE_INFO_REQUEST_DATA_STREAM
 

Typedefs

typedef struct
__mavlink_request_data_stream_t 
mavlink_request_data_stream_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_REQUEST_DATA_STREAM
Value:
{ \
"REQUEST_DATA_STREAM", \
5, \
{ { "req_message_rate", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_request_data_stream_t, req_message_rate) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_request_data_stream_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_request_data_stream_t, target_component) }, \
{ "req_stream_id", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_request_data_stream_t, req_stream_id) }, \
{ "start_stop", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_request_data_stream_t, start_stop) }, \
} \
}
#define MAVLINK_MSG_ID_66_CRC   148
#define MAVLINK_MSG_ID_66_LEN   6
#define MAVLINK_MSG_ID_REQUEST_DATA_STREAM   66
#define MAVLINK_MSG_ID_REQUEST_DATA_STREAM_CRC   148
#define MAVLINK_MSG_ID_REQUEST_DATA_STREAM_LEN   6

Typedef Documentation