xronos-sdk 0.5.0
Xronos C++ SDK
Loading...
Searching...
No Matches
xronos::sdk::Metric Member List

This is the complete list of members for xronos::sdk::Metric, including all inherited members.

add_attribute(std::string_view key, const AttributeValue &value) noexcept -> boolxronos::sdk::Element
add_attributes(const R &range) noexcept -> boolxronos::sdk::Element
add_attributes(std::initializer_list< std::pair< std::string_view, AttributeValue > > attributes) -> boolxronos::sdk::Element
description() const noexcept -> const std::string &xronos::sdk::Metric
fqn() const noexcept -> const std::string &xronos::sdk::Element
Metric(std::string_view name, ReactorContext context, std::string_view description, std::string_view unit="")xronos::sdk::Metric
name() const noexcept -> const std::string &xronos::sdk::Element
unit() const noexcept -> const std::string &xronos::sdk::Metric
~Element()=defaultxronos::sdk::Elementvirtual