#include <TinyGPS.h>
|
| enum | Quality {
Invalid = '0'
, GPS = '1'
, DGPS = '2'
, PPS = '3'
,
RTK = '4'
, FloatRTK = '5'
, Estimated = '6'
, Manual = '7'
,
Simulated = '8'
} |
| |
| enum | Mode { N = 'N'
, A = 'A'
, D = 'D'
, E = 'E'
} |
| |
Definition at line 53 of file TinyGPS.h.
◆ Mode
◆ Quality
| Enumerator |
|---|
| Invalid | |
| GPS | |
| DGPS | |
| PPS | |
| RTK | |
| FloatRTK | |
| Estimated | |
| Manual | |
| Simulated | |
Definition at line 57 of file TinyGPS.h.
◆ TinyGPSLocation()
| TinyGPSLocation::TinyGPSLocation |
( |
| ) |
|
|
inline |
◆ age()
| uint32_t TinyGPSLocation::age |
( |
| ) |
const |
|
inline |
◆ FixMode()
| Mode TinyGPSLocation::FixMode |
( |
| ) |
|
|
inline |
◆ FixQuality()
| Quality TinyGPSLocation::FixQuality |
( |
| ) |
|
|
inline |
◆ isUpdated()
| bool TinyGPSLocation::isUpdated |
( |
| ) |
const |
|
inline |
◆ isValid()
| bool TinyGPSLocation::isValid |
( |
| ) |
const |
|
inline |
◆ lat()
| double TinyGPSLocation::lat |
( |
| ) |
|
◆ lng()
| double TinyGPSLocation::lng |
( |
| ) |
|
◆ rawLat()
◆ rawLng()
◆ TinyGPSPlus
The documentation for this struct was generated from the following files: