Main MRPT website > C++ reference for MRPT 1.5.6
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 19 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 20 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 21 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 18 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 16 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 22 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 23 of file xsutctime.h.

◆ m_year

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.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019