etsi_its_messages 1.0.0
|
File containing constants that are used in the context of ETIS ITS Messages. More...
#include <iostream>
#include <map>
Go to the source code of this file.
Functions | |
uint16_t | etsi_its_msgs::getLeapSecondInsertionsSince2004 (const uint64_t unix_seconds) |
Get the leap second insertions since 2004 for given unix seconds. | |
Variables | |
const uint64_t | etsi_its_msgs::UNIX_SECONDS_2004 = 1072915200 |
const std::map< uint64_t, uint16_t > | etsi_its_msgs::LEAP_SECOND_INSERTIONS_SINCE_2004 |
std::map that stores all leap second insertions since 2004 with the corresponding unix-date of the insertion | |
File containing constants that are used in the context of ETIS ITS Messages.
Definition in file constants.h.
|
inline |
Get the leap second insertions since 2004 for given unix seconds.
unix_seconds | the current unix seconds for that the leap second insertions since 2004 shall be provided |
Definition at line 60 of file constants.h.
const std::map<uint64_t, uint16_t> etsi_its_msgs::LEAP_SECOND_INSERTIONS_SINCE_2004 |
std::map that stores all leap second insertions since 2004 with the corresponding unix-date of the insertion
Definition at line 45 of file constants.h.
const uint64_t etsi_its_msgs::UNIX_SECONDS_2004 = 1072915200 |
Definition at line 39 of file constants.h.