An extension of original API for working with GPS devices.

Dependents:   A_TeseoLocationNEW A_TeseoLocation TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

GPSProvider::Timestamp_t Struct Reference

GPSProvider::Timestamp_t Struct Reference

[ST-GNSS] - Geofencing API More...

#include <GPSProvider.h>

Data Fields

int hh
 Hours.
int mm
 Minutes.
int ss
 Seconds.
int year
 Year.
int month
 Month.
int day
 Day.

Detailed Description

[ST-GNSS] - Geofencing API

Definition at line 107 of file GPSProvider.h.


Field Documentation

int day

Day.

Definition at line 113 of file GPSProvider.h.

int hh

Hours.

Definition at line 108 of file GPSProvider.h.

int mm

Minutes.

Definition at line 109 of file GPSProvider.h.

int month

Month.

Definition at line 112 of file GPSProvider.h.

int ss

Seconds.

Definition at line 110 of file GPSProvider.h.

int year

Year.

Definition at line 111 of file GPSProvider.h.