MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
 
#define PRT_S32   "%d"
 
#define PRT_U32   "%u"
 

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 U8BITpU8BIT
 
typedef U8BIT BOOLEAN
 

Detailed Description

System Wide Global Technical Data Type Definitions.

Date
August 2006
Author
Paul Marshall

Macro Definition Documentation

#define FALSE   0
#define PRT_S32   "%d"
#define PRT_U32   "%u"
#define TRUE   1
#define USE_UNWANTED_PARAM (   param)    param = param

Typedef Documentation

typedef U8BIT BOOLEAN
typedef U8BIT* pU8BIT
typedef int16_t S16BIT
typedef int32_t S32BIT
typedef int8_t S8BIT
typedef uint16_t U16BIT
typedef uint32_t U32BIT
typedef uint8_t U8BIT