mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
hook-reorder-ts: Add example for 'reorder_ts' hook
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
parent
bde1582348
commit
aa3e08ae64
1 changed files with 16 additions and 0 deletions
16
etc/examples/hooks/reorder_ts.conf
Normal file
16
etc/examples/hooks/reorder_ts.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
@include "hook-nodes.conf"
|
||||
|
||||
paths = (
|
||||
{
|
||||
in = "signal_node"
|
||||
out = "file_node"
|
||||
|
||||
hooks = (
|
||||
{
|
||||
type = "reorder_ts"
|
||||
|
||||
window = 10
|
||||
}
|
||||
)
|
||||
}
|
||||
)
|
Loading…
Add table
Reference in a new issue