|
OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
|
Functions | |
| void | Info (const std::string &msg) |
| oms_status_enu_t | Warning (const std::string &msg) |
| oms_status_enu_t | Error (const std::string &msg, const std::string &function) |
| bool | DebugEnabled () |
| bool | TraceEnabled () |
| void | Debug (const std::string &msg) |
| void | Trace (const std::string &function, const std::string &file, const long line) |
| void oms::Log::Internal::Debug | ( | const std::string & | msg | ) |
| bool oms::Log::Internal::DebugEnabled | ( | ) |
| oms_status_enu_t oms::Log::Internal::Error | ( | const std::string & | msg, |
| const std::string & | function | ||
| ) |
| void oms::Log::Internal::Info | ( | const std::string & | msg | ) |
| void oms::Log::Internal::Trace | ( | const std::string & | function, |
| const std::string & | file, | ||
| const long | line | ||
| ) |
| bool oms::Log::Internal::TraceEnabled | ( | ) |
| oms_status_enu_t oms::Log::Internal::Warning | ( | const std::string & | msg | ) |