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

Macros

#define MAVLINK_MSG_ID_DEBUG   254
 
#define MAVLINK_MSG_ID_DEBUG_LEN   9
 
#define MAVLINK_MSG_ID_254_LEN   9
 
#define MAVLINK_MSG_ID_DEBUG_CRC   46
 
#define MAVLINK_MSG_ID_254_CRC   46
 
#define MAVLINK_MESSAGE_INFO_DEBUG
 

Typedefs

typedef struct __mavlink_debug_t mavlink_debug_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_DEBUG
Value:
{ \
"DEBUG", \
3, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_debug_t, time_boot_ms) }, \
{ "value", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_debug_t, value) }, \
{ "ind", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_debug_t, ind) }, \
} \
}
#define MAVLINK_MSG_ID_254_CRC   46
#define MAVLINK_MSG_ID_254_LEN   9
#define MAVLINK_MSG_ID_DEBUG   254
#define MAVLINK_MSG_ID_DEBUG_CRC   46
#define MAVLINK_MSG_ID_DEBUG_LEN   9

Typedef Documentation