File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,9 @@ different executables (built with different DDS implementations).
164164The 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
You can’t perform that action at this time.
0 commit comments