ESP_IOT v2.5
IOT ESP Coding
TinyGPSAltitude Struct Reference

#include <TinyGPS.h>

Inheritance diagram for TinyGPSAltitude:
Inheritance graph
Collaboration diagram for TinyGPSAltitude:
Collaboration graph

Public Member Functions

double meters ()
 
double miles ()
 
double kilometers ()
 
double feet ()
 
- Public Member Functions inherited from TinyGPSDecimal
bool isValid () const
 
bool isUpdated () const
 
uint32_t age () const
 
int32_t value ()
 
 TinyGPSDecimal ()
 

Detailed Description

Definition at line 186 of file TinyGPS.h.

Member Function Documentation

◆ feet()

double TinyGPSAltitude::feet ( )
inline

Definition at line 191 of file TinyGPS.h.

Here is the call graph for this function:

◆ kilometers()

double TinyGPSAltitude::kilometers ( )
inline

Definition at line 190 of file TinyGPS.h.

Here is the call graph for this function:

◆ meters()

double TinyGPSAltitude::meters ( )
inline

Definition at line 188 of file TinyGPS.h.

Here is the call graph for this function:

◆ miles()

double TinyGPSAltitude::miles ( )
inline

Definition at line 189 of file TinyGPS.h.

Here is the call graph for this function:

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