Eclipse SUMO - Simulation of Urban MObility
fmi2TypesPlatform.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define fmi2False   0
 
#define fmi2True   1
 
#define fmi2TypesPlatform   "default"
 

Typedefs

typedef int fmi2Boolean
 
typedef char fmi2Byte
 
typedef char fmi2Char
 
typedef void * fmi2Component
 
typedef void * fmi2ComponentEnvironment
 
typedef void * fmi2FMUstate
 
typedef int fmi2Integer
 
typedef double fmi2Real
 
typedef const fmi2Charfmi2String
 
typedef unsigned int fmi2ValueReference
 

Macro Definition Documentation

◆ fmi2False

#define fmi2False   0

Definition at line 105 of file fmi2TypesPlatform.h.

◆ fmi2True

#define fmi2True   1

Definition at line 104 of file fmi2TypesPlatform.h.

◆ fmi2TypesPlatform

#define fmi2TypesPlatform   "default"

Definition at line 75 of file fmi2TypesPlatform.h.

Typedef Documentation

◆ fmi2Boolean

typedef int fmi2Boolean

Definition at line 98 of file fmi2TypesPlatform.h.

◆ fmi2Byte

typedef char fmi2Byte

Definition at line 101 of file fmi2TypesPlatform.h.

◆ fmi2Char

typedef char fmi2Char

Definition at line 99 of file fmi2TypesPlatform.h.

◆ fmi2Component

typedef void* fmi2Component

Definition at line 92 of file fmi2TypesPlatform.h.

◆ fmi2ComponentEnvironment

typedef void* fmi2ComponentEnvironment

Definition at line 93 of file fmi2TypesPlatform.h.

◆ fmi2FMUstate

typedef void* fmi2FMUstate

Definition at line 94 of file fmi2TypesPlatform.h.

◆ fmi2Integer

typedef int fmi2Integer

Definition at line 97 of file fmi2TypesPlatform.h.

◆ fmi2Real

typedef double fmi2Real

Definition at line 96 of file fmi2TypesPlatform.h.

◆ fmi2String

typedef const fmi2Char* fmi2String

Definition at line 100 of file fmi2TypesPlatform.h.

◆ fmi2ValueReference

typedef unsigned int fmi2ValueReference

Definition at line 95 of file fmi2TypesPlatform.h.