Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>
+ Include dependency graph for common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COMMON_INT_TYPES
 

Typedefs

typedef int8_t s8
 Signed 8-bit integer. More...
 
typedef int16_t s16
 Signed 16-bit integer. More...
 
typedef int32_t s32
 Signed 32-bit integer. More...
 
typedef int64_t s64
 Signed 64-bit integer. More...
 
typedef uint8_t u8
 Unsigned 8-bit integer. More...
 
typedef uint16_t u16
 Unsigned 16-bit integer. More...
 
typedef uint32_t u32
 Unsigned 32-bit integer. More...
 
typedef uint64_t u64
 Unsigned 64-bit integer. More...
 

Macro Definition Documentation

#define COMMON_INT_TYPES

Definition at line 23 of file common.h.