FMI Library: part of JModelica.org
fmi1_import_capabilities.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 FMI1_IMPORT_CAPABILITIES_H
17 #define FMI1_IMPORT_CAPABILITIES_H
18 
19 #include <fmilib_config.h>
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
42 typedef struct fmi1_xml_capabilities_t fmi1_import_capabilities_t;
67 #ifdef __cplusplus
68 }
69 #endif
70 #endif /* FMI1_IMPORT_CAPABILITIES_H */
FMILIB_EXPORT unsigned int fmi1_import_get_maxOutputDerivativeOrder(fmi1_import_capabilities_t *)
Retrieve maxOutputDerivativeOrder.
Library configuration file generated by the build system.
FMILIB_EXPORT int fmi1_import_get_canRejectSteps(fmi1_import_capabilities_t *)
Retrieve canRejectSteps flag.
FMILIB_EXPORT int fmi1_import_get_canInterpolateInputs(fmi1_import_capabilities_t *)
Retrieve canInterpolateInputs flag.
FMILIB_EXPORT int fmi1_import_get_canNotUseMemoryManagementFunctions(fmi1_import_capabilities_t *)
Retrieve canNotUseMemoryManagementFunctions flag.
FMILIB_EXPORT int fmi1_import_get_canSignalEvents(fmi1_import_capabilities_t *)
Deprecated since 1.0.1, do not use.
struct fmi1_xml_capabilities_t fmi1_import_capabilities_t
A container for all the capability flags.
FMILIB_EXPORT int fmi1_import_get_canHandleVariableCommunicationStepSize(fmi1_import_capabilities_t *)
Retrieve canHandleVariableCommunicationStepSize flag.
#define FMILIB_EXPORT
Used to declare the public API of the library needed for dynamic linking.
FMILIB_EXPORT int fmi1_import_get_canHandleEvents(fmi1_import_capabilities_t *)
Retrieve canHandleEvents flag.
FMILIB_EXPORT int fmi1_import_get_canBeInstantiatedOnlyOncePerProcess(fmi1_import_capabilities_t *)
Retrieve canBeInstantiatedOnlyOncePerProcess flag.
FMILIB_EXPORT int fmi1_import_get_canRunAsynchronuously(fmi1_import_capabilities_t *)
Retrieve canRunAsynchronuously flag.