-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial_yarp-multithreading.xml
34 lines (28 loc) · 1.17 KB
/
tutorial_yarp-multithreading.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<module>
<name>tutorial_yarp-multithreading</name>
<doxygen-group>tutotials VVV</doxygen-group>
<description>tutotial Multithreading</description>
<copypolicy>Released under the terms of the GNU GPL v2.0</copypolicy>
<version>1.0</version>
<description-long>
This module implements a simple multithread image producer
</description-long>
<authors>
<author email="ali.paikan@iit.it"> Ali Paikan </author>
</authors>
<arguments>
<param default="1" required="no" desc="number of threads (>=1)"> threads </param>
<param default="320" required="no" desc="image width"> width </param>
<param default="240" required="no" desc="image height"> height </param>
<param default="30" required="no" desc="image frame rate"> framerate </param>
</arguments>
<!-- <data> can have multiple <input> or <output> tags. -->
<data>
<!-- output datas if available -->
<output port_type="stream">
<type>ImageOf<PixelRgb></type>
<port carrier="udp">/PainterModule/img:o</port>
<description>streams a painted image</description>
</output>
</data>
</module>