OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
#include <string>
#include <sstream>
#include <algorithm>
#include <cctype>
#include <locale>
#include <math.h>
Go to the source code of this file.
Functions | |
static void | ltrim (std::string &s) |
static void | rtrim (std::string &s) |
static void | trim (std::string &s) |
static bool | almostEqualRelativeAndAbs (double a, double b, double reltol=DOUBLEEQUAL_RELTOL, double abstol=DOUBLEEQUAL_ABSTOL) |
Variables | |
const double | DOUBLEEQUAL_ABSTOL = 1e-10 |
const double | DOUBLEEQUAL_RELTOL = 1e-5 |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
const double DOUBLEEQUAL_ABSTOL = 1e-10 |
const double DOUBLEEQUAL_RELTOL = 1e-5 |