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.
Classes | Namespaces | Macros | Functions
rtptimeutilities.h File Reference
#include "rtpconfig.h"
#include "rtptypes.h"
#include <sys/time.h>
#include <time.h>
#include <errno.h>
#include "export.h"
+ Include dependency graph for rtptimeutilities.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ C1000000

#define C1000000   1000000ULL

Definition at line 59 of file rtptimeutilities.h.

Referenced by qrtplib::RTPTime::GetMicroSeconds().

◆ CEPOCH

#define CEPOCH   11644473600000000ULL

Definition at line 60 of file rtptimeutilities.h.

Referenced by qrtplib::RTPTime::GetMicroSeconds().

◆ RTP_NTPTIMEOFFSET

#define RTP_NTPTIMEOFFSET   2208988800UL

Definition at line 53 of file rtptimeutilities.h.

Referenced by qrtplib::RTPTime::GetNTPTime(), and qrtplib::RTPTime::RTPTime().