VILLASframework
Modular co-simulation framework
|
The Loopback node-type loops back every sample which has been sent to it. Internally it is implemented by a FIFO queue.
It can be used to chain multiple paths together by using the same Loopback node as an output node in the first path and as a source in the second path.
This node-type does not have any special library dependencies. It is always available.
The source code of the node-type is available here: https://git.rwth-aachen.de/acs/public/villas/node/blob/master/lib/nodes/loopback.cpp
The queue length of the internal queue which buffers the samples.
The number of values each buffered sample can store.
Specify the synchronization mode of the internal queue.