siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
siderust::CrossingEvent Struct Reference

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
 

Detailed Description

A threshold-crossing event (rising or setting).

Definition at line 26 of file altitude.hpp.

Member Function Documentation

◆ from_c()

static CrossingEvent siderust::CrossingEvent::from_c ( const siderust_crossing_event_t &  c)
inlinestatic

Definition at line 30 of file altitude.hpp.

Referenced by siderust::detail::crossings_from_c().

Member Data Documentation

◆ direction

CrossingDirection siderust::CrossingEvent::direction

Definition at line 28 of file altitude.hpp.

◆ time

MJD siderust::CrossingEvent::time

Definition at line 27 of file altitude.hpp.


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