VILLASframework
Modular co-simulation framework
Shift sequence numbers

Implementation

The source code of the hook is available here: https://git.rwth-aachen.de/acs/public/villas/node/blob/master/lib/hooks/shift_seq.cpp

Configuration

offset (integer)

The offset which is added to the sequence number of each processed sample.

Example

@include "hook-nodes.conf"
paths = (
{
in = "signal_node"
out = "file_node"
hooks = (
{
type = "shift_seq"
offset = 10
}
)
}
)