]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_capabilities.h
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / src / XML / include / FMI2 / fmi2_xml_capabilities.h
diff --git a/org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_capabilities.h b/org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_capabilities.h
new file mode 100644 (file)
index 0000000..b18b32d
--- /dev/null
@@ -0,0 +1,50 @@
+/*
+    Copyright (C) 2012 Modelon AB
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the BSD style license.
+
+     This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    FMILIB_License.txt file for more details.
+
+    You should have received a copy of the FMILIB_License.txt file
+    along with this program. If not, contact Modelon AB <http://www.modelon.com>.
+*/
+
+#ifndef FMI2_XML_CAPABILITIES_H
+#define FMI2_XML_CAPABILITIES_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "FMI2/fmi2_xml_model_description.h"
+       /**
+               \file fmi2_xml_capabilities.h
+               Functions to retrieve capability flags.
+       */
+       /**
+       \addtogroup fmi2_xml
+       @{
+       \addtogroup fmi2_xml_capabilities Functions to retrieve capability flags.
+       The functions accept a pointer to ::fmi2_xml_capabilities_t returned by fmi2_xml_get_capabilities().
+       They return the flags as specified by the FMI 2.0 standard. Default values are returned for model-exachange FMUs.
+       @}
+       \addtogroup fmi2_xml_capabilities
+       @{
+       */
+/** \brief Retrieve  canHandleVariableCommunicationStepSize flag. */
+       
+unsigned int fmi2_xml_get_capability(fmi2_xml_model_description_t* , fmi2_capabilities_enu_t id);
+       
+       
+/** 
+@}
+*/
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* FMI2_XML_CAPABILITIES_H */