![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Public Member Functions | |
TinyGPSPlus () | |
bool | encode (char c) |
TinyGPSPlus & | operator<< (char c) |
uint32_t | charsProcessed () const |
uint32_t | sentencesWithFix () const |
uint32_t | failedChecksum () const |
uint32_t | passedChecksum () const |
Static Public Member Functions | |
static const char * | libraryVersion () |
static double | distanceBetween (double lat1, double long1, double lat2, double long2) |
static double | courseTo (double lat1, double long1, double lat2, double long2) |
static const char * | cardinal (double course) |
static int32_t | parseDecimal (const char *term) |
static void | parseDegrees (const char *term, RawDegrees °) |
Data Fields | |
TinyGPSLocation | location |
TinyGPSDate | date |
TinyGPSTime | time |
TinyGPSSpeed | speed |
TinyGPSCourse | course |
TinyGPSAltitude | altitude |
TinyGPSInteger | satellites |
TinyGPSHDOP | hdop |
TinyGPSPlus | ( | ) |
bool encode | ( | char | c | ) |
TinyGPSPlus& operator<< | ( | char | c | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
uint32_t charsProcessed | ( | ) | const |
uint32_t sentencesWithFix | ( | ) | const |
uint32_t failedChecksum | ( | ) | const |
uint32_t passedChecksum | ( | ) | const |
TinyGPSLocation location |
TinyGPSDate date |
TinyGPSTime time |
TinyGPSSpeed speed |
TinyGPSCourse course |
TinyGPSAltitude altitude |
TinyGPSInteger satellites |
TinyGPSHDOP hdop |