#include <SensitivityInput.h>
|
std::string | fullTag_ |
| mandatory complete path to the variable More...
|
|
std::string | unit_ |
| optional UTF-8 encoded units of measurement, if omitted will use SI More...
|
|
std::string | label_ |
| optional UTF-8 encoded string with a descriptive label More...
|
|
Monitored variable descriptor
◆ MonitoredVariable()
MonitoredVariable::MonitoredVariable |
( |
std::string |
fullTag, |
|
|
std::string |
unit, |
|
|
std::string |
label |
|
) |
| |
◆ fullTag()
const std::string & MonitoredVariable::fullTag |
( |
void |
| ) |
const |
- Returns
- the complete path to the variable
◆ json()
std::string MonitoredVariable::json |
( |
void |
| ) |
const |
- Returns
- UTF-8 encoded string with the JSON-serialized object
◆ label()
const std::string & MonitoredVariable::label |
( |
void |
| ) |
const |
- Returns
- the UTF-8 encoded descriptive label
◆ operator==()
◆ print_()
std::ostream & MonitoredVariable::print_ |
( |
std::ostream & |
os | ) |
const |
◆ unit()
const std::string & MonitoredVariable::unit |
( |
void |
| ) |
const |
- Returns
- the UTF-8 encoded units of measurement
◆ fullTag_
std::string MonitoredVariable::fullTag_ |
|
protected |
mandatory complete path to the variable
◆ label_
std::string MonitoredVariable::label_ |
|
protected |
optional UTF-8 encoded string with a descriptive label
◆ unit_
std::string MonitoredVariable::unit_ |
|
protected |
optional UTF-8 encoded units of measurement, if omitted will use SI
The documentation for this struct was generated from the following file: