|
Time Shield Library
C++ library for working with time
|
Lunar quarter instants (Unix UTC seconds, floating). More...
#include <MoonPhase.hpp>
Public Attributes | |
| double | previous_new_unix_s = 0.0 |
| Previous new moon instant (Unix UTC seconds, double). | |
| double | previous_first_quarter_unix_s = 0.0 |
| Previous first quarter instant (Unix UTC seconds, double). | |
| double | previous_full_unix_s = 0.0 |
| Previous full moon instant (Unix UTC seconds, double). | |
| double | previous_last_quarter_unix_s = 0.0 |
| Previous last quarter instant (Unix UTC seconds, double). | |
| double | next_new_unix_s = 0.0 |
| Next new moon instant (Unix UTC seconds, double). | |
| double | next_first_quarter_unix_s = 0.0 |
| Next first quarter instant (Unix UTC seconds, double). | |
| double | next_full_unix_s = 0.0 |
| Next full moon instant (Unix UTC seconds, double). | |
| double | next_last_quarter_unix_s = 0.0 |
| Next last quarter instant (Unix UTC seconds, double). | |
Lunar quarter instants (Unix UTC seconds, floating).
Definition at line 37 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::next_first_quarter_unix_s = 0.0 |
Next first quarter instant (Unix UTC seconds, double).
Definition at line 43 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::next_full_unix_s = 0.0 |
Next full moon instant (Unix UTC seconds, double).
Definition at line 44 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::next_last_quarter_unix_s = 0.0 |
Next last quarter instant (Unix UTC seconds, double).
Definition at line 45 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::next_new_unix_s = 0.0 |
Next new moon instant (Unix UTC seconds, double).
Definition at line 42 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::previous_first_quarter_unix_s = 0.0 |
Previous first quarter instant (Unix UTC seconds, double).
Definition at line 39 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::previous_full_unix_s = 0.0 |
Previous full moon instant (Unix UTC seconds, double).
Definition at line 40 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::previous_last_quarter_unix_s = 0.0 |
Previous last quarter instant (Unix UTC seconds, double).
Definition at line 41 of file MoonPhase.hpp.
| double time_shield::astronomy::MoonQuarterInstants::previous_new_unix_s = 0.0 |
Previous new moon instant (Unix UTC seconds, double).
Definition at line 38 of file MoonPhase.hpp.