A structure for storing UTC Time values. More...
#include <Robots/SeaBeeIII/IMUDataServer/cmtdef.h>
Public Attributes | |
uint32_t | m_nano |
uint16_t | m_year |
uint8_t | m_month |
uint8_t | m_day |
uint8_t | m_hour |
uint8_t | m_minute |
uint8_t | m_second |
uint8_t | m_valid |
When set to 1, the time is valid, when set to 2, the time part is valid, but the date may not be valid. when set to 0, the time is invalid and should be ignored. |
A structure for storing UTC Time values.
Definition at line 1016 of file cmtdef.h.
uint8_t CmtUtcTime::m_valid |
When set to 1, the time is valid, when set to 2, the time part is valid, but the date may not be valid. when set to 0, the time is invalid and should be ignored.
Definition at line 1025 of file cmtdef.h.
Referenced by xsens::Cmt3::getUtcTime().