ESP_IOT v2.5
IOT ESP Coding
TinyGPSTime Struct Reference

#include <TinyGPS.h>

Collaboration diagram for TinyGPSTime:
Collaboration graph

Public Member Functions

bool isValid () const
 
bool isUpdated () const
 
uint32_t age () const
 
uint32_t value ()
 
uint8_t hour ()
 
uint8_t minute ()
 
uint8_t second ()
 
uint8_t centisecond ()
 
 TinyGPSTime ()
 

Friends

class TinyGPSPlus
 

Detailed Description

Definition at line 108 of file TinyGPS.h.

Constructor & Destructor Documentation

◆ TinyGPSTime()

TinyGPSTime::TinyGPSTime ( )
inline

Definition at line 122 of file TinyGPS.h.

Member Function Documentation

◆ age()

uint32_t TinyGPSTime::age ( ) const
inline

Definition at line 114 of file TinyGPS.h.

Here is the call graph for this function:

◆ centisecond()

uint8_t TinyGPSTime::centisecond ( )

Definition at line 447 of file TinyGPS.cpp.

◆ hour()

uint8_t TinyGPSTime::hour ( )

Definition at line 429 of file TinyGPS.cpp.

◆ isUpdated()

bool TinyGPSTime::isUpdated ( ) const
inline

Definition at line 113 of file TinyGPS.h.

◆ isValid()

bool TinyGPSTime::isValid ( ) const
inline

Definition at line 112 of file TinyGPS.h.

◆ minute()

uint8_t TinyGPSTime::minute ( )

Definition at line 435 of file TinyGPS.cpp.

◆ second()

uint8_t TinyGPSTime::second ( )

Definition at line 441 of file TinyGPS.cpp.

◆ value()

uint32_t TinyGPSTime::value ( )
inline

Definition at line 116 of file TinyGPS.h.

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Definition at line 110 of file TinyGPS.h.


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