Developer World
Spresense Arduino Library v3.2.0-77d75a4
SpGnssTime Class Reference

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
 

Detailed Description

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'.

Member Data Documentation

◆ year

unsigned short SpGnssTime::year

Year(1980..)

◆ month

unsigned char SpGnssTime::month

Month(1..12)

◆ day

unsigned char SpGnssTime::day

Day(1..31)

◆ hour

unsigned char SpGnssTime::hour

Hour(0..23)

◆ minute

unsigned char SpGnssTime::minute

Minute(0..59)

◆ sec

unsigned char SpGnssTime::sec

Second(0..59)

◆ usec

unsigned long SpGnssTime::usec

Microsecond(0..999999)


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