#include <TinyGPS++.h>
Public Member Functions | |
uint32_t | age () const |
uint8_t | centisecond () |
uint8_t | hour () |
bool | isUpdated () const |
bool | isValid () const |
uint8_t | minute () |
uint8_t | second () |
TinyGPSTime () | |
uint32_t | value () |
Private Member Functions | |
void | commit () |
void | setTime (const char *term) |
Private Attributes | |
uint32_t | lastCommitTime |
uint32_t | newTime |
uint32_t | time |
bool | updated |
bool | valid |
Friends | |
class | TinyGPSPlus |
Definition at line 101 of file TinyGPS++.h.
TinyGPSTime::TinyGPSTime | ( | ) | [inline] |
Definition at line 115 of file TinyGPS++.h.
uint32_t TinyGPSTime::age | ( | ) | const [inline] |
Definition at line 107 of file TinyGPS++.h.
uint8_t TinyGPSTime::centisecond | ( | ) |
Definition at line 428 of file TinyGPS++.cpp.
void TinyGPSTime::commit | ( | ) | [private] |
Definition at line 374 of file TinyGPS++.cpp.
uint8_t TinyGPSTime::hour | ( | ) |
Definition at line 410 of file TinyGPS++.cpp.
bool TinyGPSTime::isUpdated | ( | ) | const [inline] |
Definition at line 106 of file TinyGPS++.h.
bool TinyGPSTime::isValid | ( | ) | const [inline] |
Definition at line 105 of file TinyGPS++.h.
uint8_t TinyGPSTime::minute | ( | ) |
Definition at line 416 of file TinyGPS++.cpp.
uint8_t TinyGPSTime::second | ( | ) |
Definition at line 422 of file TinyGPS++.cpp.
void TinyGPSTime::setTime | ( | const char * | term | ) | [private] |
Definition at line 381 of file TinyGPS++.cpp.
uint32_t TinyGPSTime::value | ( | ) | [inline] |
Definition at line 109 of file TinyGPS++.h.
friend class TinyGPSPlus [friend] |
Definition at line 103 of file TinyGPS++.h.
uint32_t TinyGPSTime::lastCommitTime [private] |
Definition at line 121 of file TinyGPS++.h.
uint32_t TinyGPSTime::newTime [private] |
Definition at line 120 of file TinyGPS++.h.
uint32_t TinyGPSTime::time [private] |
Definition at line 120 of file TinyGPS++.h.
bool TinyGPSTime::updated [private] |
Definition at line 119 of file TinyGPS++.h.
bool TinyGPSTime::valid [private] |
Definition at line 119 of file TinyGPS++.h.