|
openDAQ
Open data acquisition platform
|
Collaboration diagram for Factories: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... | |
|
inline |
Creates a Connection object that acts as a packet queue between the provided Input port and Signal.
| inputPort | The input port to which the connection leads. |
| signal | The signal that is to be connected to an input port. |
| context | The Context. Most often provided by the Instance. |