VILLASframework
Modular co-simulation framework
Shift timestamps

Implementation

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

Configuration

mode (string: "origin" | "received")

offset (float)

Example

@include "hook-nodes.conf"
paths = (
{
in = "signal_node"
out = "file_node"
hooks = (
{
type = "shift_ts"
mode = "origin"
offset = 5.5
}
)
}
)