siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
time.hpp
Go to the documentation of this file.
1#pragma once
2
12#include <tempoch/tempoch.hpp>
13
14namespace siderust {
15
16using UTC = tempoch::UTC;
17using JulianDate = tempoch::JulianDate;
18using MJD = tempoch::MJD;
19using Period = tempoch::Period;
20
21} // namespace siderust
tempoch::Period Period
Definition time.hpp:19
tempoch::MJD MJD
Definition time.hpp:18
tempoch::JulianDate JulianDate
Definition time.hpp:17
tempoch::UTC UTC
Definition time.hpp:16