MeterLogger
Typedefs
typedef.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef char I8
 
typedef unsigned char U8
 
typedef short I16
 
typedef unsigned short U16
 
typedef long I32
 
typedef unsigned long U32
 
typedef unsigned long long U64
 

Detailed Description

Standard Types definition

Definition in file typedef.h.

Typedef Documentation

◆ I16

typedef short I16

Definition at line 11 of file typedef.h.

◆ I32

typedef long I32

Definition at line 13 of file typedef.h.

◆ I8

typedef char I8

Definition at line 9 of file typedef.h.

◆ U16

typedef unsigned short U16

Definition at line 12 of file typedef.h.

◆ U32

typedef unsigned long U32

Definition at line 14 of file typedef.h.

◆ U64

typedef unsigned long long U64

Definition at line 15 of file typedef.h.

◆ U8

typedef unsigned char U8

Definition at line 10 of file typedef.h.