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
rtwtypes.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define false   (0U)
 
#define true   (1U)
 
#define MAX_int8_T   ((int8_T)(127))
 
#define MIN_int8_T   ((int8_T)(-128))
 
#define MAX_uint8_T   ((uint8_T)(255U))
 
#define MAX_int16_T   ((int16_T)(32767))
 
#define MIN_int16_T   ((int16_T)(-32768))
 
#define MAX_uint16_T   ((uint16_T)(65535U))
 
#define MAX_int32_T   ((int32_T)(2147483647))
 
#define MIN_int32_T   ((int32_T)(-2147483647-1))
 
#define MAX_uint32_T   ((uint32_T)(0xFFFFFFFFU))
 

Typedefs

typedef signed char int8_T
 
typedef unsigned char uint8_T
 
typedef short int16_T
 
typedef unsigned short uint16_T
 
typedef int int32_T
 
typedef unsigned int uint32_T
 
typedef float real32_T
 
typedef double real64_T
 
typedef double real_T
 
typedef double time_T
 
typedef unsigned char boolean_T
 
typedef int int_T
 
typedef unsigned int uint_T
 
typedef unsigned long ulong_T
 
typedef char char_T
 
typedef unsigned char uchar_T
 
typedef char_T byte_T
 
typedef void * pointer_T
 

Macro Definition Documentation

#define false   (0U)

Definition at line 24 of file rtwtypes.h.

#define MAX_int16_T   ((int16_T)(32767))

Definition at line 80 of file rtwtypes.h.

#define MAX_int32_T   ((int32_T)(2147483647))

Definition at line 83 of file rtwtypes.h.

#define MAX_int8_T   ((int8_T)(127))

Definition at line 77 of file rtwtypes.h.

#define MAX_uint16_T   ((uint16_T)(65535U))

Definition at line 82 of file rtwtypes.h.

#define MAX_uint32_T   ((uint32_T)(0xFFFFFFFFU))

Definition at line 85 of file rtwtypes.h.

#define MAX_uint8_T   ((uint8_T)(255U))

Definition at line 79 of file rtwtypes.h.

#define MIN_int16_T   ((int16_T)(-32768))

Definition at line 81 of file rtwtypes.h.

#define MIN_int32_T   ((int32_T)(-2147483647-1))

Definition at line 84 of file rtwtypes.h.

#define MIN_int8_T   ((int8_T)(-128))

Definition at line 78 of file rtwtypes.h.

#define true   (1U)

Definition at line 28 of file rtwtypes.h.

Typedef Documentation

typedef unsigned char boolean_T

Definition at line 64 of file rtwtypes.h.

typedef char_T byte_T

Definition at line 70 of file rtwtypes.h.

typedef char char_T

Definition at line 68 of file rtwtypes.h.

typedef short int16_T

Definition at line 51 of file rtwtypes.h.

typedef int int32_T

Definition at line 53 of file rtwtypes.h.

typedef signed char int8_T

Definition at line 49 of file rtwtypes.h.

typedef int int_T

Definition at line 65 of file rtwtypes.h.

typedef void* pointer_T

Definition at line 88 of file rtwtypes.h.

typedef float real32_T

Definition at line 55 of file rtwtypes.h.

typedef double real64_T

Definition at line 56 of file rtwtypes.h.

typedef double real_T

Definition at line 62 of file rtwtypes.h.

typedef double time_T

Definition at line 63 of file rtwtypes.h.

typedef unsigned char uchar_T

Definition at line 69 of file rtwtypes.h.

typedef unsigned short uint16_T

Definition at line 52 of file rtwtypes.h.

typedef unsigned int uint32_T

Definition at line 54 of file rtwtypes.h.

typedef unsigned char uint8_T

Definition at line 50 of file rtwtypes.h.

typedef unsigned int uint_T

Definition at line 66 of file rtwtypes.h.

typedef unsigned long ulong_T

Definition at line 67 of file rtwtypes.h.