Skip to content

Commit 10bc2f0

Browse files
committed
updating descriptors
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
1 parent b3d2ed6 commit 10bc2f0

File tree

29 files changed

+77
-215
lines changed

29 files changed

+77
-215
lines changed

getting-started/data-flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flow: hello-world
22

33
vars:
4-
BASE_DIR: "./zenoh-flow-examples/getting-started"
4+
BASE_DIR: "/Volumes/Workspace/Workspace/zettascale/zenoh-flow/zenoh-flow-examples/getting-started"
55

66
sources:
77
- id: zenoh-sub
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
id: file-writer
22

33
vars:
4-
BASE_DIR: "./zenoh-flow-examples/getting-started"
4+
BASE_DIR: "/Volumes/Workspace/Workspace/zettascale/zenoh-flow/zenoh-flow-examples/getting-started"
55

66
uri: "file://{{ BASE_DIR }}/nodes/python/file-writer/file-writer.py"
7-
8-
inputs:
9-
- id: in
10-
type: string
7+
inputs: [in]
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
id: greetings-maker
22

33
vars:
4-
BASE_DIR: "./zenoh-flow-examples/getting-started"
4+
BASE_DIR: "/Volumes/Workspace/Workspace/zettascale/zenoh-flow/zenoh-flow-examples/getting-started"
55

66
uri: "file://{{ BASE_DIR }}/nodes/python/greetings-maker/greetings-maker.py"
77

8-
inputs:
9-
- id: name
10-
type: string
11-
12-
outputs:
13-
- id: greeting
14-
type: string
8+
inputs: [name]
9+
outputs: [greeting]
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: file-writer
22

33
vars:
4-
BASE_DIR: "./zenoh-flow-examples/getting-started"
4+
BASE_DIR: "/Volumes/Workspace/Workspace/zettascale/zenoh-flow/zenoh-flow-examples/getting-started"
55

66
# Do not forget to change the extension depending on your operating system!
77
# Linux -> .so
@@ -11,6 +11,5 @@ uri: "file://{{ BASE_DIR }}/nodes/rust/target/debug/libfile_writer.dylib"
1111
# If the compilation is in release:
1212
# uri: file:///absolute/path/to/target/release/libfile_writer.so
1313

14-
inputs:
15-
- id: in
16-
type: string
14+
inputs: [in]
15+
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: greetings-maker
22

33
vars:
4-
BASE_DIR: "./zenoh-flow-examples/getting-started"
4+
BASE_DIR: "/Volumes/Workspace/Workspace/zettascale/zenoh-flow/zenoh-flow-examples/getting-started"
55

66
# Do not forget to change the extension depending on your operating system!
77
# Linux -> .so
@@ -11,10 +11,5 @@ uri: "file://{{ BASE_DIR }}/nodes/rust/target/debug/libgreetings_maker.dylib"
1111
# If the compilation is in release:
1212
# uri: file:///absolute/path/to/target/release/libgreetings_maker.so
1313

14-
inputs:
15-
- id: name
16-
type: string
17-
18-
outputs:
19-
- id: greeting
20-
type: string
14+
inputs: [name]
15+
outputs: [greeting]

montblanc/arequipa/arequipa.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@ id : Arequipa
22

33
uri: file:///home/ato/Workspace/zenoh-flow-examples/montblanc/target/release/libarequipa.so
44

5-
inputs:
6-
- id: Arkansas
7-
type: str
8-
9-
tags: []
5+
inputs: [Arkansas]

montblanc/barcelona/barcelona.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
id : Barcelona
22
uri: file:///home/ato/Workspace/zenoh-flow-examples/montblanc/target/release/libbarcelona.so
3-
inputs:
4-
- id: Mekong
5-
type: twist-w-coovariance-ts
6-
outputs:
7-
- id: Lena
8-
type: wrench-ts
9-
tags: []
3+
inputs: [Mekong]
4+
outputs: [Lena]

montblanc/cordoba/cordoba.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ uri: file:///home/ato/Workspace/zenoh-flow-examples/montblanc/target/release/lib
55
# period:
66
# length: 100
77
# unit: ms
8-
outputs:
9-
- id: Amazon
10-
type: f32
11-
12-
tags: []
8+
outputs: [Amazon]

montblanc/delhi/delhi.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ uri: file:///home/ato/Workspace/zenoh-flow-examples/montblanc/target/release/lib
55
# period:
66
# length: 1
77
# unit: s
8-
outputs:
9-
- id: Columbia
10-
type: img
11-
12-
tags: []
8+
outputs: [Columbia]

montblanc/freeport/freeport.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ uri: file:///home/ato/Workspace/zenoh-flow-examples/montblanc/target/release/lib
55
# period:
66
# length: 50
77
# unit: ms
8-
outputs:
9-
- id: Ganges
10-
type: i64
8+
outputs: [Ganges]
119

12-
tags: []

0 commit comments

Comments
 (0)