ESP_IOT v2.5
IOT ESP Coding
TinyGPS.cpp File Reference
#include "TinyGPS.h"
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
Include dependency graph for TinyGPS.cpp:

Go to the source code of this file.

Macros

#define _RMCterm   "RMC"
 
#define _GGAterm   "GGA"
 
#define COMBINE(sentence_type, term_number)   (((unsigned)(sentence_type) << 5) | term_number)
 

Functions

unsigned long millis ()
 

Macro Definition Documentation

◆ _GGAterm

#define _GGAterm   "GGA"

Definition at line 31 of file TinyGPS.cpp.

◆ _RMCterm

#define _RMCterm   "RMC"

Definition at line 30 of file TinyGPS.cpp.

◆ COMBINE

#define COMBINE (   sentence_type,
  term_number 
)    (((unsigned)(sentence_type) << 5) | term_number)

Definition at line 166 of file TinyGPS.cpp.

Function Documentation

◆ millis()

unsigned long millis ( )

Definition at line 35 of file TinyGPS.cpp.

Here is the caller graph for this function: