tempoch-cpp 0.5.3
Header-only C++ wrapper for tempoch
Loading...
Searching...
No Matches
tempoch.hpp
Go to the documentation of this file.
1#pragma once
2
35#include "constants.hpp"
36#include "data_status.hpp"
37#include "eop.hpp"
38#include "ffi_core.hpp"
39#include "formats/formats.hpp"
40#include "gnss_week.hpp"
41#include "period.hpp"
42#include "scales/scales.hpp"
43#include "time.hpp"
44#include "time_base.hpp"
Named astronomical and time-system constants from tempoch.
Active time-data status mirroring tempoch::time_data_status.
C++ wrapper for IERS Earth Orientation Parameters (EOP).
Error handling for the tempoch C++ wrapper.
Time-format tag types for the tempoch C++ API.
GNSS week-number decomposition mirroring tempoch::GnssWeek.
Generic time periods parameterised by a typed time representation.
Time-scale tag types for the tempoch C++ API.
Public aliases for tempoch time encodings.
Core Time<S>, EncodedTime<S, F>, and TimeContext types.