ROHC internal functions related to time. More...
#include "rohc_time.h"#include <sys/time.h>

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. | |
ROHC internal functions related to time.
| static uint64_t rohc_time_interval | ( | const struct rohc_ts | begin, | |
| const struct rohc_ts | end | |||
| ) | [inline, static] |
Compute the interval of time between 2 timestamps.
| begin | The begin timestamp (in seconds and nanoseconds) | |
| end | The end timestamp (in seconds and nanoseconds) |
1.6.1