|
MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
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 U8BIT * | pU8BIT |
| typedef U8BIT | BOOLEAN |
System Wide Global Technical Data Type Definitions.
| #define FALSE 0 |
| #define PRT_S32 "%d" |
| #define PRT_U32 "%u" |
| #define TRUE 1 |
| #define USE_UNWANTED_PARAM | ( | param | ) | param = param |
| typedef int16_t S16BIT |
| typedef int32_t S32BIT |
| typedef int8_t S8BIT |
| typedef uint16_t U16BIT |
| typedef uint32_t U32BIT |
| typedef uint8_t U8BIT |