OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
Functions
Flags.cpp File Reference
#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)
 

Function Documentation

◆ LoadSettings()

void LoadSettings ( nlohmann::json &  json)

◆ SaveSettings()

void SaveSettings ( nlohmann::json &  json)

◆ split()

std::vector<std::string> split ( const std::string &  s,
char  delim 
)