openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Macros | Typedefs | Enumerations
DataTypes.h File Reference
#include <stdio.h>
#include <time.h>
#include <zlib.h>
#include <stdbool.h>
Include dependency graph for DataTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define REAL_IS_DOUBLE   1
 
#define GATETYPE_SIZE   4
 
#define GLOBALDATA_T_SIZE   8
 

Typedefs

typedef double Real
 
typedef int Integer
 

Enumerations

enum  DataType {
  dtype_Gatetype , dtype_Real , dtype_Float , dtype_Char ,
  dtype_Integer , dtype_Double , dtype_Short , dtype_GlobalData_t ,
  dtype_long , dtype_bool
}
 data type IDs More...
 

Macro Definition Documentation

◆ GATETYPE_SIZE

#define GATETYPE_SIZE   4

Definition at line 48 of file DataTypes.h.

◆ GLOBALDATA_T_SIZE

#define GLOBALDATA_T_SIZE   8

Definition at line 49 of file DataTypes.h.

◆ REAL_IS_DOUBLE

#define REAL_IS_DOUBLE   1

Definition at line 12 of file DataTypes.h.

Typedef Documentation

◆ Integer

typedef int Integer

Definition at line 15 of file DataTypes.h.

◆ Real

typedef double Real

Definition at line 14 of file DataTypes.h.

Enumeration Type Documentation

◆ DataType

enum DataType

data type IDs

Enumerator
dtype_Gatetype 
dtype_Real 
dtype_Float 
dtype_Char 
dtype_Integer 
dtype_Double 
dtype_Short 
dtype_GlobalData_t 
dtype_long 
dtype_bool 

Definition at line 18 of file DataTypes.h.