14namespace etsi_its_msgs {
16const uint64_t UNIX_SECONDS_2004 = 1072915200;
23 {UNIX_SECONDS_2004, 0},
48constexpr const double ONE_D_GAUSSIAN_FACTOR = 2.0;
52constexpr const double TWO_D_GAUSSIAN_FACTOR = 2.4477;
57template <
typename SemiAxisLength,
typename = std::
void_t<>>
59 static constexpr int value = 1;
63template <
typename SemiAxisLength>
65 static constexpr int value = SemiAxisLength::ONE_CENTIMETER;
uint16_t getLeapSecondInsertionsSince2004(const uint64_t unix_seconds)
Get the leap second insertions since 2004 for given unix seconds.
const std::map< uint64_t, uint16_t > LEAP_SECOND_INSERTIONS_SINCE_2004
std::map that stores all leap second insertions since 2004 with the corresponding unix-date of the in...