Skip to main content

chronon::sender::config::UnitConfig

Parsed YAML config for one unit instance — type, name, and raw params.

#include <SenderUnitConfig.hpp>

Public Functions

Name
boolisValid() const

Public Attributes

Name
std::stringtype_name
Factory type name, e.g. "FetchUnit".
YAML::Nodeparams_yaml
Raw YAML node for parameter deserialization.
std::stringinstance_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