|
FMI Library: part of JModelica.org
|
#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <config_test.h>#include <fmilib.h>Go to the source code of this file.
Macros | |
| #define | BUFFER 1000 |
Functions | |
| int | fmi1_test (fmi_import_context_t *context, const char *dirPath) |
| int | fmi2_test (fmi_import_context_t *context, const char *dirPath) |
| void | importlogger (jm_callbacks *c, jm_string module, jm_log_level_enu_t log_level, jm_string message) |
| void | do_exit (int code) |
| int | main (int argc, char *argv[]) |
| #define BUFFER 1000 |
Definition at line 23 of file fmi_import_test.c.
| int fmi1_test | ( | fmi_import_context_t * | context, |
| const char * | dirPath | ||
| ) |
Definition at line 38 of file fmi1_import_test.c.
| int fmi2_test | ( | fmi_import_context_t * | context, |
| const char * | dirPath | ||
| ) |
Definition at line 41 of file fmi2_import_test.c.
| void importlogger | ( | jm_callbacks * | c, |
| jm_string | module, | ||
| jm_log_level_enu_t | log_level, | ||
| jm_string | message | ||
| ) |
Definition at line 28 of file fmi_import_test.c.
| void do_exit | ( | int | code | ) |
Definition at line 33 of file fmi_import_test.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 40 of file fmi_import_test.c.
1.8.11