SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include "rtpconfig.h"
#include "rtptypes.h"
#include <sys/time.h>
#include <time.h>
#include <errno.h>
#include "export.h"
Go to the source code of this file.
Classes | |
class | qrtplib::RTPNTPTime |
class | qrtplib::RTPTime |
class | qrtplib::RTPTimeInitializerObject |
Namespaces | |
qrtplib | |
Macros | |
#define | RTP_NTPTIMEOFFSET 2208988800UL |
#define | C1000000 1000000ULL |
#define | CEPOCH 11644473600000000ULL |
Functions | |
double | qrtplib::RTPTime_timespecToDouble (struct timespec &ts) |
#define C1000000 1000000ULL |
Definition at line 59 of file rtptimeutilities.h.
Referenced by qrtplib::RTPTime::GetMicroSeconds().
#define CEPOCH 11644473600000000ULL |
Definition at line 60 of file rtptimeutilities.h.
Referenced by qrtplib::RTPTime::GetMicroSeconds().
#define RTP_NTPTIMEOFFSET 2208988800UL |
Definition at line 53 of file rtptimeutilities.h.
Referenced by qrtplib::RTPTime::GetNTPTime(), and qrtplib::RTPTime::RTPTime().