openDAQ
Open data acquisition platform
FunctionBlockTypePtr Class Reference

Provides information about the function block. More...

+ Inheritance diagram for FunctionBlockTypePtr:
+ Collaboration diagram for FunctionBlockTypePtr:

Detailed Description

Provides information about the function block.

Additional Inherited Members

- Public Member Functions inherited from GenericComponentTypePtr< IFunctionBlockType >
daq::StringPtr getId () const
 Gets the unique component type id. More...
 
daq::StringPtr getName () const
 Gets the user-friendly name of a component type. More...
 
daq::StringPtr getDescription () const
 Gets the description of a component type. More...
 
daq::PropertyObjectPtr createDefaultConfig () const
 The function clones and returns default configuration. On each call, we need to create new object, because we want that each instance of the component has its own configuration object. More...