ESP_IOT v2.5
IOT ESP Coding
TinyGPS.h File Reference
#include <inttypes.h>
#include "Arduino.h"
#include <limits.h>
Include dependency graph for TinyGPS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RawDegrees
 
struct  TinyGPSLocation
 
struct  TinyGPSDate
 
struct  TinyGPSTime
 
struct  TinyGPSDecimal
 
struct  TinyGPSInteger
 
struct  TinyGPSSpeed
 
struct  TinyGPSCourse
 
struct  TinyGPSAltitude
 
struct  TinyGPSHDOP
 
class  TinyGPSCustom
 
class  TinyGPSPlus
 

Macros

#define _GPS_VERSION   "1.1.0"
 
#define _GPS_MPH_PER_KNOT   1.15077945
 
#define _GPS_MPS_PER_KNOT   0.51444444
 
#define _GPS_KMPH_PER_KNOT   1.852
 
#define _GPS_MILES_PER_METER   0.00062137112
 
#define _GPS_KM_PER_METER   0.001
 
#define _GPS_FEET_PER_METER   3.2808399
 
#define _GPS_MAX_FIELD_SIZE   15
 
#define _GPS_EARTH_MEAN_RADIUS   6371009
 

Macro Definition Documentation

◆ _GPS_EARTH_MEAN_RADIUS

#define _GPS_EARTH_MEAN_RADIUS   6371009

Definition at line 41 of file TinyGPS.h.

◆ _GPS_FEET_PER_METER

#define _GPS_FEET_PER_METER   3.2808399

Definition at line 39 of file TinyGPS.h.

◆ _GPS_KM_PER_METER

#define _GPS_KM_PER_METER   0.001

Definition at line 38 of file TinyGPS.h.

◆ _GPS_KMPH_PER_KNOT

#define _GPS_KMPH_PER_KNOT   1.852

Definition at line 36 of file TinyGPS.h.

◆ _GPS_MAX_FIELD_SIZE

#define _GPS_MAX_FIELD_SIZE   15

Definition at line 40 of file TinyGPS.h.

◆ _GPS_MILES_PER_METER

#define _GPS_MILES_PER_METER   0.00062137112

Definition at line 37 of file TinyGPS.h.

◆ _GPS_MPH_PER_KNOT

#define _GPS_MPH_PER_KNOT   1.15077945

Definition at line 34 of file TinyGPS.h.

◆ _GPS_MPS_PER_KNOT

#define _GPS_MPS_PER_KNOT   0.51444444

Definition at line 35 of file TinyGPS.h.

◆ _GPS_VERSION

#define _GPS_VERSION   "1.1.0"

Definition at line 33 of file TinyGPS.h.