Creates a StreamingType pointer, with the id, name, description and optional defaultConfig.
- Parameters
-
id | The unique type ID of the function block. |
name | The name of the function block. Eg. FFT. |
description | A short description of the function block and its behaviour. |
prefix | The prefix of the connection string used to add this streaming connection to a device. |
defaultConfig | The property object, to be cloned and returned, each time user creates default configuration object. This way each instance of the function block has its own configuration object. |