Time acquired from the satellite at the time of positioning. More...
#include <GNSS.h>
Public Attributes | |
| unsigned short | year |
| unsigned char | month |
| unsigned char | day |
| unsigned char | hour |
| unsigned char | minute |
| unsigned char | sec |
| unsigned long | usec |
Time acquired from the satellite at the time of positioning.
Since each member is public, it can be accessed directly.
'sec' represents seconds in the range 0 to 59,
'usec' represents microseconds ranging from 0 to 999,999,
and all subseconds are included in 'usec'.
| unsigned short SpGnssTime::year |
Year(1980..)
| unsigned char SpGnssTime::month |
Month(1..12)
| unsigned char SpGnssTime::day |
Day(1..31)
| unsigned char SpGnssTime::hour |
Hour(0..23)
| unsigned char SpGnssTime::minute |
Minute(0..59)
| unsigned char SpGnssTime::sec |
Second(0..59)
| unsigned long SpGnssTime::usec |
Microsecond(0..999999)