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

Macros

#define MAVLINK_MSG_ID_SYSTEM_TIME   2
 
#define MAVLINK_MSG_ID_SYSTEM_TIME_LEN   12
 
#define MAVLINK_MSG_ID_2_LEN   12
 
#define MAVLINK_MSG_ID_SYSTEM_TIME_CRC   137
 
#define MAVLINK_MSG_ID_2_CRC   137
 
#define MAVLINK_MESSAGE_INFO_SYSTEM_TIME
 

Typedefs

typedef struct
__mavlink_system_time_t 
mavlink_system_time_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SYSTEM_TIME
Value:
{ \
"SYSTEM_TIME", \
2, \
{ { "time_unix_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_system_time_t, time_unix_usec) }, \
{ "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 8, offsetof(mavlink_system_time_t, time_boot_ms) }, \
} \
}
#define MAVLINK_MSG_ID_2_CRC   137
#define MAVLINK_MSG_ID_2_LEN   12
#define MAVLINK_MSG_ID_SYSTEM_TIME   2
#define MAVLINK_MSG_ID_SYSTEM_TIME_CRC   137
#define MAVLINK_MSG_ID_SYSTEM_TIME_LEN   12

Typedef Documentation