Sens'it SDK  v2.0.0
Macros | Typedefs
sensit_types.h File Reference

Sens'it SDK type definitions. More...

Go to the source code of this file.

Macros

#define NULL   (void*)0
 
#define TRUE   (bool)(1)
 
#define FALSE   (bool)(0)
 

Typedefs

typedef unsigned char u8
 
typedef unsigned short u16
 
typedef unsigned long u32
 
typedef signed char s8
 
typedef signed short s16
 
typedef signed long s32
 
typedef unsigned char bool
 
typedef unsigned char error_t
 

Detailed Description

Sens'it SDK type definitions.


Author
Sens'it Team

Macro Definition Documentation

◆ NULL

#define NULL   (void*)0

Null pointer

◆ TRUE

#define TRUE   (bool)(1)

Boolean true

◆ FALSE

#define FALSE   (bool)(0)

Boolean false

Typedef Documentation

◆ u8

typedef unsigned char u8

Unsigned 8 bits type

◆ u16

typedef unsigned short u16

Unsigned 16 bits type

◆ u32

typedef unsigned long u32

Unsigned 32 bits type

◆ s8

typedef signed char s8

Signed 8 bits type

◆ s16

typedef signed short s16

Signed 16 bits type

◆ s32

typedef signed long s32

Signed 32 bits type

◆ bool

typedef unsigned char bool

Boolean type

◆ error_t

typedef unsigned char error_t

Sens'it error type