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/importer.hpp"
16 
17 
18 namespace coral
19 {
21 namespace fmi
22 {
23 }
24 }
25 #endif // header guard
FMU import functionality.
Classes for dealing with FMI 1.0 FMUs.
Defines a version-independent FMU interface.
Definition: variable_io.hpp:28