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/millis/50
- outputs:
- - counter
- - id: c_sink
- custom:
- source: build/c_sink
- inputs:
- counter: c_node/counter
|