AEESTD
Standard definitions and Error codes
standard data type definitions

Typedefs

typedef unsigned char boolean
 
typedef uint32_t uint32
 
typedef unsigned short uint16
 
typedef unsigned char uint8
 
typedef int32_t int32
 
typedef signed short int16
 
typedef signed char int8
 
typedef __int64 int64
 
typedef unsigned __int64 uint64
 
typedef unsigned char byte
 

Detailed Description

Typedef Documentation

◆ boolean

typedef unsigned char boolean

Boolean value type.

◆ byte

typedef unsigned char byte

byte type

◆ int16

typedef signed short int16

Signed 16-bit value

◆ int32

typedef int32_t int32

Signed 32-bit value

◆ int64

typedef __int64 int64

Signed 64-bit value

◆ int8

typedef signed char int8

Signed 8-bit value

◆ uint16

typedef unsigned short uint16

Unsigned 16-bit value

◆ uint32

typedef uint32_t uint32

Unsigned 32-bit value

◆ uint64

typedef unsigned __int64 uint64

Unsigned 64-bit value

◆ uint8

typedef unsigned char uint8

Unsigned 8-bit value