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

Macros

#define MAVLINK_MSG_ID_LOG_ENTRY   118
 
#define MAVLINK_MSG_ID_LOG_ENTRY_LEN   14
 
#define MAVLINK_MSG_ID_118_LEN   14
 
#define MAVLINK_MSG_ID_LOG_ENTRY_CRC   56
 
#define MAVLINK_MSG_ID_118_CRC   56
 
#define MAVLINK_MESSAGE_INFO_LOG_ENTRY
 

Typedefs

typedef struct
__mavlink_log_entry_t 
mavlink_log_entry_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_LOG_ENTRY
Value:
{ \
"LOG_ENTRY", \
5, \
{ { "time_utc", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_log_entry_t, time_utc) }, \
{ "size", NULL, MAVLINK_TYPE_UINT32_T, 0, 4, offsetof(mavlink_log_entry_t, size) }, \
{ "id", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_log_entry_t, id) }, \
{ "num_logs", NULL, MAVLINK_TYPE_UINT16_T, 0, 10, offsetof(mavlink_log_entry_t, num_logs) }, \
{ "last_log_num", NULL, MAVLINK_TYPE_UINT16_T, 0, 12, offsetof(mavlink_log_entry_t, last_log_num) }, \
} \
}
Definition: mavlink_msg_log_entry.h:5
#define MAVLINK_MSG_ID_118_CRC   56
#define MAVLINK_MSG_ID_118_LEN   14
#define MAVLINK_MSG_ID_LOG_ENTRY   118
#define MAVLINK_MSG_ID_LOG_ENTRY_CRC   56
#define MAVLINK_MSG_ID_LOG_ENTRY_LEN   14

Typedef Documentation