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:
parent
19eaa85d6b
commit
14c948cb92
1 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue