utility:txt file to dpf
Version: 0.0.0
Description
Take an input string and parse it into dataProcessing type
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | input_string | string | ex: 'double:1.0', 'int:1', 'vector<double>:1.0;1.0' |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | any_output | any output |
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: txt_file_to_dpf
Full name: utility.txt_file_to_dpf
Internal name: text_parser
License: None
Changelog
- Version 0.0.0: Initial release.