AssetTrackerRK
Public Member Functions
TinyGPSSpeed Struct Reference

Class to hold speed data and return the value in various units. More...

#include <TinyGPS++.h>

Inheritance diagram for TinyGPSSpeed:
TinyGPSDecimal

Public Member Functions

double knots ()
 Returns the speed in knots.
 
double mph ()
 Returns the speed in miles per hour.
 
double mps ()
 Returns the speed in meters per second.
 
double kmph ()
 Returns the speed in kilometers per hour.
 
- Public Member Functions inherited from TinyGPSDecimal
bool isValid () const
 Returns true if the data is valid. More...
 
bool isUpdated () const
 Returns true if the value has been updated. More...
 
uint32_t age () const
 Returns the age of the value in milliseconds. More...
 
int32_t value ()
 Returns the current value and clears the updated flag.
 
void invalidate ()
 Sets the valid flag to false (marks data as invalid) More...
 
 TinyGPSDecimal ()
 Constructor.
 

Detailed Description

Class to hold speed data and return the value in various units.


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