MBDyn-1.7.3
|
#include "mbdynFMI.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 | setup_callbacks (jm_callbacks *callbacks) |
int | error (const char *test, int value) |
int | sumde (int x, int y) |
std::string | UncompressLocation (const char *location) |
#define BUFFER 1000 |
Definition at line 44 of file mbdynFMI_config.h.
void importlogger | ( | jm_callbacks * | c, |
jm_string | module, | ||
jm_log_level_enu_t | log_level, | ||
jm_string | message | ||
) |
Definition at line 46 of file mbdynFMI_config.cc.
Referenced by setup_callbacks().
void setup_callbacks | ( | jm_callbacks * | callbacks | ) |
Definition at line 53 of file mbdynFMI_config.cc.
References importlogger().
Referenced by ModuleFMU::ModuleFMU().
std::string UncompressLocation | ( | const char * | location | ) |
Definition at line 64 of file mbdynFMI_config.cc.
Referenced by ModuleFMU::ModuleFMU().