#include "Clock.h"
#include "ComRef.h"
#include "DirectedGraph.h"
#include "Element.h"
#include "FMUInfo.h"
#include "Logging.h"
#include "ResultWriter.h"
#include "SignalDerivative.h"
#include "Types.h"
#include <fmilib.h>
#include <pugixml.hpp>
Go to the source code of this file.
|
void | oms::fmiLogger (jm_callbacks *c, jm_string module, jm_log_level_enu_t log_level, jm_string message) |
|
void | oms::fmi2logger (fmi2_component_environment_t env, fmi2_string_t instanceName, fmi2_status_t status, fmi2_string_t category, fmi2_string_t message,...) |
|