ESPHome  2024.4.0
Public Member Functions | Data Fields
esphome::sun::internal::GeoLocation Struct Reference

#include <sun.h>

Public Member Functions

num_t latitude_rad () const
 
num_t longitude_rad () const
 

Data Fields

num_t latitude
 
num_t longitude
 

Detailed Description

Definition at line 22 of file sun.h.

Member Function Documentation

◆ latitude_rad()

num_t esphome::sun::GeoLocation::latitude_rad ( ) const

Definition at line 33 of file sun.cpp.

◆ longitude_rad()

num_t esphome::sun::GeoLocation::longitude_rad ( ) const

Definition at line 34 of file sun.cpp.

Field Documentation

◆ latitude

num_t esphome::sun::internal::GeoLocation::latitude

Definition at line 23 of file sun.h.

◆ longitude

num_t esphome::sun::internal::GeoLocation::longitude

Definition at line 24 of file sun.h.


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