|
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 | |
| void | do_exit (int code) |
| void | do_event_iteration (fmi2_import_t *fmu, fmi2_event_info_t *eventInfo) |
| int | test_parsed_all_varialbes (fmi2_import_t *fmu) |
| int | test_simulate_me (fmi2_import_t *fmu) |
| int | main (int argc, char *argv[]) |
| #define BUFFER 1000 |
Definition at line 23 of file fmi2_import_me_test.c.
| void do_exit | ( | int | code | ) |
Definition at line 25 of file fmi2_import_me_test.c.
| void do_event_iteration | ( | fmi2_import_t * | fmu, |
| fmi2_event_info_t * | eventInfo | ||
| ) |
Definition at line 32 of file fmi2_import_me_test.c.
| int test_parsed_all_varialbes | ( | fmi2_import_t * | fmu | ) |
Definition at line 41 of file fmi2_import_me_test.c.
| int test_simulate_me | ( | fmi2_import_t * | fmu | ) |
Definition at line 60 of file fmi2_import_me_test.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 215 of file fmi2_import_me_test.c.
1.8.11