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

Macros

#define MAVLINK_MSG_ID_RAW_PRESSURE   28
 
#define MAVLINK_MSG_ID_RAW_PRESSURE_LEN   16
 
#define MAVLINK_MSG_ID_28_LEN   16
 
#define MAVLINK_MSG_ID_RAW_PRESSURE_CRC   67
 
#define MAVLINK_MSG_ID_28_CRC   67
 
#define MAVLINK_MESSAGE_INFO_RAW_PRESSURE
 

Typedefs

typedef struct
__mavlink_raw_pressure_t 
mavlink_raw_pressure_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_RAW_PRESSURE
Value:
{ \
"RAW_PRESSURE", \
5, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_raw_pressure_t, time_usec) }, \
{ "press_abs", NULL, MAVLINK_TYPE_INT16_T, 0, 8, offsetof(mavlink_raw_pressure_t, press_abs) }, \
{ "press_diff1", NULL, MAVLINK_TYPE_INT16_T, 0, 10, offsetof(mavlink_raw_pressure_t, press_diff1) }, \
{ "press_diff2", NULL, MAVLINK_TYPE_INT16_T, 0, 12, offsetof(mavlink_raw_pressure_t, press_diff2) }, \
{ "temperature", NULL, MAVLINK_TYPE_INT16_T, 0, 14, offsetof(mavlink_raw_pressure_t, temperature) }, \
} \
}
#define MAVLINK_MSG_ID_28_CRC   67
#define MAVLINK_MSG_ID_28_LEN   16
#define MAVLINK_MSG_ID_RAW_PRESSURE   28
#define MAVLINK_MSG_ID_RAW_PRESSURE_CRC   67
#define MAVLINK_MSG_ID_RAW_PRESSURE_LEN   16

Typedef Documentation