RTP Audio System  2.0.0
tdsystem.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <math.h>
#include <iostream>
#include <endian.h>
#include <stdint.h>

Go to the source code of this file.

Defines

#define OS_Linux   1
#define OS_FreeBSD   2
#define OS_Darwin   3
#define OS_SOLARIS   4

Typedefs

typedef int8_t sbyte
typedef uint8_t ubyte
typedef int8_t int8
typedef uint8_t card8
typedef int16_t int16
typedef uint16_t card16
typedef int32_t int32
typedef int32 integer
typedef uint32_t card32
typedef int64_t int64
typedef uint64_t card64
typedef card32 cardinal

Define Documentation

#define OS_Darwin   3
#define OS_FreeBSD   2
#define OS_Linux   1
#define OS_SOLARIS   4

Typedef Documentation

typedef uint16_t card16

Datatype for storing a 16-bit cardinal.

typedef uint32_t card32

Datatype for storing a 32-bit cardinal.

typedef uint64_t card64

Datatype for storing a 64-bit cardinal.

typedef uint8_t card8

Datatype for storing a 8-bit cardinal.

typedef card32 cardinal

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

typedef int16_t int16

Datatype for storing a 16-bit integer.

typedef int32_t int32

Datatype for storing a 32-bit intger.

typedef int64_t int64

Datatype for storing an 64-bit integer.

typedef int8_t int8

Datatype for storing an 8-bit integer.

typedef int32 integer

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

typedef int8_t sbyte

Datatype for storing a signed char.

typedef uint8_t ubyte

Datatype for storing an unsigned char.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines