coral
A C++ library for distributed co-simulation
fmi.hpp
Go to the documentation of this file.
1 
10 #ifndef CORAL_FMI_HPP_INCLUDED
11 #define CORAL_FMI_HPP_INCLUDED
12 
13 #include <coral/fmi/fmu.hpp>
14 #include <coral/fmi/fmu1.hpp>
15 #include <coral/fmi/fmu2.hpp>
16 #include <coral/fmi/importer.hpp>
17 
18 
19 namespace coral
20 {
22 namespace fmi
23 {
24 }
25 }
26 #endif // header guard
FMU import functionality.
Classes for dealing with FMI 1.0 FMUs.
Classes for dealing with FMI 2.0 FMUs.
Defines a version-independent FMU interface.
Definition: variable_io.hpp:28