chronon::sender::config::PortConnectionSpec
Directional connection from an OutPort to an InPort. More...
#include <SenderUnitConfig.hpp>
Public Functions
| Name | |
|---|---|
| bool | isValid() const |
Public Attributes
| Name | |
|---|---|
| std::string | source_path |
| std::string | dest_path |
| uint32_t | delay |
Detailed Description
struct chronon::sender::config::PortConnectionSpec;
Directional connection from an OutPort to an InPort.
Paths use dot notation ("unit_name.port_name" or "parent.child.port_name"). delay=0 means tight coupling / INLINE.
Public Functions Documentation
function isValid
inline bool isValid() const
Public Attributes Documentation
variable source_path
std::string source_path;
variable dest_path
std::string dest_path;
variable delay
uint32_t delay = 1;
Updated on 2026-05-26 at 05:42:32 +0000