ESPHome  2024.4.0
Public Member Functions | Protected Attributes
esphome::gps::GPSListener Class Referenceabstract

#include <gps.h>

Inheritance diagram for esphome::gps::GPSListener:
esphome::gps::GPSTime

Public Member Functions

virtual void on_update (TinyGPSPlus &tiny_gps)=0
 
TinyGPSPlus & get_tiny_gps ()
 

Protected Attributes

friend GPS
 
GPSparent_
 

Detailed Description

Definition at line 17 of file gps.h.

Member Function Documentation

◆ get_tiny_gps()

TinyGPSPlus & esphome::gps::GPSListener::get_tiny_gps ( )

Definition at line 11 of file gps.cpp.

◆ on_update()

virtual void esphome::gps::GPSListener::on_update ( TinyGPSPlus &  tiny_gps)
pure virtual

Implemented in esphome::gps::GPSTime.

Field Documentation

◆ GPS

friend esphome::gps::GPSListener::GPS
protected

Definition at line 23 of file gps.h.

◆ parent_

GPS* esphome::gps::GPSListener::parent_
protected

Definition at line 25 of file gps.h.


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