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

Macros

#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_INFO   181
 
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_INFO_LEN   255
 
#define MAVLINK_MSG_ID_181_LEN   255
 
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_INFO_CRC   16
 
#define MAVLINK_MSG_ID_181_CRC   16
 
#define MAVLINK_MSG_WATCHDOG_PROCESS_INFO_FIELD_NAME_LEN   100
 
#define MAVLINK_MSG_WATCHDOG_PROCESS_INFO_FIELD_ARGUMENTS_LEN   147
 
#define MAVLINK_MESSAGE_INFO_WATCHDOG_PROCESS_INFO
 

Typedefs

typedef struct
__mavlink_watchdog_process_info_t 
mavlink_watchdog_process_info_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_WATCHDOG_PROCESS_INFO
Value:
{ \
"WATCHDOG_PROCESS_INFO", \
5, \
{ { "timeout", NULL, MAVLINK_TYPE_INT32_T, 0, 0, offsetof(mavlink_watchdog_process_info_t, timeout) }, \
{ "watchdog_id", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_watchdog_process_info_t, watchdog_id) }, \
{ "process_id", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_watchdog_process_info_t, process_id) }, \
{ "name", NULL, MAVLINK_TYPE_CHAR, 100, 8, offsetof(mavlink_watchdog_process_info_t, name) }, \
{ "arguments", NULL, MAVLINK_TYPE_CHAR, 147, 108, offsetof(mavlink_watchdog_process_info_t, arguments) }, \
} \
}
#define MAVLINK_MSG_ID_181_CRC   16
#define MAVLINK_MSG_ID_181_LEN   255
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_INFO   181
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_INFO_CRC   16
#define MAVLINK_MSG_ID_WATCHDOG_PROCESS_INFO_LEN   255
#define MAVLINK_MSG_WATCHDOG_PROCESS_INFO_FIELD_ARGUMENTS_LEN   147
#define MAVLINK_MSG_WATCHDOG_PROCESS_INFO_FIELD_NAME_LEN   100

Typedef Documentation