Soldered L86 M33 GNSS Library 1.0.0
Arduino library for communication with Soldered L86-M33 GNSS module
Loading...
Searching...
No Matches
TinyGPSDate Struct Reference

#include <TinyGPS++.h>

Public Member Functions

bool isValid () const
 
bool isUpdated () const
 
uint32_t age () const
 
uint32_t value ()
 
uint16_t year ()
 
uint8_t month ()
 
uint8_t day ()
 
 TinyGPSDate ()
 

Private Member Functions

void commit ()
 
void setDate (const char *term)
 

Private Attributes

bool valid
 
bool updated
 
uint32_t date
 
uint32_t newDate
 
uint32_t lastCommitTime
 

Friends

class TinyGPSPlus
 

Constructor & Destructor Documentation

◆ TinyGPSDate()

TinyGPSDate::TinyGPSDate ( )
inline

Member Function Documentation

◆ age()

uint32_t TinyGPSDate::age ( ) const
inline

◆ commit()

void TinyGPSDate::commit ( )
private

◆ day()

uint8_t TinyGPSDate::day ( )

◆ isUpdated()

bool TinyGPSDate::isUpdated ( ) const
inline

◆ isValid()

bool TinyGPSDate::isValid ( ) const
inline

◆ month()

uint8_t TinyGPSDate::month ( )

◆ setDate()

void TinyGPSDate::setDate ( const char *  term)
private

◆ value()

uint32_t TinyGPSDate::value ( )
inline

◆ year()

uint16_t TinyGPSDate::year ( )

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Member Data Documentation

◆ date

uint32_t TinyGPSDate::date
private

◆ lastCommitTime

uint32_t TinyGPSDate::lastCommitTime
private

◆ newDate

uint32_t TinyGPSDate::newDate
private

◆ updated

bool TinyGPSDate::updated
private

◆ valid

bool TinyGPSDate::valid
private

The documentation for this struct was generated from the following files: