xsens_imu
Public Attributes | List of all members
CmtUtcTime Struct Reference

A structure for storing UTC Time values. More...

#include <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. More...
 

Detailed Description

A structure for storing UTC Time values.

Member Data Documentation

uint8_t CmtUtcTime::m_day
uint8_t CmtUtcTime::m_hour
uint8_t CmtUtcTime::m_minute
uint8_t CmtUtcTime::m_month
uint32_t CmtUtcTime::m_nano
uint8_t CmtUtcTime::m_second
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.

uint16_t CmtUtcTime::m_year

The documentation for this struct was generated from the following file: