37namespace etsi_its_msgs {
39const uint64_t UNIX_SECONDS_2004 = 1072915200;
46 {UNIX_SECONDS_2004, 0},
71constexpr const double ONE_D_GAUSSIAN_FACTOR = 2.0;
75constexpr const double TWO_D_GAUSSIAN_FACTOR = 2.4477;
80template <
typename SemiAxisLength,
typename = std::
void_t<>>
82 static constexpr int value = 1;
86template <
typename SemiAxisLength>
88 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...