1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added new path modes to example config

This commit is contained in:
Steffen Vogel 2017-10-18 12:50:13 +02:00
parent 19eaa85d6b
commit 14c948cb92

View file

@ -266,7 +266,13 @@ paths = (
rate = 100, # Send message over this path with a fixed (constant) rate (default: 0).
# Setting this value to 0 will disable this feature.
queuelen = 128
queuelen = 128,
mode = "all", # When this path should be triggered
# - "all": After all masked input nodes received new data
# - "any": After any of the masked input nodes received new data
mask = [ "acs" ], # A list of input nodes which will trigger the path
rate = 10.0 # A rate at which this path will be triggered if no input node receives new data
},
{
enabled = false,