OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
Functions
Flags.cpp File Reference
#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>
Include dependency graph for Flags.cpp:

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)
 

Function Documentation

◆ isOption()

bool isOption ( const std::string &  cmd,
const std::string &  name 
)

◆ isOptionAndValue()

bool isOptionAndValue ( const std::string &  cmd,
const std::string &  name,
std::string &  value,
oms_regex  re 
)

◆ split()

std::vector<std::string> split ( const std::string &  s,
char  delim 
)
Here is the caller graph for this function: