Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
BusInterfaceInterfaceFactory Namespace Reference

Constructs the bus interface interface. More...

Namespaces

namespace  Details
 

Functions

KACTUS2_API BusInterfaceInterfacecreateBusInterface (QSharedPointer< ParameterFinder > parameterFinder, QSharedPointer< ExpressionFormatter > expressionFormatter, QSharedPointer< ExpressionParser > expressionParser, QSharedPointer< Component > component, LibraryInterface *library)
 

Detailed Description

Constructs the bus interface interface.

Function Documentation

◆ createBusInterface()

KACTUS2_API BusInterfaceInterface * BusInterfaceInterfaceFactory::createBusInterface ( QSharedPointer< ParameterFinder > parameterFinder,
QSharedPointer< ExpressionFormatter > expressionFormatter,
QSharedPointer< ExpressionParser > expressionParser,
QSharedPointer< Component > component,
LibraryInterface * library )

Create the interface for accessing bus interfaces.

Parameters
[in]parameterFinderThe parameter finder.
[in]expressionFormatterFormatter for expressions.
[in]expressionParserParser for expressions.
[in]componentThe containing component.
[in]libraryInterface for accessing the library.
Returns
Interface for accessing bus interfaces.