Data of a quantity type.
More...
#include <quantity_type.h>
◆ QuantitySpec()
| sen::QuantitySpec::QuantitySpec |
( |
std::string | name, |
|
|
std::string | qualifiedName, |
|
|
std::string | description, |
|
|
ConstTypeHandle< NumericType > | elementType, |
|
|
std::optional< const Unit * > | unit = std::nullopt, |
|
|
std::optional< float64_t > | minValue = std::nullopt, |
|
|
std::optional< float64_t > | maxValue = std::nullopt ) |
|
inline |
◆ operator==
◆ operator!=
◆ name
| std::string sen::QuantitySpec::name |
◆ qualifiedName
| std::string sen::QuantitySpec::qualifiedName |
◆ description
| std::string sen::QuantitySpec::description |
◆ elementType
◆ unit
| std::optional<const Unit*> sen::QuantitySpec::unit |
◆ minValue
| std::optional<float64_t> sen::QuantitySpec::minValue |
◆ maxValue
| std::optional<float64_t> sen::QuantitySpec::maxValue |
The documentation for this struct was generated from the following file: