#include <TinyGPS++.h>
Public Member Functions | |
uint32_t | age () const |
void | begin (TinyGPSPlus &gps, const char *_sentenceName, int _termNumber) |
bool | isUpdated () const |
bool | isValid () const |
TinyGPSCustom () | |
TinyGPSCustom (TinyGPSPlus &gps, const char *sentenceName, int termNumber) | |
const char * | value () |
Private Member Functions | |
void | commit () |
void | set (const char *term) |
Private Attributes | |
char | buffer [_GPS_MAX_FIELD_SIZE+1] |
unsigned long | lastCommitTime |
TinyGPSCustom * | next |
const char * | sentenceName |
char | stagingBuffer [_GPS_MAX_FIELD_SIZE+1] |
int | termNumber |
bool | updated |
bool | valid |
Friends | |
class | TinyGPSPlus |
Definition at line 188 of file TinyGPS++.h.
TinyGPSCustom::TinyGPSCustom | ( | ) | [inline] |
Definition at line 191 of file TinyGPS++.h.
TinyGPSCustom::TinyGPSCustom | ( | TinyGPSPlus & | gps, |
const char * | sentenceName, | ||
int | termNumber | ||
) |
Definition at line 458 of file TinyGPS++.cpp.
uint32_t TinyGPSCustom::age | ( | ) | const [inline] |
Definition at line 197 of file TinyGPS++.h.
void TinyGPSCustom::begin | ( | TinyGPSPlus & | gps, |
const char * | _sentenceName, | ||
int | _termNumber | ||
) |
Definition at line 463 of file TinyGPS++.cpp.
void TinyGPSCustom::commit | ( | ) | [private] |
Definition at line 476 of file TinyGPS++.cpp.
bool TinyGPSCustom::isUpdated | ( | ) | const [inline] |
Definition at line 195 of file TinyGPS++.h.
bool TinyGPSCustom::isValid | ( | ) | const [inline] |
Definition at line 196 of file TinyGPS++.h.
void TinyGPSCustom::set | ( | const char * | term | ) | [private] |
Definition at line 483 of file TinyGPS++.cpp.
const char* TinyGPSCustom::value | ( | ) | [inline] |
Definition at line 198 of file TinyGPS++.h.
friend class TinyGPSPlus [friend] |
Definition at line 210 of file TinyGPS++.h.
char TinyGPSCustom::buffer[_GPS_MAX_FIELD_SIZE+1] [private] |
Definition at line 205 of file TinyGPS++.h.
unsigned long TinyGPSCustom::lastCommitTime [private] |
Definition at line 206 of file TinyGPS++.h.
TinyGPSCustom* TinyGPSCustom::next [private] |
Definition at line 211 of file TinyGPS++.h.
const char* TinyGPSCustom::sentenceName [private] |
Definition at line 208 of file TinyGPS++.h.
char TinyGPSCustom::stagingBuffer[_GPS_MAX_FIELD_SIZE+1] [private] |
Definition at line 204 of file TinyGPS++.h.
int TinyGPSCustom::termNumber [private] |
Definition at line 209 of file TinyGPS++.h.
bool TinyGPSCustom::updated [private] |
Definition at line 207 of file TinyGPS++.h.
bool TinyGPSCustom::valid [private] |
Definition at line 207 of file TinyGPS++.h.