Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
inttypes.h
Go to the documentation of this file.
1
/******************************************************************************
2
*
3
* $RCSfile$
4
* $Revision$
5
*
6
* This module defines some regularly used typedefs
7
*
8
*****************************************************************************/
9
10
#ifndef INC_TYPES_H
11
#define INC_TYPES_H
12
13
/* typedefs are here */
14
typedef
unsigned
char
uint8_t
;
15
typedef
signed
char
int8_t
;
16
typedef
unsigned
short
uint16_t
;
17
typedef
signed
short
int16_t
;
18
typedef
unsigned
long
uint32_t
;
19
typedef
signed
long
int32_t
;
20
typedef
unsigned
long
long
uint64_t
;
21
typedef
signed
long
long
int64_t
;
22
23
typedef
enum
{
False
,
True
}
boolean
;
24
25
#endif
uint8_t
unsigned char uint8_t
Definition:
inttypes.h:14
int32_t
signed long int32_t
Definition:
inttypes.h:19
uint32_t
unsigned long uint32_t
Definition:
inttypes.h:18
True
Definition:
inttypes.h:23
False
Definition:
inttypes.h:23
int64_t
signed long long int64_t
Definition:
inttypes.h:21
boolean
boolean
Definition:
inttypes.h:23
uint64_t
unsigned long long uint64_t
Definition:
inttypes.h:20
int8_t
signed char int8_t
Definition:
inttypes.h:15
uint16_t
unsigned short uint16_t
Definition:
inttypes.h:16
int16_t
signed short int16_t
Definition:
inttypes.h:17
sw
airborne
arch
lpc21
inttypes.h
Generated on Tue Jun 21 2016 14:01:09 for Paparazzi UAS by
1.8.8