3#include "uvgrtp/export.hh"
24 UVGRTP_EXPORT uint64_t
now();
37 UVGRTP_EXPORT uint64_t
diff(uint64_t ntp1, uint64_t ntp2);
50 UVGRTP_EXPORT uint64_t
diff_now(uint64_t then);
53 UVGRTP_EXPORT uint64_t jiffies_to_ms(uint64_t jiffies);
57namespace uvg_rtp = uvgrtp;
UVGRTP_EXPORT uint64_t diff_now(uint64_t then)
Calculate the time difference of two NTP times.
UVGRTP_EXPORT uint64_t now()
Get current time in NTP units.
UVGRTP_EXPORT uint64_t diff(uint64_t ntp1, uint64_t ntp2)
Calculate the time difference of two NTP times.