OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
Go to the source code of this file.
Classes | |
class | Clocks |
Macros | |
#define | OMS_USE_CLOCKS |
#define | OMS_TIC(clocks, index) clocks.tic(index) |
#define | OMS_TOC(clocks, index) clocks.toc(index) |
Variables | |
Clocks | globalClocks |
const char * | GlobalClockNames [GLOBALCLOCK_MAX_INDEX] |
#define OMS_TIC | ( | clocks, | |
index | |||
) | clocks.tic(index) |
#define OMS_TOC | ( | clocks, | |
index | |||
) | clocks.toc(index) |
#define OMS_USE_CLOCKS |
enum GlobalClockIndex_t |
const char* GlobalClockNames[GLOBALCLOCK_MAX_INDEX] |
Clocks globalClocks |