utility:extract field
Version: 0.0.0
Description
Extracts the fields at the indices defined in the vector (in 1) from the fields container (in 0).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | field, fields_container | if a field is in input, it is passed on as an output |
| Pin 1 | indices | vector<int32> | Default is the first field |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
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: extract_field
Full name: utility.extract_field
Internal name: ExtractFromFC
License: None
Changelog
- Version 0.0.0: Initial release.