|
FMI Library: part of JModelica.org
|
#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <assert.h>#include <time.h>#include "config_test.h"#include <FMI/fmi_import_context.h>#include <FMI1/fmi1_import.h>Go to the source code of this file.
Functions | |
| void | mylogger (jm_callbacks *c, jm_string module, jm_log_level_enu_t log_level, jm_string message) |
| void | do_exit (int code) |
| void | print_int (int i, void *data) |
| void | print_dbl (double d, void *data) |
| void | printTypeInfo (fmi1_import_variable_typedef_t *vt) |
| void | testVariableSearch (fmi1_import_t *fmu, fmi1_import_variable_t *v) |
| void | printVariableInfo (fmi1_import_t *fmu, fmi1_import_variable_t *v) |
| void | printCapabilitiesInfo (fmi1_import_capabilities_t *capabilities) |
| int | main (int argc, char *argv[]) |
| void mylogger | ( | jm_callbacks * | c, |
| jm_string | module, | ||
| jm_log_level_enu_t | log_level, | ||
| jm_string | message | ||
| ) |
Definition at line 29 of file fmi_import_xml_test.c.
| void do_exit | ( | int | code | ) |
Definition at line 34 of file fmi_import_xml_test.c.
| void print_int | ( | int | i, |
| void * | data | ||
| ) |
Definition at line 41 of file fmi_import_xml_test.c.
| void print_dbl | ( | double | d, |
| void * | data | ||
| ) |
Definition at line 45 of file fmi_import_xml_test.c.
| void printTypeInfo | ( | fmi1_import_variable_typedef_t * | vt | ) |
Definition at line 49 of file fmi_import_xml_test.c.
| void testVariableSearch | ( | fmi1_import_t * | fmu, |
| fmi1_import_variable_t * | v | ||
| ) |
Definition at line 128 of file fmi_import_xml_test.c.
| void printVariableInfo | ( | fmi1_import_t * | fmu, |
| fmi1_import_variable_t * | v | ||
| ) |
Definition at line 158 of file fmi_import_xml_test.c.
| void printCapabilitiesInfo | ( | fmi1_import_capabilities_t * | capabilities | ) |
Definition at line 243 of file fmi_import_xml_test.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 256 of file fmi_import_xml_test.c.
1.8.11