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.h"
#include "Scope.h"
#include "System.h"
#include <iomanip>
#include <iostream>
#include <RegEx.h>
#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, oms_regex re) |
bool isOption | ( | const std::string & | cmd, |
const std::string & | name | ||
) |
bool isOptionAndValue | ( | const std::string & | cmd, |
const std::string & | name, | ||
std::string & | value, | ||
oms_regex | re | ||
) |