#include <TinyGPS++.h>
Public Member Functions | |
uint32_t | age () const |
bool | isUpdated () const |
bool | isValid () const |
double | lat () |
double | lng () |
const RawDegrees & | rawLat () |
const RawDegrees & | rawLng () |
TinyGPSLocation () | |
Private Member Functions | |
void | commit () |
void | setLatitude (const char *term) |
void | setLongitude (const char *term) |
Private Attributes | |
uint32_t | lastCommitTime |
RawDegrees | rawLatData |
RawDegrees | rawLngData |
RawDegrees | rawNewLatData |
RawDegrees | rawNewLngData |
bool | updated |
bool | valid |
Friends | |
class | TinyGPSPlus |
Definition at line 53 of file TinyGPS++.h.
TinyGPSLocation::TinyGPSLocation | ( | ) | [inline] |
Definition at line 65 of file TinyGPS++.h.
uint32_t TinyGPSLocation::age | ( | ) | const [inline] |
Definition at line 59 of file TinyGPS++.h.
void TinyGPSLocation::commit | ( | ) | [private] |
Definition at line 335 of file TinyGPS++.cpp.
bool TinyGPSLocation::isUpdated | ( | ) | const [inline] |
Definition at line 58 of file TinyGPS++.h.
bool TinyGPSLocation::isValid | ( | ) | const [inline] |
Definition at line 57 of file TinyGPS++.h.
double TinyGPSLocation::lat | ( | ) |
Definition at line 353 of file TinyGPS++.cpp.
double TinyGPSLocation::lng | ( | ) |
Definition at line 360 of file TinyGPS++.cpp.
const RawDegrees& TinyGPSLocation::rawLat | ( | ) | [inline] |
Definition at line 60 of file TinyGPS++.h.
const RawDegrees& TinyGPSLocation::rawLng | ( | ) | [inline] |
Definition at line 61 of file TinyGPS++.h.
void TinyGPSLocation::setLatitude | ( | const char * | term | ) | [private] |
Definition at line 343 of file TinyGPS++.cpp.
void TinyGPSLocation::setLongitude | ( | const char * | term | ) | [private] |
Definition at line 348 of file TinyGPS++.cpp.
friend class TinyGPSPlus [friend] |
Definition at line 55 of file TinyGPS++.h.
uint32_t TinyGPSLocation::lastCommitTime [private] |
Definition at line 71 of file TinyGPS++.h.
RawDegrees TinyGPSLocation::rawLatData [private] |
Definition at line 70 of file TinyGPS++.h.
RawDegrees TinyGPSLocation::rawLngData [private] |
Definition at line 70 of file TinyGPS++.h.
RawDegrees TinyGPSLocation::rawNewLatData [private] |
Definition at line 70 of file TinyGPS++.h.
RawDegrees TinyGPSLocation::rawNewLngData [private] |
Definition at line 70 of file TinyGPS++.h.
bool TinyGPSLocation::updated [private] |
Definition at line 69 of file TinyGPS++.h.
bool TinyGPSLocation::valid [private] |
Definition at line 69 of file TinyGPS++.h.