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.
|
- nodes:
- - id: c_node
- path: 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
- path: build/c_sink
- inputs:
- counter: runtime-node/c_operator/counter
|