CollectorΒΆ

The Collector is a default node implementation from CCA and implements a Connectivity Skeletons. It has an arbitrary number of input ports and one output port. the connector tries to merge incoming Data Transfer Objects (DTO) of the same type to one multi-dimensional DTO to send over its output port.

A collector has the DTO type given as template argument and Moderate as its default processing strategy.

Table of Contents

Related Documentation

This Page