#include <TinyGPS++.h>
Public Member Functions | |
uint32_t | age () const |
bool | isUpdated () const |
bool | isValid () const |
TinyGPSInteger () | |
uint32_t | value () |
Private Member Functions | |
void | commit () |
void | set (const char *term) |
Private Attributes | |
uint32_t | lastCommitTime |
uint32_t | newval |
bool | updated |
uint32_t | val |
bool | valid |
Friends | |
class | TinyGPSPlus |
Definition at line 146 of file TinyGPS++.h.
TinyGPSInteger::TinyGPSInteger | ( | ) | [inline] |
Definition at line 155 of file TinyGPS++.h.
uint32_t TinyGPSInteger::age | ( | ) | const [inline] |
Definition at line 152 of file TinyGPS++.h.
void TinyGPSInteger::commit | ( | ) | [private] |
Definition at line 446 of file TinyGPS++.cpp.
bool TinyGPSInteger::isUpdated | ( | ) | const [inline] |
Definition at line 151 of file TinyGPS++.h.
bool TinyGPSInteger::isValid | ( | ) | const [inline] |
Definition at line 150 of file TinyGPS++.h.
void TinyGPSInteger::set | ( | const char * | term | ) | [private] |
Definition at line 453 of file TinyGPS++.cpp.
uint32_t TinyGPSInteger::value | ( | ) | [inline] |
Definition at line 153 of file TinyGPS++.h.
friend class TinyGPSPlus [friend] |
Definition at line 148 of file TinyGPS++.h.
uint32_t TinyGPSInteger::lastCommitTime [private] |
Definition at line 160 of file TinyGPS++.h.
uint32_t TinyGPSInteger::newval [private] |
Definition at line 161 of file TinyGPS++.h.
bool TinyGPSInteger::updated [private] |
Definition at line 159 of file TinyGPS++.h.
uint32_t TinyGPSInteger::val [private] |
Definition at line 161 of file TinyGPS++.h.
bool TinyGPSInteger::valid [private] |
Definition at line 159 of file TinyGPS++.h.