ROHC compression/decompression library
|
ROHC internal functions related to time. More...
Go to the source code of this file.
Functions | |
static uint64_t | rohc_time_interval (const struct rohc_ts begin, const struct rohc_ts end) |
Compute the interval of time between 2 timestamps. More... | |
ROHC internal functions related to time.
|
inlinestatic |
Compute the interval of time between 2 timestamps.
begin | The begin timestamp (in seconds and nanoseconds) |
end | The end timestamp (in seconds and nanoseconds) |