|
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 "Util.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) |
| 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, | ||
| oms_regex | re | ||
| ) |
| std::vector<std::string> split | ( | const std::string & | s, |
| char | delim | ||
| ) |

1.8.13