lin_types.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  lin_product_id_t
 Product id structure Implements : lin_product_id_t_Class. More...
 

Typedefs

typedef unsigned char l_u8
 Unsigned 8 bit integer Implements : l_u8_Class. More...
 
typedef unsigned short int l_u16
 Unsigned 16 bit integer Implements : l_u16_Class. More...
 
typedef unsigned long l_u32
 Unsigned 32 bit integer Implements : l_u32_Class. More...
 
typedef bool l_bool
 0 is false, and non-zero (>0) is true Implements : l_bool_Class More...
 

Typedef Documentation

typedef bool l_bool

0 is false, and non-zero (>0) is true Implements : l_bool_Class

Definition at line 48 of file lin_types.h.

typedef unsigned short int l_u16

Unsigned 16 bit integer Implements : l_u16_Class.

Definition at line 36 of file lin_types.h.

typedef unsigned long l_u32

Unsigned 32 bit integer Implements : l_u32_Class.

Definition at line 42 of file lin_types.h.

typedef unsigned char l_u8

Unsigned 8 bit integer Implements : l_u8_Class.

Definition at line 30 of file lin_types.h.