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

Macros

#define MAVLINK_MSG_ID_SENSOR_DIAG   196
 
#define MAVLINK_MSG_ID_SENSOR_DIAG_LEN   11
 
#define MAVLINK_MSG_ID_196_LEN   11
 
#define MAVLINK_MSG_ID_SENSOR_DIAG_CRC   129
 
#define MAVLINK_MSG_ID_196_CRC   129
 
#define MAVLINK_MESSAGE_INFO_SENSOR_DIAG
 

Typedefs

typedef struct
__mavlink_sensor_diag_t 
mavlink_sensor_diag_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SENSOR_DIAG
Value:
{ \
"SENSOR_DIAG", \
4, \
{ { "float1", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_sensor_diag_t, float1) }, \
{ "float2", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_sensor_diag_t, float2) }, \
{ "int1", NULL, MAVLINK_TYPE_INT16_T, 0, 8, offsetof(mavlink_sensor_diag_t, int1) }, \
{ "char1", NULL, MAVLINK_TYPE_INT8_T, 0, 10, offsetof(mavlink_sensor_diag_t, char1) }, \
} \
}
#define MAVLINK_MSG_ID_196_CRC   129
#define MAVLINK_MSG_ID_196_LEN   11
#define MAVLINK_MSG_ID_SENSOR_DIAG   196
#define MAVLINK_MSG_ID_SENSOR_DIAG_CRC   129
#define MAVLINK_MSG_ID_SENSOR_DIAG_LEN   11

Typedef Documentation