|
AssetTrackerRK
|
Class to hold altitude data and return the value in various units. More...
#include <TinyGPS++.h>
Public Member Functions | |
| double | meters () |
| Returns the altitude in meters as a double floating point value. | |
| double | miles () |
| Returns the altitude in miles as a double floating point value. | |
| double | kilometers () |
| Returns the altitude in kilometers as a double floating point value. | |
| double | feet () |
| Returns the altitude in feet as a double floating point value. | |
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. | |
Class to hold altitude data and return the value in various units.
1.8.17