Pico GPS Teseo I2C
Loading...
Searching...
No Matches
nmea::nmea Class Referenceexport
module nmea
Collaboration diagram for nmea::nmea:
Collaboration graph

Public Member Functions

 nmea ()=delete
 

Static Public Member Functions

static talker_id talker (const std::string_view &sv)
 
static talker_id system (const std::string_view &sv)
 
static float coord (const unsigned int degrees_chars, const std::string_view &sv)
 
static direction dir (const std::string_view &sv)
 
static void time (const std::string_view &sv, time_t &t)
 
static void date (const std::string_view &sv, std::chrono::year_month_day &d)
 
static bool valid (const std::string_view &sv)
 
static quality qual (const std::string_view &sv)
 

Detailed Description

Definition at line 45 of file nmea_iface.cpp.

Constructor & Destructor Documentation

◆ nmea()

nmea::nmea::nmea ( )
exportdelete

Member Function Documentation

◆ coord()

float nmea::nmea::coord ( const unsigned int degrees_chars,
const std::string_view & sv )
staticexport

Definition at line 56 of file nmea.cpp.

◆ date()

void nmea::nmea::date ( const std::string_view & sv,
std::chrono::year_month_day & d )
staticexport

Definition at line 92 of file nmea.cpp.

◆ dir()

direction nmea::nmea::dir ( const std::string_view & sv)
staticexport

Definition at line 64 of file nmea.cpp.

◆ qual()

quality nmea::nmea::qual ( const std::string_view & sv)
staticexport

Definition at line 113 of file nmea.cpp.

◆ system()

talker_id nmea::nmea::system ( const std::string_view & sv)
staticexport

Definition at line 40 of file nmea.cpp.

◆ talker()

talker_id nmea::nmea::talker ( const std::string_view & sv)
staticexport

Definition at line 22 of file nmea.cpp.

◆ time()

void nmea::nmea::time ( const std::string_view & sv,
time_t & t )
staticexport

Definition at line 82 of file nmea.cpp.

◆ valid()

bool nmea::nmea::valid ( const std::string_view & sv)
staticexport

Definition at line 107 of file nmea.cpp.


The documentation for this class was generated from the following files: