Functions | |
InputPortConfigPtr | InputPort (const ContextPtr &context, const ComponentPtr &parent, const StringPtr &localId, bool gapChecking=false) |
Creates an input port. More... | |
SyncComponentPtr | SyncComponent (const ContextPtr &context, const ComponentPtr &parent, const StringPtr &localId) |
Creates an input port. More... | |
|
inline |
Creates an input port.
context | The Context. Most often the creating function-block passes its own Context to the Folder. |
parent | The parent component. |
localId | The local ID of the component. |
|
inline |
Creates an input port.
typeManager | The typeManager |