#include <Solar.h>
|
| Solar () |
|
| Solar (float prmLatitude, float prmLongitude, float prmAltitudeFeet, float prmZenithDegrees) |
|
float | calculateSunrise (int year, int month, int day, int localOffset, int daylightSavings) const |
|
float | calculateSunset (int year, int month, int day, int localOffset, int daylightSavings) const |
|
Definition at line 13 of file Solar.h.
◆ Solar() [1/2]
Library::Solar::Solar |
( |
| ) |
|
|
inline |
◆ Solar() [2/2]
Library::Solar::Solar |
( |
float |
prmLatitude, |
|
|
float |
prmLongitude, |
|
|
float |
prmAltitudeFeet, |
|
|
float |
prmZenithDegrees |
|
) |
| |
|
inline |
◆ calculateSunrise()
float Library::Solar::calculateSunrise |
( |
int |
year, |
|
|
int |
month, |
|
|
int |
day, |
|
|
int |
localOffset, |
|
|
int |
daylightSavings |
|
) |
| const |
|
inline |
assert the sun rises on this location (on the specified date)
Definition at line 27 of file Solar.h.
◆ calculateSunset()
float Library::Solar::calculateSunset |
( |
int |
year, |
|
|
int |
month, |
|
|
int |
day, |
|
|
int |
localOffset, |
|
|
int |
daylightSavings |
|
) |
| const |
|
inline |
assert the sun rises on this location (on the specified date)
Definition at line 88 of file Solar.h.
◆ ALTITUDE
float Library::Solar::ALTITUDE = 0.0f |
|
private |
◆ lat
float Library::Solar::lat = 0.0f |
|
private |
◆ lng
float Library::Solar::lng = 0.0f |
|
private |
◆ ZENITH
float Library::Solar::ZENITH = 0.0f |
|
private |
The documentation for this class was generated from the following file: