Soldered L86 M33 GNSS Library 1.0.0
Arduino library for communication with Soldered L86-M33 GNSS module
Loading...
Searching...
No Matches
TinyGPSInteger Struct Reference

#include <TinyGPS++.h>

Public Member Functions

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

Private Member Functions

void commit ()
 
void set (const char *term)
 

Private Attributes

bool valid
 
bool updated
 
uint32_t lastCommitTime
 
uint32_t val
 
uint32_t newval
 

Friends

class TinyGPSPlus
 

Constructor & Destructor Documentation

◆ TinyGPSInteger()

TinyGPSInteger::TinyGPSInteger ( )
inline

Member Function Documentation

◆ age()

uint32_t TinyGPSInteger::age ( ) const
inline

◆ commit()

void TinyGPSInteger::commit ( )
private

◆ isUpdated()

bool TinyGPSInteger::isUpdated ( ) const
inline

◆ isValid()

bool TinyGPSInteger::isValid ( ) const
inline

◆ set()

void TinyGPSInteger::set ( const char *  term)
private

◆ value()

uint32_t TinyGPSInteger::value ( )
inline

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Member Data Documentation

◆ lastCommitTime

uint32_t TinyGPSInteger::lastCommitTime
private

◆ newval

uint32_t TinyGPSInteger::newval
private

◆ updated

bool TinyGPSInteger::updated
private

◆ val

uint32_t TinyGPSInteger::val
private

◆ valid

bool TinyGPSInteger::valid
private

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