chronon::sender::config::UnitConfig
Parsed YAML config for one unit instance — type, name, and raw params.
#include <SenderUnitConfig.hpp>
Public Functions
| Name | |
|---|---|
| bool | isValid() const |
Public Attributes
| Name | |
|---|---|
| std::string | type_name Factory type name, e.g. "FetchUnit". |
| YAML::Node | params_yaml Raw YAML node for parameter deserialization. |
| std::string | instance_name |
Public Functions Documentation
function isValid
inline bool isValid() const
Public Attributes Documentation
variable type_name
std::string type_name;
Factory type name, e.g. "FetchUnit".
variable params_yaml
YAML::Node params_yaml;
Raw YAML node for parameter deserialization.
variable instance_name
std::string instance_name;
Updated on 2026-05-26 at 05:42:32 +0000