ESP_IOT v2.5
IOT ESP Coding
RawDegrees Struct Reference

#include <TinyGPS.h>

Collaboration diagram for RawDegrees:
Collaboration graph

Public Member Functions

 RawDegrees ()
 

Public Attributes

uint16_t deg
 
uint32_t billionths
 
bool negative
 

Detailed Description

Definition at line 43 of file TinyGPS.h.

Constructor & Destructor Documentation

◆ RawDegrees()

RawDegrees::RawDegrees ( )
inline

Definition at line 49 of file TinyGPS.h.

Member Data Documentation

◆ billionths

uint32_t RawDegrees::billionths

Definition at line 46 of file TinyGPS.h.

◆ deg

uint16_t RawDegrees::deg

Definition at line 45 of file TinyGPS.h.

◆ negative

bool RawDegrees::negative

Definition at line 47 of file TinyGPS.h.


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