chronon::DerivedCounterDef
Transport struct carrying a derived-counter formula from unit to backend.
#include <DerivedCounter.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | unit_name |
| std::vector< std::string > | source_names |
| std::string | description |
| std::string | derived_name |
| ComputeFn | compute |
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