Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Attributes
XsUtcTime Struct Reference

Detailed Description

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...
 

Member Data Documentation

◆ m_day

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().

◆ m_hour

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().

◆ m_minute

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().

◆ m_month

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().

◆ m_nano

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().

◆ m_second

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().

◆ m_valid

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.

◆ m_year

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.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST