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

#include <TinyGPS++.h>

Inherited by TinyGPSAltitude, TinyGPSCourse, TinyGPSHDOP, and TinyGPSSpeed.

Public Member Functions

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

Private Member Functions

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

Private Attributes

bool valid
 
bool updated
 
uint32_t lastCommitTime
 
int32_t val
 
int32_t newval
 

Friends

class TinyGPSPlus
 

Constructor & Destructor Documentation

◆ TinyGPSDecimal()

TinyGPSDecimal::TinyGPSDecimal ( )
inline

Member Function Documentation

◆ age()

uint32_t TinyGPSDecimal::age ( ) const
inline

◆ commit()

void TinyGPSDecimal::commit ( )
private

◆ isUpdated()

bool TinyGPSDecimal::isUpdated ( ) const
inline

◆ isValid()

bool TinyGPSDecimal::isValid ( ) const
inline

◆ set()

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

◆ value()

int32_t TinyGPSDecimal::value ( )
inline

Friends And Related Function Documentation

◆ TinyGPSPlus

friend class TinyGPSPlus
friend

Member Data Documentation

◆ lastCommitTime

uint32_t TinyGPSDecimal::lastCommitTime
private

◆ newval

int32_t TinyGPSDecimal::newval
private

◆ updated

bool TinyGPSDecimal::updated
private

◆ val

int32_t TinyGPSDecimal::val
private

◆ valid

bool TinyGPSDecimal::valid
private

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