3 #define MAVLINK_MSG_ID_SYSTEM_TIME 2 11 #define MAVLINK_MSG_ID_SYSTEM_TIME_LEN 12 12 #define MAVLINK_MSG_ID_2_LEN 12 14 #define MAVLINK_MSG_ID_SYSTEM_TIME_CRC 137 15 #define MAVLINK_MSG_ID_2_CRC 137 19 #define MAVLINK_MESSAGE_INFO_SYSTEM_TIME { \ 22 { { "time_unix_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_system_time_t, time_unix_usec) }, \ 23 { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 8, offsetof(mavlink_system_time_t, time_boot_ms) }, \ 41 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 74 mavlink_message_t* msg,
77 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 133 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS 137 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 142 #if MAVLINK_CRC_EXTRA 152 #if MAVLINK_CRC_EXTRA 160 #if MAVLINK_MSG_ID_SYSTEM_TIME_LEN <= MAVLINK_MAX_PAYLOAD_LEN 170 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 171 char *buf = (
char *)msgbuf;
175 #if MAVLINK_CRC_EXTRA 185 #if MAVLINK_CRC_EXTRA 206 return _MAV_RETURN_uint64_t(msg, 0);
216 return _MAV_RETURN_uint32_t(msg, 8);
227 #if MAVLINK_NEED_BYTE_SWAP
MAVLINK_HELPER uint16_t mavlink_finalize_message(mavlink_message_t *msg, uint8_t system_id, uint8_t component_id, uint8_t length)
Finalize a MAVLink message with MAVLINK_COMM_0 as default channel.
#define _mav_put_uint64_t(buf, wire_offset, b)
#define _MAV_PAYLOAD_NON_CONST(msg)
static uint32_t mavlink_msg_system_time_get_time_boot_ms(const mavlink_message_t *msg)
Get field time_boot_ms from system_time message.
#define _MAV_PAYLOAD(msg)
static uint16_t mavlink_msg_system_time_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint64_t time_unix_usec, uint32_t time_boot_ms)
Pack a system_time message on a channel.
#define MAVLINK_MSG_ID_SYSTEM_TIME_LEN
static uint16_t mavlink_msg_system_time_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_system_time_t *system_time)
Encode a system_time struct.
#define MAVLINK_MSG_ID_SYSTEM_TIME_CRC
#define MAVLINK_MSG_ID_SYSTEM_TIME
struct __mavlink_system_time_t mavlink_system_time_t
static uint16_t mavlink_msg_system_time_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint64_t time_unix_usec, uint32_t time_boot_ms)
Pack a system_time message.
static void mavlink_msg_system_time_decode(const mavlink_message_t *msg, mavlink_system_time_t *system_time)
Decode a system_time message into a struct.
static uint16_t mavlink_msg_system_time_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_system_time_t *system_time)
Encode a system_time struct on a channel.
static uint64_t mavlink_msg_system_time_get_time_unix_usec(const mavlink_message_t *msg)
Send a system_time message.
MAVLINK_HELPER uint16_t mavlink_finalize_message_chan(mavlink_message_t *msg, uint8_t system_id, uint8_t component_id, uint8_t chan, uint8_t length)
Finalize a MAVLink message with channel assignment.
#define _mav_put_uint32_t(buf, wire_offset, b)