You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- communication:
- zenoh:
- prefix: /example-c-dataflow
-
- nodes:
- - id: c_node
- custom:
- source: build/c_node
- inputs:
- timer: dora/timer/secs/1
- outputs:
- - tick
- - id: runtime-node
- operators:
- - id: c_operator
- shared-library: build/operator
- inputs:
- tick: c_node/tick
- outputs:
- - counter
- - id: c_sink
- custom:
- source: build/c_sink
- inputs:
- counter: runtime-node/c_operator/counter
|