|
FMI Library: part of JModelica.org
|
#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include "config_test.h"#include <fmilib.h>#include <JM/jm_portability.h>Go to the source code of this file.
Macros | |
| #define | BUFFER 1000 |
Functions | |
| void | importlogger (jm_callbacks *c, jm_string module, jm_log_level_enu_t log_level, jm_string message) |
| void | fmilogger (fmi2_component_t c, fmi2_string_t instanceName, fmi2_status_t status, fmi2_string_t category, fmi2_string_t message,...) |
| void | do_exit (int code) |
| int | test_simulate_cs (fmi2_import_t *fmu) |
| int | main (int argc, char *argv[]) |
| #define BUFFER 1000 |
Definition at line 26 of file fmi2_import_cs_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 fmi2_import_cs_test.c.
| void fmilogger | ( | fmi2_component_t | c, |
| fmi2_string_t | instanceName, | ||
| fmi2_status_t | status, | ||
| fmi2_string_t | category, | ||
| fmi2_string_t | message, | ||
| ... | |||
| ) |
Definition at line 35 of file fmi2_import_cs_test.c.
| void do_exit | ( | int | code | ) |
Definition at line 46 of file fmi2_import_cs_test.c.
| int test_simulate_cs | ( | fmi2_import_t * | fmu | ) |
Definition at line 53 of file fmi2_import_cs_test.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 165 of file fmi2_import_cs_test.c.
1.8.11