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

Macros

#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_STATUS   182
 
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_STATUS_LEN   12
 
#define MAVLINK_MSG_ID_182_LEN   12
 
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_STATUS_CRC   29
 
#define MAVLINK_MSG_ID_182_CRC   29
 
#define MAVLINK_MESSAGE_INFO_WATCHDOG_PROCESS_STATUS
 

Typedefs

typedef struct
__mavlink_watchdog_process_status_t 
mavlink_watchdog_process_status_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_WATCHDOG_PROCESS_STATUS
Value:
{ \
"WATCHDOG_PROCESS_STATUS", \
6, \
{ { "pid", NULL, MAVLINK_TYPE_INT32_T, 0, 0, offsetof(mavlink_watchdog_process_status_t, pid) }, \
{ "watchdog_id", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_watchdog_process_status_t, watchdog_id) }, \
{ "process_id", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_watchdog_process_status_t, process_id) }, \
{ "crashes", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_watchdog_process_status_t, crashes) }, \
{ "state", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_watchdog_process_status_t, state) }, \
{ "muted", NULL, MAVLINK_TYPE_UINT8_T, 0, 11, offsetof(mavlink_watchdog_process_status_t, muted) }, \
} \
}
struct pid_config pid
Definition: config.h:92
#define MAVLINK_MSG_ID_182_CRC   29
#define MAVLINK_MSG_ID_182_LEN   12
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_STATUS   182
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_STATUS_CRC   29
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_STATUS_LEN   12

Typedef Documentation