|
OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
|
#include "Flags.h"#include "Logging.h"#include "OMSimulator/OMSimulator.h"#include "json.hpp"#include <filesystem>#include <fstream>#include <iomanip>#include <iostream>#include <regex>#include <sstream>Functions | |
| void | LoadSettings (nlohmann::json &json) |
| void | SaveSettings (nlohmann::json &json) |
| std::vector< std::string > | split (const std::string &s, char delim) |
| void LoadSettings | ( | nlohmann::json & | json | ) |
| void SaveSettings | ( | nlohmann::json & | json | ) |
| std::vector<std::string> split | ( | const std::string & | s, |
| char | delim | ||
| ) |