ESP_IOT v2.5
IOT ESP Coding
TinyGPSCustom Class Reference

#include <TinyGPS.h>

Collaboration diagram for TinyGPSCustom:
Collaboration graph

Public Member Functions

 TinyGPSCustom ()
 
 TinyGPSCustom (TinyGPSPlus &gps, const char *sentenceName, int termNumber)
 
void begin (TinyGPSPlus &gps, const char *_sentenceName, int _termNumber)
 
bool isUpdated () const
 
bool isValid () const
 
uint32_t age () const
 
const char * value ()
 

Friends

class TinyGPSPlus
 

Detailed Description

Definition at line 200 of file TinyGPS.h.

Constructor & Destructor Documentation

◆ TinyGPSCustom() [1/2]

TinyGPSCustom::TinyGPSCustom ( )
inline

Definition at line 203 of file TinyGPS.h.

◆ TinyGPSCustom() [2/2]

TinyGPSCustom::TinyGPSCustom ( TinyGPSPlus gps,
const char *  sentenceName,
int  termNumber 
)

Definition at line 477 of file TinyGPS.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ age()

uint32_t TinyGPSCustom::age ( ) const
inline

Definition at line 209 of file TinyGPS.h.

Here is the call graph for this function:

◆ begin()

void TinyGPSCustom::begin ( TinyGPSPlus gps,
const char *  _sentenceName,
int  _termNumber 
)

Definition at line 482 of file TinyGPS.cpp.

Here is the caller graph for this function:

◆ isUpdated()

bool TinyGPSCustom::isUpdated ( ) const
inline

Definition at line 207 of file TinyGPS.h.

◆ isValid()

bool TinyGPSCustom::isValid ( ) const
inline

Definition at line 208 of file TinyGPS.h.

◆ value()

const char * TinyGPSCustom::value ( )
inline

Definition at line 210 of file TinyGPS.h.

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Definition at line 222 of file TinyGPS.h.


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