tempoch-cpp
0.5.3
Header-only C++ wrapper for tempoch
Loading...
Searching...
No Matches
time.hpp
Go to the documentation of this file.
1
#pragma once
2
8
#include "
time_base.hpp
"
9
10
namespace
tempoch
{
11
12
template
<
typename
S>
using
JulianDate
=
EncodedTime<S, format::JD>
;
13
template
<
typename
S>
using
ModifiedJulianDate
=
EncodedTime<S, format::MJD>
;
14
template
<
typename
S>
using
J2000Seconds
=
EncodedTime<S, format::J2000s>
;
15
16
using
UnixTime
=
EncodedTime<scale::UTC, format::Unix>
;
17
using
GpsTime
=
EncodedTime<scale::TAI, format::GPS>
;
18
19
}
// namespace tempoch
tempoch::EncodedTime
A typed external encoding of a time instant on scale S.
Definition
time_base.hpp:312
tempoch
Definition
civil_time.hpp:15
time_base.hpp
Core Time<S>, EncodedTime<S, F>, and TimeContext types.
include
tempoch
time.hpp
Generated by
1.9.8