ConOpSys V2970  P004.07
ANVILEX control operating system
Macros | Typedefs
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))
 
#define MAX_int64_T   ((int64_T)(9223372036854775807LL))
 
#define MIN_int64_T   ((int64_T)(-9223372036854775807LL-1LL))
 
#define MAX_uint64_T   ((uint64_T)(0xFFFFFFFFFFFFFFFFULL))
 

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 long long int64_T
 
typedef unsigned long long uint64_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 unsigned long long ulonglong_T
 
typedef char char_T
 
typedef unsigned char uchar_T
 
typedef char_T byte_T
 
typedef void * pointer_T
 

Macro Definition Documentation

◆ false

#define false   (0U)

◆ MAX_int16_T

#define MAX_int16_T   ((int16_T)(32767))

◆ MAX_int32_T

#define MAX_int32_T   ((int32_T)(2147483647))

◆ MAX_int64_T

#define MAX_int64_T   ((int64_T)(9223372036854775807LL))

◆ MAX_int8_T

#define MAX_int8_T   ((int8_T)(127))

◆ MAX_uint16_T

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

◆ MAX_uint32_T

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

◆ MAX_uint64_T

#define MAX_uint64_T   ((uint64_T)(0xFFFFFFFFFFFFFFFFULL))

◆ MAX_uint8_T

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

◆ MIN_int16_T

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

◆ MIN_int32_T

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

◆ MIN_int64_T

#define MIN_int64_T   ((int64_T)(-9223372036854775807LL-1LL))

◆ MIN_int8_T

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

◆ true

#define true   (1U)

Typedef Documentation

◆ boolean_T

typedef unsigned char boolean_T

◆ byte_T

typedef char_T byte_T

◆ char_T

typedef char char_T

◆ int16_T

typedef short int16_T

◆ int32_T

typedef int int32_T

◆ int64_T

typedef long long int64_T

◆ int8_T

typedef signed char int8_T

◆ int_T

typedef int int_T

◆ pointer_T

typedef void* pointer_T

◆ real32_T

typedef float real32_T

◆ real64_T

typedef double real64_T

◆ real_T

typedef double real_T

◆ time_T

typedef double time_T

◆ uchar_T

typedef unsigned char uchar_T

◆ uint16_T

typedef unsigned short uint16_T

◆ uint32_T

typedef unsigned int uint32_T

◆ uint64_T

typedef unsigned long long uint64_T

◆ uint8_T

typedef unsigned char uint8_T

◆ uint_T

typedef unsigned int uint_T

◆ ulong_T

typedef unsigned long ulong_T

◆ ulonglong_T

typedef unsigned long long ulonglong_T