Utility functions for the ETSI ITS MCM (TR) More...
Go to the source code of this file.
Functions | |
uint64_t | getUnixNanosecondsFromGenerationDeltaTime (const GenerationDeltaTime &generation_delta_time, const uint64_t unix_timestamp_estimate, const uint16_t n_leap_seconds=etsi_its_msgs::LEAP_SECOND_INSERTIONS_SINCE_2004.rbegin() ->second) |
Get the Unix Nanoseconds from Generation Delta Time object. | |
Utility functions for the ETSI ITS MCM (TR)
Definition in file mcm_utils.h.
|
inline |
Get the Unix Nanoseconds from Generation Delta Time object.
generation_delta_time | the GenerationDeltaTime object to get the Unix-Nanoseconds from |
unix_timestamp_estimate | estimated unix-time (in Nanoseconds) to calculate the corresponding generation from |
n_leap_seconds | number of leap-seconds since 2004. (Defaults to the todays number of leap seconds since 2004.) |
Definition at line 46 of file mcm_utils.h.