siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
time.hpp File Reference

Re-exports tempoch C++ types into the siderust namespace. More...

#include <tempoch/tempoch.hpp>
Include dependency graph for time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  siderust
 

Typedefs

using siderust::UTC = tempoch::UTC
 
using siderust::JulianDate = tempoch::JulianDate
 
using siderust::MJD = tempoch::MJD
 
using siderust::Period = tempoch::Period
 

Detailed Description

Re-exports tempoch C++ types into the siderust namespace.

The canonical implementations live in tempoch-cpp (namespace tempoch). This header provides backward-compatible aliases so that existing code using siderust::JulianDate, siderust::MJD, etc. continues to compile.

Definition in file time.hpp.