OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
#include "Flags.h"
#include "Component.h"
#include "ComRef.h"
#include "Logging.h"
#include "Model.h"
#include "OMSimulator/OMSimulator.h"
#include "Scope.h"
#include "System.h"
#include "Util.h"
#include <iomanip>
#include <iostream>
#include <regex>
#include <sstream>
Functions | |
bool | isOption (const std::string &cmd, const std::string &name) |
bool | isOptionAndValue (const std::string &cmd, const std::string &name, std::string &value, std::regex re) |
std::vector< std::string > | split (const std::string &s, char delim) |
bool isOption | ( | const std::string & | cmd, |
const std::string & | name | ||
) |
bool isOptionAndValue | ( | const std::string & | cmd, |
const std::string & | name, | ||
std::string & | value, | ||
std::regex | re | ||
) |
std::vector<std::string> split | ( | const std::string & | s, |
char | delim | ||
) |