Data Structures | Defines | Typedefs | Enumerations

xtypes.h File Reference

Global type definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  S_MEM_STRUCTRUE

Defines

#define EXTERN   extern

Typedefs

typedef char CHAR
typedef char INT8
typedef unsigned char UINT8
typedef int INT16
typedef unsigned int UINT16
typedef long INT32
typedef unsigned long UINT32
typedef long long INT64
typedef unsigned long long UINT64
typedef float FLOAT
typedef double DOUBLE

Enumerations

enum  E_BOOL { FALSE = 0U, TRUE = 1U }
enum  E_SWITCH { OFF = 0U, ON = 1U }
enum  E_SAFETY_CONDITION {
  COND_OK = 0U, COND_VOLT_WARN = 1U, COND_CURR_WARN = 2U, COND_TEMP_WARN = 4U,
  COND_VOLT_ERR = 8U, COND_CURR_ERR = 16U, COND_TEMP_ERR = 32U
}

Detailed Description

Author:
Philipp Bank
Copyright:
Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)

Definition in file xtypes.h.