![]() |
siderust-cpp
Header-only C++ wrapper for siderust
|
A threshold-crossing event (rising or setting). More...
#include <siderust/altitude.hpp>
Static Public Member Functions | |
| static CrossingEvent | from_c (const siderust_crossing_event_t &c) |
Public Attributes | |
| MJD | time |
| CrossingDirection | direction |
A threshold-crossing event (rising or setting).
Definition at line 26 of file altitude.hpp.
|
inlinestatic |
Definition at line 30 of file altitude.hpp.
Referenced by siderust::detail::crossings_from_c().
| CrossingDirection siderust::CrossingEvent::direction |
Definition at line 28 of file altitude.hpp.
| MJD siderust::CrossingEvent::time |
Definition at line 27 of file altitude.hpp.