Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
edltypes.h File Reference

EDL "standard" types including known bit-length signed and unsigned integer type[def]s and definitions of EDL_TRUE and EDL_FALSE. More...

#include <stddef.h>
#include "platform.h"
#include <edl/edlnamespaces.h>
Include dependency graph for edltypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define E_FALSE   0
#define E_TRUE   1
#define UNREFERENCED_PARAMETER(P)
#define EDL_API

Typedefs

typedef signed short int16
typedef signed int int32
typedef signed long long int64
typedef unsigned char uint8
typedef unsigned short uint16
typedef unsigned int uint32
typedef unsigned long long uint64

Variables

_BEGIN_HQN_NAMESPACE typedef signed char int8

Detailed Description

EDL "standard" types including known bit-length signed and unsigned integer type[def]s and definitions of EDL_TRUE and EDL_FALSE.

Macro Definition Documentation

◆ E_FALSE

#define E_FALSE   0

◆ E_TRUE

#define E_TRUE   1

◆ EDL_API

#define EDL_API

◆ UNREFERENCED_PARAMETER

#define UNREFERENCED_PARAMETER ( P)
Value:
(void)(P)

Typedef Documentation

◆ int16

typedef signed short int16

◆ int32

typedef signed int int32

◆ int64

typedef signed long long int64

◆ uint16

typedef unsigned short uint16

◆ uint32

typedef unsigned int uint32

◆ uint64

typedef unsigned long long uint64

◆ uint8

typedef unsigned char uint8

Variable Documentation

◆ int8

_BEGIN_HQN_NAMESPACE typedef signed char int8