openDAQ
Open data acquisition platform
+ Collaboration diagram for Factories:

Detailed Description

Functions

ComponentPtr Component (const ContextPtr &context, const ComponentPtr &parent, const StringPtr &localId, const StringPtr &className="")
 Creates a component. More...
 

Function Documentation

◆ Component()

ComponentPtr Component ( const ContextPtr context,
const ComponentPtr &  parent,
const StringPtr localId,
const StringPtr className = "" 
)
inline

Creates a component.

Parameters
contextThe Context. Most often the creating function-block/device passes its own Context to the Folder.
parentThe parent component.
localIdThe local ID of the component.
classNameThe property object class name of the component.