Skip to main content

composite:string_container

Version: 0.0.0

Description

Operator which stores a string at each input pin. It supports unlimited number of inputs. The purpose of this operator is to pass list of strings between operators.

Inputs

InputNameExpected type(s)Description
Pin 0stringstringFirst value.

Outputs

OutputNameExpected type(s)Description
Pin 0stringsvector<string>List of input strings

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: composite

Plugin: composite

Scripting name: string_container

Full name: composite.string_container

Internal name: composite::string_container

License: None

Changelog

  • Version 0.0.0: Initial release.