NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_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_data_stream_t
 

Macros

#define MAVLINK_MSG_ID_DATA_STREAM   67
 
#define MAVLINK_MSG_ID_DATA_STREAM_LEN   4
 
#define MAVLINK_MSG_ID_67_LEN   4
 
#define MAVLINK_MSG_ID_DATA_STREAM_CRC   21
 
#define MAVLINK_MSG_ID_67_CRC   21
 
#define MAVLINK_MESSAGE_INFO_DATA_STREAM
 

Typedefs

typedef struct
__mavlink_data_stream_t 
mavlink_data_stream_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_DATA_STREAM
Value:
{ \
"DATA_STREAM", \
3, \
{ { "message_rate", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_data_stream_t, message_rate) }, \
{ "stream_id", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_data_stream_t, stream_id) }, \
{ "on_off", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_data_stream_t, on_off) }, \
} \
}
#define MAVLINK_MSG_ID_67_CRC   21
#define MAVLINK_MSG_ID_67_LEN   4
#define MAVLINK_MSG_ID_DATA_STREAM   67
#define MAVLINK_MSG_ID_DATA_STREAM_CRC   21
#define MAVLINK_MSG_ID_DATA_STREAM_LEN   4

Typedef Documentation