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

An azimuth bearing-crossing event. More...

#include <siderust/azimuth.hpp>

Static Public Member Functions

static AzimuthCrossingEvent from_c (const siderust_azimuth_crossing_event_t &c)
 

Public Attributes

Time< TT, MJDtime
 Epoch of the crossing (Time<TT, MJD>).
 
CrossingDirection direction
 Whether the azimuth is increasing or decreasing.
 

Detailed Description

An azimuth bearing-crossing event.

Definition at line 46 of file azimuth.hpp.

Member Function Documentation

◆ from_c()

static AzimuthCrossingEvent siderust::AzimuthCrossingEvent::from_c ( const siderust_azimuth_crossing_event_t &  c)
inlinestatic

Definition at line 50 of file azimuth.hpp.

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

Member Data Documentation

◆ direction

CrossingDirection siderust::AzimuthCrossingEvent::direction

Whether the azimuth is increasing or decreasing.

Definition at line 48 of file azimuth.hpp.

◆ time

Time<TT, MJD> siderust::AzimuthCrossingEvent::time

Epoch of the crossing (Time<TT, MJD>).

Definition at line 47 of file azimuth.hpp.


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