#include <TinyGPS++.h>
Inherited by GNSS.
◆ anonymous enum
| Enumerator |
|---|
| GPS_SENTENCE_GPGGA | |
| GPS_SENTENCE_GPRMC | |
| GPS_SENTENCE_OTHER | |
◆ TinyGPSPlus()
| TinyGPSPlus::TinyGPSPlus |
( |
| ) |
|
◆ cardinal()
| const char * TinyGPSPlus::cardinal |
( |
double |
course | ) |
|
|
static |
◆ charsProcessed()
| uint32_t TinyGPSPlus::charsProcessed |
( |
| ) |
const |
|
inline |
◆ courseTo()
| double TinyGPSPlus::courseTo |
( |
double |
lat1, |
|
|
double |
long1, |
|
|
double |
lat2, |
|
|
double |
long2 |
|
) |
| |
|
static |
◆ distanceBetween()
| double TinyGPSPlus::distanceBetween |
( |
double |
lat1, |
|
|
double |
long1, |
|
|
double |
lat2, |
|
|
double |
long2 |
|
) |
| |
|
static |
◆ encode()
| bool TinyGPSPlus::encode |
( |
char |
c | ) |
|
◆ endOfTermHandler()
| bool TinyGPSPlus::endOfTermHandler |
( |
| ) |
|
|
private |
◆ failedChecksum()
| uint32_t TinyGPSPlus::failedChecksum |
( |
| ) |
const |
|
inline |
◆ fromHex()
| int TinyGPSPlus::fromHex |
( |
char |
a | ) |
|
|
private |
◆ insertCustom()
| void TinyGPSPlus::insertCustom |
( |
TinyGPSCustom * |
pElt, |
|
|
const char * |
sentenceName, |
|
|
int |
index |
|
) |
| |
|
private |
◆ libraryVersion()
| static const char * TinyGPSPlus::libraryVersion |
( |
| ) |
|
|
inlinestatic |
◆ operator<<()
◆ parseDecimal()
| int32_t TinyGPSPlus::parseDecimal |
( |
const char * |
term | ) |
|
|
static |
◆ parseDegrees()
| void TinyGPSPlus::parseDegrees |
( |
const char * |
term, |
|
|
RawDegrees & |
deg |
|
) |
| |
|
static |
◆ passedChecksum()
| uint32_t TinyGPSPlus::passedChecksum |
( |
| ) |
const |
|
inline |
◆ sentencesWithFix()
| uint32_t TinyGPSPlus::sentencesWithFix |
( |
| ) |
const |
|
inline |
◆ TinyGPSCustom
◆ altitude
◆ course
◆ curSentenceType
| uint8_t TinyGPSPlus::curSentenceType |
|
private |
◆ curTermNumber
| uint8_t TinyGPSPlus::curTermNumber |
|
private |
◆ curTermOffset
| uint8_t TinyGPSPlus::curTermOffset |
|
private |
◆ customCandidates
◆ customElts
◆ date
◆ encodedCharCount
| uint32_t TinyGPSPlus::encodedCharCount |
|
private |
◆ failedChecksumCount
| uint32_t TinyGPSPlus::failedChecksumCount |
|
private |
◆ hdop
◆ isChecksumTerm
| bool TinyGPSPlus::isChecksumTerm |
|
private |
◆ location
◆ parity
| uint8_t TinyGPSPlus::parity |
|
private |
◆ passedChecksumCount
| uint32_t TinyGPSPlus::passedChecksumCount |
|
private |
◆ satellites
◆ sentenceHasFix
| bool TinyGPSPlus::sentenceHasFix |
|
private |
◆ sentencesWithFixCount
| uint32_t TinyGPSPlus::sentencesWithFixCount |
|
private |
◆ speed
◆ term
| char TinyGPSPlus::term[_GPS_MAX_FIELD_SIZE] |
|
private |
◆ time
The documentation for this class was generated from the following files: