![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
A principal lunar phase event (new moon, first quarter, etc.). More...
#include <siderust/lunar_phase.hpp>
Static Public Member Functions | |
| static PhaseEvent | from_c (const siderust_phase_event_t &c) |
Public Attributes | |
| Time< TT, MJD > | time |
| Epoch of the event (Time<TT, MJD>). | |
| PhaseKind | kind |
| Which principal phase occurred. | |
A principal lunar phase event (new moon, first quarter, etc.).
Definition at line 73 of file lunar_phase.hpp.
|
inlinestatic |
Definition at line 77 of file lunar_phase.hpp.
Referenced by siderust::detail::phase_events_from_c().
| PhaseKind siderust::PhaseEvent::kind |
Which principal phase occurred.
Definition at line 75 of file lunar_phase.hpp.
Epoch of the event (Time<TT, MJD>).
Definition at line 74 of file lunar_phase.hpp.