MHEG5  18.9.0
MHEG5 Documentation
Macros | Typedefs
techtype.h File Reference

System Wide Global Technical Data Type Definitions. More...

#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Macros

#define USE_UNWANTED_PARAM(param)   param = param
 
#define FALSE   0
 
#define TRUE   1
 

Typedefs

typedef uint8_t U8BIT
 
typedef int8_t S8BIT
 
typedef uint16_t U16BIT
 
typedef int16_t S16BIT
 
typedef uint32_t U32BIT
 
typedef int32_t S32BIT
 
typedef void * PVOID
 
typedef U8BITPU8BIT
 
typedef U8BIT BOOLEAN
 

Detailed Description

System Wide Global Technical Data Type Definitions.

Date
August 2006
Author
Paul Marshall

Definition in file techtype.h.

Macro Definition Documentation

#define FALSE   0

Definition at line 68 of file techtype.h.

#define TRUE   1

Definition at line 69 of file techtype.h.

#define USE_UNWANTED_PARAM (   param)    param = param

Definition at line 48 of file techtype.h.

Typedef Documentation

typedef U8BIT BOOLEAN

Definition at line 99 of file techtype.h.

typedef U8BIT* PU8BIT

Definition at line 98 of file techtype.h.

typedef void* PVOID

Definition at line 97 of file techtype.h.

typedef int16_t S16BIT

Definition at line 85 of file techtype.h.

typedef int32_t S32BIT

Definition at line 87 of file techtype.h.

typedef int8_t S8BIT

Definition at line 83 of file techtype.h.

typedef uint16_t U16BIT

Definition at line 84 of file techtype.h.

typedef uint32_t U32BIT

Definition at line 86 of file techtype.h.

typedef uint8_t U8BIT

Definition at line 82 of file techtype.h.