Functions | |
FunctionBlockPtr | FunctionBlockWrapper (const FunctionBlockPtr &functionBlock, Bool includeInputPortsByDefault, Bool includeSignalsByDefault, Bool includePropertiesByDefault, Bool includeFunctionBlocksByDefault) |
Creates a FunctionBlockWrapper from an existing function block instance. More... | |
|
inline |
Creates a FunctionBlockWrapper from an existing function block instance.
functionBlock | The existing function block. |
includeInputPortsByDefault | If true, input ports will be included in the list of input ports by default. |
includeSignalsByDefault | If true, signals will be included in the list of signals by default. |
includePropertiesByDefault | If true, properties will be included in the list of properties by default. |
includeFunctionBlocksByDefault | If true, function blocks will be included in the list of sub-function blocks by default. |