|
FMI Library: part of JModelica.org
|
#include <stdio.h>#include <stdlib.h>#include "fmi_dll_1_0_cs.h"#include "fmi_dll_1_0_me.h"#include "fmi_dll_common.h"#include "jm_types.h"#include "fmi_zip_unzip.h"#include <FMI1/fmi1_xml_model_description.h>#include "fmi_import_util.h"Go to the source code of this file.
Macros | |
| #define | PRINT_MY_DEBUG printf("Line: %d \t File: %s \n",__LINE__, __FILE__) |
Functions | |
| void | mylogger (fmiComponent c, fmiString instanceName, fmiStatus status, fmiString category, fmiString message,...) |
| void | do_pause () |
| int | main (int argc, char *argv[]) |
| #define PRINT_MY_DEBUG printf("Line: %d \t File: %s \n",__LINE__, __FILE__) |
Definition at line 27 of file fmi_total_test.c.
| void mylogger | ( | fmiComponent | c, |
| fmiString | instanceName, | ||
| fmiStatus | status, | ||
| fmiString | category, | ||
| fmiString | message, | ||
| ... | |||
| ) |
Definition at line 29 of file fmi_total_test.c.
| void do_pause | ( | ) |
Definition at line 40 of file fmi_total_test.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 48 of file fmi_total_test.c.
1.8.11