![]() |
0.5.0
|
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. |
Storage class for UTC Time.
Definition at line 92 of file VectorNavTypes.hpp.
uint8_t NAV::vendor::vectornav::UTC::day |
Days.
Definition at line 96 of file VectorNavTypes.hpp.
uint8_t NAV::vendor::vectornav::UTC::hour |
Hours.
Definition at line 97 of file VectorNavTypes.hpp.
uint8_t NAV::vendor::vectornav::UTC::min |
Minutes.
Definition at line 98 of file VectorNavTypes.hpp.
uint8_t NAV::vendor::vectornav::UTC::month |
Months.
Definition at line 95 of file VectorNavTypes.hpp.
uint16_t NAV::vendor::vectornav::UTC::ms |
Milliseconds.
Definition at line 100 of file VectorNavTypes.hpp.
uint8_t NAV::vendor::vectornav::UTC::sec |
Seconds.
Definition at line 99 of file VectorNavTypes.hpp.
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 94 of file VectorNavTypes.hpp.