OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
Macros | |
#define | WAI_MALLOC(size) malloc(size) |
#define | WAI_FREE(p) free(p) |
#define | WAI_REALLOC(p, size) realloc(p, size) |
#define WAI_FREE | ( | p | ) | free(p) |
#define WAI_MALLOC | ( | size | ) | malloc(size) |
#define WAI_REALLOC | ( | p, | |
size | |||
) | realloc(p, size) |