ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
private.h File Reference

Declaration of ccRTP internal stuff. More...

#include <commoncpp/config.h>
#include <commoncpp/thread.h>
#include <commoncpp/socket.h>
#include <commoncpp/udp.h>
#include <commoncpp/process.h>
#include <commoncpp/export.h>
#include <ccrtp-config.h>
Include dependency graph for private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define I(e)   /* empty */
 
#define DL(e)   /* empty */
 
#define VDL(e)   /* empty */
 

Functions

uint32 random32 ()
 
uint16 random16 ()
 

Variables

NAMESPACE_COMMONCPP const uint32 NTP_EPOCH_OFFSET = static_cast<uint32>(2208992400ul)
 

Detailed Description

Declaration of ccRTP internal stuff.

This header includes the autogenerated config.h, the general header (rtp.h) and the nana assertion checking library headers. It also defines common macros and constants.

Definition in file private.h.

Macro Definition Documentation

#define DL (   e)    /* empty */

Definition at line 109 of file private.h.

#define I (   e)    /* empty */

Definition at line 108 of file private.h.

#define VDL (   e)    /* empty */

Definition at line 110 of file private.h.

Function Documentation

uint16 random16 ( )

Definition at line 514 of file queue.cpp.

uint32 random32 ( )

Definition at line 492 of file queue.cpp.

Variable Documentation

NAMESPACE_COMMONCPP const uint32 NTP_EPOCH_OFFSET = static_cast<uint32>(2208992400ul)

Definition at line 142 of file private.h.