logic:component selector (fields container)
Version: 0.0.0
Description
Creates a scalar fields container based on the selected component for each field.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container, field | |
| Pin 1 Required | component_number | int32, vector<int32> | one or several component index that will be extracted from the initial field. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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: component_selector_fc
Full name: logic.component_selector_fc
Internal name: component_selector_fc
License: None
Changelog
- Version 0.0.0: Initial release.