Industrial Calibration  1.0.0
Loading...
Searching...
No Matches
industrial_calibration::NamedParam Struct Reference

A double value identified by one or two name strings.

#include <covariance_types.h>

Public Member Functions

std::string toString () const
 Format the NamedParam as a string.
 

Public Attributes

std::pair< std::string, std::string > names
 Pair of names identifying this parameter. For types with just one name (e.g. standard deviation), only names.first is used.
 
std::double_t value
 Value of this parameter.
 

Member Function Documentation

◆ toString()

std::string industrial_calibration::NamedParam::toString ( ) const
Returns