![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
Public siderust time tags and typed time/period aliases. More...
#include <tempoch/tempoch.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | siderust |
Typedefs | |
| using | siderust::CivilTime = tempoch::CivilTime |
| using | siderust::TimeContext = tempoch::TimeContext |
| using | siderust::TT = tempoch::scale::TT |
| using | siderust::UTC = tempoch::scale::UTC |
| using | siderust::UT1 = tempoch::scale::UT1 |
| using | siderust::TDB = tempoch::scale::TDB |
| using | siderust::TCG = tempoch::scale::TCG |
| using | siderust::TCB = tempoch::scale::TCB |
| using | siderust::TAI = tempoch::scale::TAI |
| using | siderust::GPST = tempoch::scale::GPST |
| using | siderust::JD = tempoch::format::JD |
| using | siderust::MJD = tempoch::format::MJD |
| using | siderust::Unix = tempoch::format::Unix |
| using | siderust::GPS = tempoch::format::GPS |
| using | siderust::J2000s = tempoch::format::J2000s |
| using | siderust::Calendar = CivilTime |
| template<typename Scale , typename Format > | |
| using | siderust::Time = tempoch::EncodedTime< Scale, Format > |
| template<typename Scale , typename Format > | |
| using | siderust::Period = tempoch::Period< Time< Scale, Format > > |
| template<typename Scale > | |
| using | siderust::TimeAxis = tempoch::Time< Scale > |
| template<typename Scale > | |
| using | siderust::J2000Seconds = tempoch::J2000Seconds< Scale > |
Public siderust time tags and typed time/period aliases.
Definition in file time.hpp.