utility:merge scopings
Version: 0.0.0
Description
Assembles a set of scopings into a unique one.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | scopings | scoping, scopings_container, vector<shared_ptr<scoping>> | Either a scopings container, a vector of scopings to merge, or scopings from pin 0 to ... |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | merged_scoping | scoping |
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: merge_scopings
Full name: utility.merge_scopings
Internal name: merge::scoping
License: None
Changelog
- Version 0.0.0: Initial release.