![]() |
MHEG5
18.9.0
MHEG5 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 |
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 U8BIT * | PU8BIT |
typedef U8BIT | BOOLEAN |
#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.
Definition at line 99 of file techtype.h.
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.