#include <SensitivityResult.h>
Sensitivity result descriptor
◆ Result()
| Result::Result |
( |
int |
round, |
|
|
double |
time, |
|
|
int |
errors, |
|
|
int |
warnings, |
|
|
int |
iterations |
|
) |
| |
◆ addControlled()
| void Result::addControlled |
( |
double |
value | ) |
|
adds result for controlled variable
◆ addMonitored()
| void Result::addMonitored |
( |
double |
value | ) |
|
adds result for monitored variable
◆ json()
| std::string Result::json |
( |
void |
| ) |
const |
- Returns
- UTF-8 encoded string with the JSON-serialized object
◆ print_()
| std::ostream & Result::print_ |
( |
std::ostream & |
os | ) |
const |
◆ printXmlResult_()
| std::ostream & Result::printXmlResult_ |
( |
std::ostream & |
os | ) |
const |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const Result & |
result |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: