Skip to main content

logic:splitter::data_sources

Version: 0.0.0

Description

Splits a Data Sources into multiple coherent data sources, actual number of outputs is always less or equal to the given desired number of ouputs.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
data_sourcesdata_sourcesData sources to split.
Pin 1
Required
output_countint32Number of desired outputs.

Outputs

OutputNameExpected type(s)Description
Pin -1output_countint32Actual number of outputs.
Pin 0outputsdata_sourcesData sources outputs.

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: logic

Plugin: core

Scripting name: split_data_sources

Full name: logic.split_data_sources

Internal name: splitter::data_sources

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.