|
OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
|
Namespaces | |
| Internal | |
Functions | |
| void | ProgressBar (double start, double stop, double value) |
| void | TerminateBar () |
| void | SetCallback (void(*cb)(oms_message_type_enu_t type, const char *message)) |
| oms_status_enu_t | SetLogFile (const std::string &filename) |
| oms_status_enu_t | SetLoggingLevel (int logLevel) |
| const int | GetLoggingLevel () |
| void | SetMaxLogFileSize (const unsigned long size) |
| const int oms::Log::GetLoggingLevel | ( | ) |
| void oms::Log::ProgressBar | ( | double | start, |
| double | stop, | ||
| double | value | ||
| ) |
| void oms::Log::SetCallback | ( | void(*)(oms_message_type_enu_t type, const char *message) | cb | ) |
| oms_status_enu_t oms::Log::SetLogFile | ( | const std::string & | filename | ) |
| oms_status_enu_t oms::Log::SetLoggingLevel | ( | int | logLevel | ) |
| void oms::Log::SetMaxLogFileSize | ( | const unsigned long | size | ) |
| void oms::Log::TerminateBar | ( | ) |