AssetTrackerRK
Public Member Functions
TinyGPSCourse Struct Reference

Class to hold course data and return the direction in degrees 0 <= deg < 360. More...

#include <TinyGPS++.h>

Inheritance diagram for TinyGPSCourse:
TinyGPSDecimal

Public Member Functions

double deg ()
 Returns the course (direction you are heading) in degrees. More...
 
- Public Member Functions inherited from TinyGPSDecimal
bool isValid () const
 Returns true if the data is valid. More...
 
bool isUpdated () const
 Returns true if the value has been updated. More...
 
uint32_t age () const
 Returns the age of the value in milliseconds. More...
 
int32_t value ()
 Returns the current value and clears the updated flag.
 
void invalidate ()
 Sets the valid flag to false (marks data as invalid) More...
 
 TinyGPSDecimal ()
 Constructor.
 

Detailed Description

Class to hold course data and return the direction in degrees 0 <= deg < 360.

Member Function Documentation

◆ deg()

double TinyGPSCourse::deg ( )
inline

Returns the course (direction you are heading) in degrees.

0 <= deg < 360


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