Skip to content

ADLX Primitive Data Types

This section provides definitions for ADLX primitive data types.

Requirements

Headerinclude “ADLXDefines.h”
Minimum version1.0
ADLX TypeDescription
adlx_int64adlx_int64 is typedef of int64_t
adlx_int32adlx_int32 is typedef of int32_t
adlx_int16adlx_int16 is typedef of int16_t
adlx_int8adlx_int8 is typedef of int8_t
adlx_uint64adlx_uint64 is typedef of uint64_t
adlx_uint32adlx_uint32 is typedef of uint32_t
adlx_uint16adlx_uint16 is typedef of uint16_t
adlx_uint8adlx_uint8 is typedef of uint8_t
adlx_sizeadlx_size is typedef of size_t
adlx_handleadlx_handle is typedef of void*
adlx_doubleadlx_double is typedef of double
adlx_floatadlx_float is typedef of float
adlx_voidadlx_void is typedef of void
adlx_intadlx_int is typedef of adlx_int32
adlx_uintadlx_uint is typedef of adlx_uint32
adlx_ulongadlx_ulong is typedef of unsigned long
adlx_booladlx_bool is typedef of bool

Requirements

Headerinclude “ADLXStructures.h”
Minimum version1.0