Skip to content

Commit af34f55

Browse files
authored
Update readme with the new options of the shape_main application (omg-dds#23)
1 parent f942ace commit af34f55

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ different executables (built with different DDS implementations).
164164
The Shape application allows the following parameters:
165165

166166
~~~
167+
--help, -h : print this menu
168+
-P : publish samples
169+
-S : subscribe samples
167170
-d <int> : domain id (default: 0)
168171
-b : BEST_EFFORT reliability
169172
-r : RELIABLE reliability
@@ -176,12 +179,16 @@ The Shape application allows the following parameters:
176179
-p <partition> : set a 'partition' string
177180
-D [v|l|t|p] : set durability [v: VOLATILE, l: TRANSIENT_LOCAL]
178181
t: TRANSIENT, p: PERSISTENT]
179-
-P : publish samples
180-
-S : subscribe samples
181182
-x [1|2] : set data representation [1: XCDR, 2: XCDR2]
182183
-w : print Publisher's samples
183-
-z <int> : set shapesize (between 10-99)
184+
-z <int> : set shapesize (0: increase the size for every sample)
185+
-R : use 'read()' instead of 'take()'
186+
--write-period <ms>: waiting period between 'write()' operations in ms.
187+
Default: 33ms
188+
--read-period <ms> : waiting period between 'read()' or 'take()' operations
189+
in ms. Default: 100ms
184190
-v [e|d] : set log message verbosity [e: ERROR, d: DEBUG]
191+
185192
~~~
186193

187194
## Return Code

0 commit comments

Comments
 (0)