ESP_IOT v2.5
IOT ESP Coding
TinyGPSDecimal Struct Reference

#include <TinyGPS.h>

Inheritance diagram for TinyGPSDecimal:
Inheritance graph
Collaboration diagram for TinyGPSDecimal:
Collaboration graph

Public Member Functions

bool isValid () const
 
bool isUpdated () const
 
uint32_t age () const
 
int32_t value ()
 
 TinyGPSDecimal ()
 

Friends

class TinyGPSPlus
 

Detailed Description

Definition at line 133 of file TinyGPS.h.

Constructor & Destructor Documentation

◆ TinyGPSDecimal()

TinyGPSDecimal::TinyGPSDecimal ( )
inline

Definition at line 142 of file TinyGPS.h.

Member Function Documentation

◆ age()

uint32_t TinyGPSDecimal::age ( ) const
inline

Definition at line 139 of file TinyGPS.h.

Here is the call graph for this function:

◆ isUpdated()

bool TinyGPSDecimal::isUpdated ( ) const
inline

Definition at line 138 of file TinyGPS.h.

◆ isValid()

bool TinyGPSDecimal::isValid ( ) const
inline

Definition at line 137 of file TinyGPS.h.

◆ value()

int32_t TinyGPSDecimal::value ( )
inline

Definition at line 140 of file TinyGPS.h.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Definition at line 135 of file TinyGPS.h.


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