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 19 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 20 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 21 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 18 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
uint32_t XsUtcTime::m_nano |
Nanosecond part of the time.
Definition at line 16 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 22 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 23 of file xsutctime.h.
uint16_t XsUtcTime::m_year |
The year (if date is valid)
Definition at line 17 of file xsutctime.h.
Referenced by mrpt::hwdrivers::CIMUXSens_MT4::doProcess().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |