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

Macros

#define MAVLINK_MSG_ID_CPU_LOAD   170
 
#define MAVLINK_MSG_ID_CPU_LOAD_LEN   4
 
#define MAVLINK_MSG_ID_170_LEN   4
 
#define MAVLINK_MSG_ID_CPU_LOAD_CRC   75
 
#define MAVLINK_MSG_ID_170_CRC   75
 
#define MAVLINK_MESSAGE_INFO_CPU_LOAD
 

Typedefs

typedef struct __mavlink_cpu_load_t mavlink_cpu_load_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_CPU_LOAD
Value:
{ \
"CPU_LOAD", \
3, \
{ { "batVolt", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_cpu_load_t, batVolt) }, \
{ "sensLoad", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_cpu_load_t, sensLoad) }, \
{ "ctrlLoad", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_cpu_load_t, ctrlLoad) }, \
} \
}
#define MAVLINK_MSG_ID_170_CRC   75
#define MAVLINK_MSG_ID_170_LEN   4
#define MAVLINK_MSG_ID_CPU_LOAD   170
#define MAVLINK_MSG_ID_CPU_LOAD_CRC   75
#define MAVLINK_MSG_ID_CPU_LOAD_LEN   4

Typedef Documentation