RTP Trace System  1.0
system.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <iostream.h>
#include <string.h>
#include <math.h>
#include <endian.h>
#include <ctype.h>
#include "tools.h"

Go to the source code of this file.

Defines

#define USE_TRAFFICSHAPER
#define _THREAD_SAFE
#define _GNU_SOURCE
#define USE_PTHREADS
#define CPU_BYTEORDER   __BYTE_ORDER

Typedefs

typedef signed char sbyte
typedef unsigned char ubyte
typedef signed char int8
typedef unsigned char card8
typedef signed short int16
typedef unsigned short card16
typedef signed int int32
typedef signed int integer
typedef unsigned int card32
typedef signed long long int64
typedef unsigned long long card64
typedef unsigned int cardinal

Define Documentation

#define _GNU_SOURCE
#define _THREAD_SAFE
#define CPU_BYTEORDER   __BYTE_ORDER
#define USE_PTHREADS

Typedef Documentation

typedef unsigned short card16

Datatype for storing a 16-bit cardinal.

typedef unsigned int card32

Datatype for storing a 32-bit cardinal.

typedef unsigned long long card64

Datatype for storing a 64-bit cardinal.

typedef unsigned char card8

Datatype for storing a 8-bit cardinal.

typedef unsigned int cardinal

Datatype for storing a default-sized cardinal (32 bits minimum).

typedef signed short int16

Datatype for storing a 16-bit integer.

typedef signed int int32

Datatype for storing a 32-bit intger.

typedef signed long long int64

Datatype for storing an 64-bit integer.

typedef signed char int8

Datatype for storing an 8-bit integer.

typedef signed int integer

Datatype for storing a default-sized integer (32 bits minimum).

typedef signed char sbyte

Datatype for storing a signed char.

typedef unsigned char ubyte

Datatype for storing an unsigned char.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines