0.4.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
NAV::vendor::vectornav::UTC Struct Reference

Storage class for UTC Time. More...

Data Fields

uint8_t day
 Days.
 
uint8_t hour
 Hours.
 
uint8_t min
 Minutes.
 
uint8_t month
 Months.
 
uint16_t ms
 Milliseconds.
 
uint8_t sec
 Seconds.
 
int8_t year
 The year is given as a signed byte year offset from the year 2000. For example the year 2013 would be given as year 13.
 

Detailed Description

Storage class for UTC Time.

Definition at line 88 of file VectorNavTypes.hpp.

Field Documentation

◆ day

uint8_t NAV::vendor::vectornav::UTC::day

Days.

Definition at line 92 of file VectorNavTypes.hpp.

◆ hour

uint8_t NAV::vendor::vectornav::UTC::hour

Hours.

Definition at line 93 of file VectorNavTypes.hpp.

◆ min

uint8_t NAV::vendor::vectornav::UTC::min

Minutes.

Definition at line 94 of file VectorNavTypes.hpp.

◆ month

uint8_t NAV::vendor::vectornav::UTC::month

Months.

Definition at line 91 of file VectorNavTypes.hpp.

◆ ms

uint16_t NAV::vendor::vectornav::UTC::ms

Milliseconds.

Definition at line 96 of file VectorNavTypes.hpp.

◆ sec

uint8_t NAV::vendor::vectornav::UTC::sec

Seconds.

Definition at line 95 of file VectorNavTypes.hpp.

◆ year

int8_t NAV::vendor::vectornav::UTC::year

The year is given as a signed byte year offset from the year 2000. For example the year 2013 would be given as year 13.

Definition at line 90 of file VectorNavTypes.hpp.


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