utility:convert to fields container
Version: 0.0.0
Description
Creates a fields container containing the field provided on pin 0.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | If a fields container is set in input, it is passed on as an output with the additional label space (if any). |
| Pin 1 Required | label | label_space | Sets a label space. |
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: utility
Plugin: core
Scripting name: field_to_fc
Full name: utility.field_to_fc
Internal name: InjectToFieldContainer
License: None
Changelog
- Version 0.0.0: Initial release.