openDAQ
Open data acquisition platform
+ Collaboration diagram for Factories:

Detailed Description

Functions

ConnectionPtr Connection (InputPortPtr inputPort, SignalPtr signal, ContextPtr context)
 Creates a Connection object that acts as a packet queue between the provided Input port and Signal. More...
 

Function Documentation

◆ Connection()

ConnectionPtr Connection ( InputPortPtr  inputPort,
SignalPtr  signal,
ContextPtr  context 
)
inline

Creates a Connection object that acts as a packet queue between the provided Input port and Signal.

Parameters
inputPortThe input port to which the connection leads.
signalThe signal that is to be connected to an input port.
contextThe Context. Most often provided by the Instance.