File size: 446 Bytes
b98ffbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
nodes:
- id: c_node
custom:
source: build/c_node
inputs:
timer: dora/timer/millis/50
outputs:
- message
- id: runtime-node
operators:
- id: c_operator
shared-library: build/operator
inputs:
message: c_node/message
outputs:
- counter
- id: c_sink
custom:
source: build/c_sink
inputs:
counter: runtime-node/c_operator/counter
|