ccRTP 2.1.2
|
RTCPCompoundHandler class implementation. More...
Go to the source code of this file.
Functions | |
timeval | NTP2Timeval (uint32 msw, uint32 lsw) |
Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value. More... | |
uint32 | timevalIntervalTo65536 (timeval &t) |
Convert a time interval, expressed as a timeval, into a 32-bit time interval expressed in units of 1/65536 seconds. More... | |
timeval | microtimeout2Timeval (microtimeout_t to) |
Convert a time interval, expressed as a microtimeout_t (number of microseconds), into a timeval value. More... | |
RTCPCompoundHandler class implementation.
Definition in file rtcppkt.cpp.
timeval microtimeout2Timeval | ( | microtimeout_t | to | ) |
Convert a time interval, expressed as a microtimeout_t (number of microseconds), into a timeval value.
to | time interval, in microseconds. |
Definition at line 76 of file rtcppkt.cpp.