ESP_IOT v2.5
IOT ESP Coding
TinyGPSDate Struct Reference

#include <TinyGPS.h>

Collaboration diagram for TinyGPSDate:
Collaboration graph

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 ()
 

Friends

class TinyGPSPlus
 

Detailed Description

Definition at line 84 of file TinyGPS.h.

Constructor & Destructor Documentation

◆ TinyGPSDate()

TinyGPSDate::TinyGPSDate ( )
inline

Definition at line 97 of file TinyGPS.h.

Member Function Documentation

◆ age()

uint32_t TinyGPSDate::age ( ) const
inline

Definition at line 90 of file TinyGPS.h.

Here is the call graph for this function:

◆ day()

uint8_t TinyGPSDate::day ( )

Definition at line 423 of file TinyGPS.cpp.

◆ isUpdated()

bool TinyGPSDate::isUpdated ( ) const
inline

Definition at line 89 of file TinyGPS.h.

◆ isValid()

bool TinyGPSDate::isValid ( ) const
inline

Definition at line 88 of file TinyGPS.h.

◆ month()

uint8_t TinyGPSDate::month ( )

Definition at line 417 of file TinyGPS.cpp.

◆ value()

uint32_t TinyGPSDate::value ( )
inline

Definition at line 92 of file TinyGPS.h.

◆ year()

uint16_t TinyGPSDate::year ( )

Definition at line 410 of file TinyGPS.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Definition at line 86 of file TinyGPS.h.


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