ESP_IOT v2.5
IOT ESP Coding
TinyGPSInteger Struct Reference

#include <TinyGPS.h>

Collaboration diagram for TinyGPSInteger:
Collaboration graph

Public Member Functions

bool isValid () const
 
bool isUpdated () const
 
uint32_t age () const
 
uint32_t value ()
 
 TinyGPSInteger ()
 

Friends

class TinyGPSPlus
 

Detailed Description

Definition at line 153 of file TinyGPS.h.

Constructor & Destructor Documentation

◆ TinyGPSInteger()

TinyGPSInteger::TinyGPSInteger ( )
inline

Definition at line 162 of file TinyGPS.h.

Member Function Documentation

◆ age()

uint32_t TinyGPSInteger::age ( ) const
inline

Definition at line 159 of file TinyGPS.h.

Here is the call graph for this function:

◆ isUpdated()

bool TinyGPSInteger::isUpdated ( ) const
inline

Definition at line 158 of file TinyGPS.h.

◆ isValid()

bool TinyGPSInteger::isValid ( ) const
inline

Definition at line 157 of file TinyGPS.h.

◆ value()

uint32_t TinyGPSInteger::value ( )
inline

Definition at line 160 of file TinyGPS.h.

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Definition at line 155 of file TinyGPS.h.


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