![]() |
siderust-cpp
Header-only C++ wrapper for siderust
|
Options for altitude search algorithms. More...
#include <siderust/altitude.hpp>
Public Member Functions | |
| SearchOptions ()=default | |
| SearchOptions & | with_scan_step (double step) |
| Set a custom scan step. | |
| SearchOptions & | with_tolerance (double tol) |
| Set time tolerance. | |
| siderust_search_opts_t | to_c () const |
Public Attributes | |
| double | time_tolerance_days = 1e-9 |
| double | scan_step_days = 0.0 |
| bool | has_scan_step = false |
Options for altitude search algorithms.
Definition at line 55 of file altitude.hpp.
|
default |
|
inline |
Definition at line 75 of file altitude.hpp.
References has_scan_step, scan_step_days, and time_tolerance_days.
|
inline |
Set a custom scan step.
Definition at line 63 of file altitude.hpp.
References has_scan_step, and scan_step_days.
Referenced by main().
|
inline |
Set time tolerance.
Definition at line 70 of file altitude.hpp.
References time_tolerance_days.
Referenced by main().
| bool siderust::SearchOptions::has_scan_step = false |
Definition at line 58 of file altitude.hpp.
Referenced by to_c(), and with_scan_step().
| double siderust::SearchOptions::scan_step_days = 0.0 |
Definition at line 57 of file altitude.hpp.
Referenced by to_c(), and with_scan_step().
| double siderust::SearchOptions::time_tolerance_days = 1e-9 |
Definition at line 56 of file altitude.hpp.
Referenced by to_c(), and with_tolerance().