Skip to main content

chronon::observe::DerivedCounterDef

Transport struct carrying a derived-counter formula from unit to backend.

#include <DerivedCounter.hpp>

Public Attributes

Name
std::stringunit_name
std::vector< std::string >source_names
std::stringdescription
std::stringderived_name
ComputeFncompute

Public Attributes Documentation

variable unit_name

std::string unit_name;

variable source_names

std::vector< std::string > source_names;

variable description

std::string description;

variable derived_name

std::string derived_name;

variable compute

ComputeFn compute;

Updated on 2026-05-26 at 05:42:32 +0000