diff --git a/data/yarpmanager/tests/xml/modules/test_grabber.xml b/data/yarpmanager/tests/xml/modules/test_grabber.xml index 804f5b35e40..c7e1941ff93 100644 --- a/data/yarpmanager/tests/xml/modules/test_grabber.xml +++ b/data/yarpmanager/tests/xml/modules/test_grabber.xml @@ -17,7 +17,7 @@ - + Rpc /test_grabber/quit no diff --git a/src/modules/opencv/opencv_grabber.xml b/src/modules/opencv/opencv_grabber.xml index d4cf1ab9877..78f69ea7f67 100644 --- a/src/modules/opencv/opencv_grabber.xml +++ b/src/modules/opencv/opencv_grabber.xml @@ -12,7 +12,15 @@ - + + Rpc + /opencv_grabber/quit + no + no + a port which receives rpc command such as 'quit'. + + + ImageOfPixelRgb /grabber output image port diff --git a/src/modules/portaudio/CMakeLists.txt b/src/modules/portaudio/CMakeLists.txt index 40842b3daa2..d40c7a3ab09 100644 --- a/src/modules/portaudio/CMakeLists.txt +++ b/src/modules/portaudio/CMakeLists.txt @@ -28,6 +28,9 @@ if(NOT SKIP_portaudio) else(PortAudio_FOUND) message(SEND_ERROR "portaudio not found") endif(PortAudio_FOUND) + + yarp_install(FILES portaudio.xml DESTINATION ${YARP_MODULES_INSTALL_DIR}) + endif(NOT SKIP_portaudio) diff --git a/src/modules/portaudio/portaudio.xml b/src/modules/portaudio/portaudio.xml new file mode 100644 index 00000000000..396473f40f7 --- /dev/null +++ b/src/modules/portaudio/portaudio.xml @@ -0,0 +1,51 @@ + + portaudio + A frame grabber test device (start up a fake image source) + 1.0 + + + framerate + rate + samples + channels + id + loopback + no_drop + stamp + render_mode_append + render_mode_immediate + + + + Paul Fitzpatrick + + + + + Rpc + /portaudio/quit + no + no + a port which receives rpc command such as 'quit'. + + + + Sound + /grabber + output audio port + + + + yarpdev + + + + + + + + + YARP + + + diff --git a/src/yarpmotorgui-gtk/CMakeLists.txt b/src/yarpmotorgui-gtk/CMakeLists.txt index 5e26efe4ced..d16ffd195b4 100644 --- a/src/yarpmotorgui-gtk/CMakeLists.txt +++ b/src/yarpmotorgui-gtk/CMakeLists.txt @@ -83,4 +83,7 @@ if(CREATE_YARPMOTORGUI AND YARP_HAS_GTK2) set_target_properties(yarpmotorgui-gtk PROPERTIES OUTPUT_NAME yarpmotorgui) endif() + yarp_install(FILES yarpmotorgui.xml + DESTINATION ${YARP_MODULES_INSTALL_DIR}) + endif() diff --git a/src/yarpmotorgui-gtk/yarpmotorgui.xml b/src/yarpmotorgui-gtk/yarpmotorgui.xml new file mode 100644 index 00000000000..651399eeb6b --- /dev/null +++ b/src/yarpmotorgui-gtk/yarpmotorgui.xml @@ -0,0 +1,29 @@ + + yarpmotorgui + Yarp motor GUI + 1.0 + + + Marco Randazzo + + + + name + parts + + + + + + + + + + + + + YARP + + + + diff --git a/src/yarpmotorgui-qt/CMakeLists.txt b/src/yarpmotorgui-qt/CMakeLists.txt index b655302b13d..45dd26fba13 100644 --- a/src/yarpmotorgui-qt/CMakeLists.txt +++ b/src/yarpmotorgui-qt/CMakeLists.txt @@ -82,5 +82,6 @@ if(CREATE_YARPMOTORGUI AND YARP_HAS_QT5) TARGET_DEST yarpmotorgui-qt.app INSTALL_COMPONENT utilities INSTALL_DESTINATION "${CMAKE_INSTALL_BINDIR}") - + yarp_install(FILES yarpmotorgui.xml + DESTINATION ${YARP_MODULES_INSTALL_DIR}) endif() diff --git a/src/yarpmotorgui-qt/yarpmotorgui.xml b/src/yarpmotorgui-qt/yarpmotorgui.xml new file mode 100644 index 00000000000..651399eeb6b --- /dev/null +++ b/src/yarpmotorgui-qt/yarpmotorgui.xml @@ -0,0 +1,29 @@ + + yarpmotorgui + Yarp motor GUI + 1.0 + + + Marco Randazzo + + + + name + parts + + + + + + + + + + + + + YARP + + + + diff --git a/src/yarpview-gtk/yarpview.xml b/src/yarpview-gtk/yarpview.xml index 266b786141c..2eb2cf42516 100644 --- a/src/yarpview-gtk/yarpview.xml +++ b/src/yarpview-gtk/yarpview.xml @@ -3,6 +3,12 @@ Yarp image viewer 1.0 + + Lorenzo Natale + Matteo Brunettini + Paul Fitzpatrick + + x @@ -10,19 +16,14 @@ w h p - out neto neti + out synch + compact + keep-above - - - Lorenzo Natale - Matteo Brunettini - Paul Fitzpatrick - - * @@ -44,3 +45,4 @@ + diff --git a/src/yarpview-qt/src/yarpview.xml b/src/yarpview-qt/src/yarpview.xml index 266b786141c..2eb2cf42516 100644 --- a/src/yarpview-qt/src/yarpview.xml +++ b/src/yarpview-qt/src/yarpview.xml @@ -3,6 +3,12 @@ Yarp image viewer 1.0 + + Lorenzo Natale + Matteo Brunettini + Paul Fitzpatrick + + x @@ -10,19 +16,14 @@ w h p - out neto neti + out synch + compact + keep-above - - - Lorenzo Natale - Matteo Brunettini - Paul Fitzpatrick - - * @@ -44,3 +45,4 @@ +