[][src]Module dager::collections

Contains definitions of data collection for in and output ports

Structs

InCol

represent one input pin. Might have a edge assigned. If not, the default value provided by the node is used. Otherwise The aggregator waits for a input via an edge.

OutCol

Represents some output pin that might have an edge attached. If an edge is attached, the parent node can send data to some receiving node's aggregator.