Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
inttypes.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned char uint8_t
 
typedef signed char int8_t
 
typedef unsigned short uint16_t
 
typedef signed short int16_t
 
typedef unsigned long uint32_t
 
typedef signed long int32_t
 
typedef unsigned long long uint64_t
 
typedef signed long long int64_t
 

Enumerations

enum  boolean { False, True, False, True }
 

Typedef Documentation

◆ int16_t

typedef signed short int16_t

Definition at line 17 of file inttypes.h.

◆ int32_t

typedef signed long int32_t

Definition at line 19 of file inttypes.h.

◆ int64_t

typedef signed long long int64_t

Definition at line 21 of file inttypes.h.

◆ int8_t

typedef signed char int8_t

Definition at line 15 of file inttypes.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 16 of file inttypes.h.

◆ uint32_t

typedef unsigned long uint32_t

Definition at line 18 of file inttypes.h.

◆ uint64_t

typedef unsigned long long uint64_t

Definition at line 20 of file inttypes.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 14 of file inttypes.h.

Enumeration Type Documentation

◆ boolean

enum boolean
Enumerator
False 
True 
False 
True 

Definition at line 23 of file inttypes.h.