A structure for storing UTC Time values.
Definition at line 15 of file xsutctime.h.
#include <xSens_MT4/xstypes/include/xsens/xsutctime.h>
Public Attributes | |
uint32_t | m_nano |
Nanosecond part of the time. More... | |
uint16_t | m_year |
The year (if date is valid) More... | |
uint8_t | m_month |
The month (if date is valid) More... | |
uint8_t | m_day |
The day of the month (if date is valid) More... | |
uint8_t | m_hour |
The hour (if time is valid) More... | |
uint8_t | m_minute |
The minute (if time is valid) More... | |
uint8_t | m_second |
The second (if time is valid) More... | |
uint8_t | m_valid |
Validity indicator. More... | |
uint8_t XsUtcTime::m_day |
The day of the month (if date is valid)
Definition at line 24 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
uint8_t XsUtcTime::m_hour |
The hour (if time is valid)
Definition at line 26 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
uint8_t XsUtcTime::m_minute |
The minute (if time is valid)
Definition at line 28 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
uint8_t XsUtcTime::m_month |
The month (if date is valid)
Definition at line 22 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
uint32_t XsUtcTime::m_nano |
Nanosecond part of the time.
Definition at line 18 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
uint8_t XsUtcTime::m_second |
The second (if time is valid)
Definition at line 30 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
uint8_t XsUtcTime::m_valid |
Validity indicator.
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 34 of file xsutctime.h.
uint16_t XsUtcTime::m_year |
The year (if date is valid)
Definition at line 20 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |