sbg_driver/SbgUtcTime Message

File: sbg_driver/SbgUtcTime.msg

Raw Message Definition

# SBG Ellipse Messages
Header header

# Time since sensor is powered up (us)
uint32 time_stamp

# General UTC time and clock sync status
SbgUtcTimeStatus clock_status

# Year
uint16 year

# Month in Year [1 ... 12]
uint8 month

# Day in Month [1 ... 31]
uint8 day

# Hour in day [0 ... 23]
uint8 hour

# Minute in hour [0 ... 59]
uint8 min

# Second in minute [0 ... 60], Note 60 is when a leap second is added.
uint8 sec

# Nanosecond of second.
uint32 nanosec

# GPS Time of week (ms)
uint32 gps_tow

Compact Message Definition

std_msgs/Header header
uint32 time_stamp
sbg_driver/SbgUtcTimeStatus clock_status
uint16 year
uint8 month
uint8 day
uint8 hour
uint8 min
uint8 sec
uint32 nanosec
uint32 gps_tow