VILLASframework
Modular co-simulation framework
Dump sample data

The dump hook will print a detailed dump of each processes samples to the standard output.

Implementation

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

Configuration

The dump hook has no configurable options.

Example

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