FMI Library: part of JModelica.org
fmilib.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2012 Modelon AB
3 
4  This program is free software: you can redistribute it and/or modify
5  it under the terms of the BSD style license.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  FMILIB_License.txt file for more details.
11 
12  You should have received a copy of the FMILIB_License.txt file
13  along with this program. If not, contact Modelon AB <http://www.modelon.com>.
14 */
15 
21 #ifndef FMILIB_H_
22 #define FMILIB_H_
23 
24 #include <stddef.h>
25 #include "fmilib_config.h"
26 
27 #include <FMI/fmi_import_context.h>
28 #include <FMI1/fmi1_import.h>
29 #include <FMI2/fmi2_import.h>
30 
31 #endif
Library configuration file generated by the build system.
Import context is the entry point to the library. It is used to initialize, unzip, get FMI version and start parsing.
Public interface to the FMI import C-library.
Public interface to the FMI import C-library.