FMI Library: part of JModelica.org
fmi_version.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 
16 #ifndef FMI_VERSION_H
17 #define FMI_VERSION_H
18 #include <fmilib_config.h>
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
34 typedef enum
35 {
41 
44 const char * fmi_version_to_string(fmi_version_enu_t v);
45 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 /* JM_TYPES_H */
52 #endif
Library configuration file generated by the build system.
fmi_version_enu_t
Suported versions of FMI standard.
Definition: fmi_version.h:34
return v
#define FMILIB_EXPORT
Used to declare the public API of the library needed for dynamic linking.
FMILIB_EXPORT const char * fmi_version_to_string(fmi_version_enu_t v)