]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_cosim.h
80daac1087552e5399c5d691236596e70f462cb0
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / src / XML / include / FMI2 / fmi2_xml_cosim.h
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_XML_COSIM_H
17 #define FMI_XML_COSIM_H
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 #include "fmi2_xml_model_description.h"
24
25 const char* fmi2_xml_get_entry_point(fmi2_xml_model_description_t* );
26 const char* fmi2_xml_get_mime_type(fmi2_xml_model_description_t* );
27 int fmi2_xml_get_manual_start(fmi2_xml_model_description_t* );
28
29 size_t fmi2_xml_get_number_of_additional_models(fmi2_xml_model_description_t* md);
30
31 const char* fmi2_xml_get_additional_model_name(fmi2_xml_model_description_t* md, size_t index);
32
33 #ifdef __cplusplus
34 }
35 #endif
36 #endif /* FMI_XML_COSIM_H */