ESP_IOT v2.5
IOT ESP Coding
TinyGPSSpeed Struct Reference

#include <TinyGPS.h>

Inheritance diagram for TinyGPSSpeed:
Inheritance graph
Collaboration diagram for TinyGPSSpeed:
Collaboration graph

Public Member Functions

double knots ()
 
double mph ()
 
double mps ()
 
double kmph ()
 
- 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 173 of file TinyGPS.h.

Member Function Documentation

◆ kmph()

double TinyGPSSpeed::kmph ( )
inline

Definition at line 178 of file TinyGPS.h.

Here is the call graph for this function:

◆ knots()

double TinyGPSSpeed::knots ( )
inline

Definition at line 175 of file TinyGPS.h.

Here is the call graph for this function:

◆ mph()

double TinyGPSSpeed::mph ( )
inline

Definition at line 176 of file TinyGPS.h.

Here is the call graph for this function:

◆ mps()

double TinyGPSSpeed::mps ( )
inline

Definition at line 177 of file TinyGPS.h.

Here is the call graph for this function:

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