VILLASframework
Modular co-simulation framework
Timestamp

The ts hook overwrite the origin timestamp field of each sample with the current system time.

Implementation

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

Configuration

The ts hook has no configurable options.

Example

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