[yarp] 109/109: Update for yarp 2.3.70

Daniele E. Domenichelli drdanz-guest at moszumanska.debian.org
Thu Jun 22 16:10:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

drdanz-guest pushed a commit to branch master
in repository yarp.

commit df3628357ef23d895a77d32c540621472c8cc3c4
Author: Daniele E. Domenichelli <ddomenichelli at drdanz.it>
Date:   Mon Jun 19 17:57:28 2017 +0200

    Update for yarp 2.3.70
---
 .gitignore                                         |    7 +
 debian/control                                     |  148 +-
 debian/copyright                                   |  182 +-
 debian/libyarp-conf-dev.install                    |    3 +
 debian/libyarp-dev1.lintian-overrides              |    6 +-
 debian/libyarp-dev1.symbols                        | 1742 ++++----
 debian/libyarp-eigen-dev.install                   |    1 +
 debian/libyarp-gsl-dev.install                     |    2 +
 debian/libyarp-gsl-private-dev.install             |    1 +
 debian/libyarp-gsl1.install                        |    1 +
 debian/libyarp-gsl1.symbols                        |   13 +
 debian/libyarp-math-private-dev.install            |    1 +
 debian/libyarp-math1.symbols                       |  364 +-
 debian/libyarp-os-dev.install                      |    3 -
 debian/libyarp-os1.lintian-overrides               |    2 +
 debian/libyarp-os1.symbols                         | 4413 ++++++++++----------
 debian/libyarp-sig1.symbols                        |  304 +-
 debian/not-installed                               |   40 -
 .../patches/0003-Do-not-install-xmlrcpp-lib.patch  |   32 +
 ...4-Fix-spelling-errors-reported-by-lintian.patch |  812 ++++
 debian/patches/series                              |    2 +
 debian/python-yarp.lintian-overrides               |    1 +
 debian/rules                                       |   19 +-
 debian/source.lintian-overrides                    |    9 -
 debian/yarp-carrier-human.lintian-overrides        |    2 +
 debian/yarp-carrier-mpi.install                    |    1 +
 debian/yarp-carrier-portmonitor.lintian-overrides  |    2 +
 debian/yarp-data.install                           |    4 +-
 debian/yarp-device-fakeimu.lintian-overrides       |    2 +
 debian/yarp-device-fakelaser.lintian-overrides     |    2 +
 debian/yarp-device-opencv.lintian-overrides        |    2 +
 debian/yarp-device-serial.lintian-overrides        |    3 +-
 debian/yarp-device-testgrabber.install             |    2 +
 debian/yarp-doc.lintian-overrides                  |   25 +
 debian/yarp-tools.lintian-overrides                |   11 +
 debian/yarpbatterygui.lintian-overrides            |    2 +
 debian/yarpdatadumper.lintian-overrides            |    3 +
 debian/yarpdataplayer.lintian-overrides            |    2 +
 debian/yarplaserscannergui.lintian-overrides       |    2 +
 debian/yarplogger.lintian-overrides                |    2 +
 debian/yarpmanager.lintian-overrides               |    2 +
 debian/yarpmotorgui.lintian-overrides              |    3 +
 debian/yarprun.lintian-overrides                   |    2 +
 debian/yarpscope.lintian-overrides                 |    2 +
 debian/yarpserver.lintian-overrides                |    2 +
 debian/yarpview.lintian-overrides                  |    2 +
 46 files changed, 4837 insertions(+), 3351 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8855e1b..77706e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,8 +14,14 @@
 /debian/libyarp-dev/
 /debian/libyarp-dev1/
 /debian/yarp-doc/
+/debian/libyarp-conf-dev/
+/debian/libyarp-eigen-dev/
+/debian/libyarp-gsl-dev/
+/debian/libyarp-gsl-private-dev/
+/debian/libyarp-gsl1/
 /debian/libyarp-init1/
 /debian/libyarp-math-dev/
+/debian/libyarp-math-private-dev/
 /debian/libyarp-math1/
 /debian/libyarp-name-dev/
 /debian/libyarp-name1/
@@ -56,6 +62,7 @@
 /debian/yarp-device-rplidar/
 /debian/yarp-device-serial/
 /debian/yarp-device-serialservoboard/
+/debian/yarp-device-testgrabber/
 /debian/yarp-full/
 /debian/yarp-gui/
 /debian/yarp-optional-carriers/
diff --git a/debian/control b/debian/control
index 7ea7934..a46615d 100644
--- a/debian/control
+++ b/debian/control
@@ -144,13 +144,52 @@ Description: thin middleware for humanoid robots and more - [dev] shared librari
  .
  This package contains the [dev] shared library.
 
+Package: libyarp-gsl1
+Section: libs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: same
+Description: thin middleware for humanoid robots and more - [gsl] shared libraries
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the [gsl] shared library.
+
 ##################### DEV
 
+Package: libyarp-conf-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}
+Description: thin middleware for humanoid robots and more - [conf] development files
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the [conf] development files.
+
 Package: libyarp-os-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libyarp-os1 (= ${binary:Version})
+ libyarp-os1 (= ${binary:Version}),
+ libyarp-conf-dev (= ${binary:Version})
 Description: thin middleware for humanoid robots and more - [os] development files
  YARP stands for Yet Another Robot Platform. It is a library and toolkit
  for communication and device interfaces, used on everything from
@@ -184,10 +223,12 @@ Description: thin middleware for humanoid robots and more - [os] private develop
  .
  This package contains the [os] private development files.
 
+# FIXME Check deps
 Package: libyarp-sig-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
+ libyarp-conf-dev (= ${binary:Version}),
  libyarp-sig1 (= ${binary:Version})
 Description: thin middleware for humanoid robots and more - [sig] development files
  YARP stands for Yet Another Robot Platform. It is a library and toolkit
@@ -222,10 +263,12 @@ Description: thin middleware for humanoid robots and more - [sig] private develo
  .
  This package contains the [sig] private development files.
 
+# FIXME Check deps
 Package: libyarp-math-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
+ libyarp-conf-dev (= ${binary:Version}),
  libyarp-math1 (= ${binary:Version})
 Description: thin middleware for humanoid robots and more - [math] development files
  YARP stands for Yet Another Robot Platform. It is a library and toolkit
@@ -241,10 +284,31 @@ Description: thin middleware for humanoid robots and more - [math] development f
  .
  This package contains the [math] development files.
 
+Package: libyarp-math-private-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libyarp-math-dev (= ${binary:Version})
+Description: thin middleware for humanoid robots and more - [math] private development files
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the [math] private development files.
+
+# FIXME Check deps
 Package: libyarp-dev-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
+ libyarp-conf-dev (= ${binary:Version}),
  libyarp-dev1 (= ${binary:Version})
 Description: thin middleware for humanoid robots and more - [dev] development files
  YARP stands for Yet Another Robot Platform. It is a library and toolkit
@@ -260,6 +324,66 @@ Description: thin middleware for humanoid robots and more - [dev] development fi
  .
  This package contains the [dev] development files.
 
+# FIXME Check deps
+Package: libyarp-gsl-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libyarp-conf-dev (= ${binary:Version}),
+ libyarp-gsl1 (= ${binary:Version})
+Description: thin middleware for humanoid robots and more - [gsl] development files
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the [gsl] development files.
+
+Package: libyarp-gsl-private-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libyarp-gsl-dev (= ${binary:Version})
+Description: thin middleware for humanoid robots and more - [gsl] private development files
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the [gsl] private development files.
+
+# FIXME Check deps
+Package: libyarp-eigen-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libyarp-conf-dev (= ${binary:Version}),
+Description: thin middleware for humanoid robots and more - [eigen] development files
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the [eigen] development files.
+
 ##################### DEBUG
 
 Package: yarp-dbg
@@ -875,6 +999,23 @@ Description: thin middleware for humanoid robots and more - SerialServoBoard dev
  .
  This package contains the SerialServoBoard device plugin.
 
+Package: yarp-device-testgrabber
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: thin middleware for humanoid robots and more - test_grabber device
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the test_grabber device plugin.
+
 ##################### BINDINGS
 
 Package: libyarp-perl
@@ -960,10 +1101,13 @@ Package: yarp-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
+ libyarp-conf-dev (= ${binary:Version}),
  libyarp-os-dev (= ${binary:Version}),
  libyarp-dev-dev (= ${binary:Version}),
  libyarp-math-dev (= ${binary:Version}),
- libyarp-sig-dev (= ${binary:Version})
+ libyarp-sig-dev (= ${binary:Version}),
+ libyarp-gsl-dev (= ${binary:Version}),
+ libyarp-eigen-dev (= ${binary:Version})
 Suggests: cmake-curses-gui, cmake-qt-gui
 Description: thin middleware for humanoid robots and more - development files
  YARP stands for Yet Another Robot Platform. It is a library and toolkit
diff --git a/debian/copyright b/debian/copyright
index f70b028..47193b0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,40 +28,40 @@ License: LGPL-2.1+
 Files: example/cuda/*
  example/nvidia/*
  src/libYARP_dev/include/yarp/dev/GPUInterface.h
- src/modules/SerialServoBoard/SerialServoBoard.cpp
- src/modules/SerialServoBoard/SerialServoBoard.h
- src/modules/cuda/CUDADeviceDriver.cpp
- src/modules/cuda/CUDADeviceDriver.h
- src/modules/cuda/FunctionClass.h
- src/modules/nvidia/FBO_Filter.h
- src/modules/nvidia/NVIDIADeviceDriver.cpp
- src/modules/nvidia/NVIDIADeviceDriver.h
+ src/devices/SerialServoBoard/SerialServoBoard.cpp
+ src/devices/SerialServoBoard/SerialServoBoard.h
+ src/devices/cuda/CUDADeviceDriver.cpp
+ src/devices/cuda/CUDADeviceDriver.h
+ src/devices/cuda/FunctionClass.h
+ src/devices/nvidia/FBO_Filter.h
+ src/devices/nvidia/NVIDIADeviceDriver.cpp
+ src/devices/nvidia/NVIDIADeviceDriver.h
 Copyright: 2007, 2008 Giacomo Spigler
 License: LGPL-2.1+
 
-Files: src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcClient.cpp
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcClient.h
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcException.h
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcServer.cpp
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcServer.h
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcServerConnection.cpp
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcServerConnection.h
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcServerMethod.cpp
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcServerMethod.h
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcSource.cpp
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcSource.h
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcUtil.cpp
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcUtil.h
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcValue.cpp
- src/carriers/xmlrpc_carrier/xmlrpc/XmlRpcValue.h
+Files: extern/xmlrpcpp/xmlrpcpp/src/XmlRpcClient.cpp
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcClient.h
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcException.h
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcServer.cpp
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcServer.h
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcServerConnection.cpp
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcServerConnection.h
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcServerMethod.cpp
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcServerMethod.h
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcSource.cpp
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcSource.h
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcUtil.cpp
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcUtil.h
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcValue.cpp
+ extern/xmlrpcpp/xmlrpcpp/src/XmlRpcValue.h
 Copyright: 2002-2003, Chris Morley
 License: LGPL-2.1+
 
 Files: src/libYARP_dev/include/yarp/dev/IKinectDeviceDriver.h
- src/modules/kinect/OpenNI/KinectYarpDeviceClientLib/*
- src/modules/kinect/OpenNI/TEST/GLWindow.cpp
- src/modules/kinect/OpenNI/TEST/GLWindow.h
- src/modules/kinect/OpenNI/TEST/main.cpp
+ src/devices/kinect/OpenNI/KinectYarpDeviceClientLib/*
+ src/devices/kinect/OpenNI/TEST/GLWindow.cpp
+ src/devices/kinect/OpenNI/TEST/GLWindow.h
+ src/devices/kinect/OpenNI/TEST/main.cpp
 Copyright: 2011, Duarte Aragao
 License: LGPL-2.1+
 
@@ -69,12 +69,6 @@ Files: src/libYARP_dev/include/yarp/dev/RemoteFrameGrabber.h
  src/libYARP_dev/include/yarp/dev/RemoteFrameGrabberDC1394.h
  src/libYARP_dev/src/RemoteFrameGrabber.cpp
  src/libYARP_dev/src/RemoteFrameGrabberDC1394.cpp
- src/yarpview-gtk/FpsStats.h
- src/yarpview-gtk/ImagePort.cpp
- src/yarpview-gtk/ImagePort.h
- src/yarpview-gtk/ViewerResources.h
- src/yarpview-gtk/YarpImage2Pixbuf.cpp
- src/yarpview-gtk/YarpImage2Pixbuf.h
 Copyright: 2006, 2009, 2010 RobotCub Consortium, European Commission FP6 Project IST-004370
 License: LGPL-2.1+
 
@@ -115,12 +109,12 @@ Files: src/libYARP_OS/include/yarp/os/Bottle.h
 Copyright: 2006, 2008 RobotCub Consortium, Arjan Gijsberts
 License: LGPL-2.1+
 
-Files: src/modules/jrkerr/nmccom.cpp
- src/modules/jrkerr/nmccom.h
- src/modules/jrkerr/picservo.cpp
- src/modules/jrkerr/picservo.h
- src/modules/jrkerr/sio_util.cpp
- src/modules/jrkerr/sio_util.h
+Files: src/devices/jrkerr/nmccom.cpp
+ src/devices/jrkerr/nmccom.h
+ src/devices/jrkerr/picservo.cpp
+ src/devices/jrkerr/picservo.h
+ src/devices/jrkerr/sio_util.cpp
+ src/devices/jrkerr/sio_util.h
 Copyright: 2007, Jeffrey Kerr LLC
 License: BSD-3-clause
 
@@ -131,10 +125,10 @@ Files: src/libYARP_OS/include/yarp/os/impl/hmac/hmac_sha2.h
 Copyright: 2005, 2007 Olivier Gay <olivier.gay at a3.epfl.ch>
 License: BSD-3-clause
 
-Files: src/modules/dimax_u2c/I2c.cpp
- src/modules/dimax_u2c/I2c.h
- src/modules/dimax_u2c/i2cbridge.h
- src/modules/dimax_u2c/u2c_common_func.h
+Files: src/devices/dimax_u2c/I2c.cpp
+ src/devices/dimax_u2c/I2c.h
+ src/devices/dimax_u2c/i2cbridge.h
+ src/devices/dimax_u2c/u2c_common_func.h
 Copyright: 2004, Dimax ( http://www.xdimax.com )
 License: GPL
  This program is free software; you can redistribute it
@@ -152,17 +146,17 @@ Files: src/libYARP_dev/include/yarp/dev/SerialInterfaces.h
 Copyright: 2006, Alex Bernardino & Carlos Beltran-Gonzalez
 License: LGPL-2.1+
 
-Files: src/modules/PumaCalibrator/PumaCalibrator.cpp
- src/modules/PumaCalibrator/PumaCalibrator.h
- src/modules/meiMotionControl/MEIMotionControl.cpp
- src/modules/meiMotionControl/MEIMotionControl.h
+Files: src/devices/PumaCalibrator/PumaCalibrator.cpp
+ src/devices/PumaCalibrator/PumaCalibrator.h
+ src/devices/meiMotionControl/MEIMotionControl.cpp
+ src/devices/meiMotionControl/MEIMotionControl.h
 Copyright: 2007, Mattia Castelnovi
 License: LGPL-2.1+
 
-Files: src/modules/kinect/freenect/KinectDeviceDriver.cpp
- src/modules/kinect/freenect/KinectDeviceDriver.h
- src/modules/kinect/freenect/KinectExample.cpp
- src/modules/kinect/freenect/ServerKinect.h
+Files: src/devices/kinect/freenect/KinectDeviceDriver.cpp
+ src/devices/kinect/freenect/KinectDeviceDriver.h
+ src/devices/kinect/freenect/KinectExample.cpp
+ src/devices/kinect/freenect/ServerKinect.h
 Copyright: 2010, Philipp Robbel
 License: GPL-2
 
@@ -173,10 +167,6 @@ Files: src/yarpfs/link.cpp
 Copyright: 2007, RobotCub Consortium, Giacomo Spigler
 License: LGPL-2.1+
 
-Files: example/gtk/gtkdemo.cpp
-Copyright: 1995-1997, Peter Mattis, Spencer Kimball and Josh MacDonald
-License: LGPL-2+
-
 Files: src/idls/thrift/msvc/inttypes.h
  src/idls/thrift/msvc/stdint.h
 Copyright: 2006-2008, Alexander Chemeris
@@ -188,23 +178,23 @@ Files: src/idls/thrift/src_gen/parser.cc
 Copyright: 1984, 1989-1990, 2000-2006 Free Software Foundation, Inc.
 License: GPL-3+
 
-Files: src/modules/serial/SerialDeviceDriver.cpp
- src/modules/serial/SerialDeviceDriver.h
+Files: src/devices/serial/SerialDeviceDriver.cpp
+ src/devices/serial/SerialDeviceDriver.h
 Copyright: 2007, Alex Bernardino, Carlos Beltran-Gonzalez
 License: LGPL-2.1+
 
-Files: src/modules/jrkerr/JrkerrMotionControl.cpp
- src/modules/jrkerr/JrkerrMotionControl.h
+Files: src/devices/jrkerr/JrkerrMotionControl.cpp
+ src/devices/jrkerr/JrkerrMotionControl.h
 Copyright: 2006, Alexandre Bernardino, Julio Gomes
 License: LGPL-2.1+
 
-Files: src/modules/dimax_u2c/DimaxU2C.cpp
- src/modules/dimax_u2c/DimaxU2C.h
+Files: src/devices/dimax_u2c/DimaxU2C.cpp
+ src/devices/dimax_u2c/DimaxU2C.h
 Copyright: 2006, Assif Mirza
 License: LGPL-2.1+
 
-Files: src/modules/opencv/OpenCVGrabber.cpp
- src/modules/opencv/OpenCVGrabber.h
+Files: src/devices/opencv/OpenCVGrabber.cpp
+ src/devices/opencv/OpenCVGrabber.h
 Copyright: 2006, Eric Mislivec and RobotCub Consortium
 License: LGPL-2.1+
 
@@ -216,8 +206,8 @@ Files: src/libYARP_sig/include/yarp/sig/IplImage.h
 Copyright: 2000, Intel Corporation
 License: BSD-3-clause
 
-Files: src/modules/urbtc/UrbtcControl.cpp
- src/modules/urbtc/UrbtcControl.h
+Files: src/devices/urbtc/UrbtcControl.cpp
+ src/devices/urbtc/UrbtcControl.h
 Copyright: 2007, Jonas Ruesch
 License: LGPL-2.1+
 
@@ -225,27 +215,22 @@ Files: src/libYARP_dev/include/yarp/dev/ServerSoundGrabber.h
 Copyright: 2006, Julio Gomes
 License: LGPL-2.1+
 
-Files: src/modules/laserHokuyo/laserHokuyo.cpp
- src/modules/laserHokuyo/laserHokuyo.h
+Files: src/devices/laserHokuyo/laserHokuyo.cpp
+ src/devices/laserHokuyo/laserHokuyo.h
 Copyright: 2010, Marco Randazzo
 License: LGPL-2.1+
 
-Files: src/yarpview-gtk/yarpview.cpp
- src/yarpview-gtk/yarpview.h
-Copyright: 2006, Matteo Brunettini
-License: LGPL-2.1+
-
-Files: src/modules/dimax_u2c/Servo.cpp
- src/modules/dimax_u2c/Servo.h
+Files: src/devices/dimax_u2c/Servo.cpp
+ src/devices/dimax_u2c/Servo.h
 Copyright: 2005-2006, Mike P. Blow, Lars Olsson, Assif Mirza
 License: LGPL-2.1+
 
-Files: src/modules/DynamixelAX12Ftdi/*
+Files: src/devices/DynamixelAX12Ftdi/*
 Copyright: 2010, Ze Ji
 License: LGPL-2.1+
 
-Files: src/modules/urbtc/kernel_module/urbtc.h
- src/modules/urbtc/kernel_module/urobotc.h
+Files: src/devices/urbtc/kernel_module/urbtc.h
+ src/devices/urbtc/kernel_module/urobotc.h
 Copyright: 2007, iXs Research Corp
 License: GPL-2
 
@@ -254,7 +239,7 @@ Files: src/idls/thrift/src_thrift/md5.c
 Copyright: 1999-2000, 2002 Aladdin Enterprises.
 License: zlib/libpng
 
-Files: src/modules/vfw/vfw_extra_from_australia.h
+Files: src/devices/vfw/vfw_extra_from_australia.h
 Copyright: 2006, The University of Queensland, Australia <www.uq.edu.au>
 License: GPL-2+
 
@@ -292,19 +277,19 @@ License: CeCILL
  you have had knowledge of the CeCILL license and that you
  accept its terms.
 
-Files: src/modules/urbtc/kernel_module/urbtc.c
+Files: src/devices/urbtc/kernel_module/urbtc.c
 Copyright: 2001-2004, Greg Kroah-Hartman (greg at kroah.com)
 License: GPL-2
 
-Files: src/carriers/xmlrpc_carrier/xmlrpc/XmlRpc.h
+Files: extern/xmlrpcpp/xmlrpcpp/src/XmlRpc.h
 Copyright: 2002-2003, Chris Morley
 License: LGPL-2.1+
 
-Files: src/modules/vfw/vfw_extra_from_wine.h
+Files: src/devices/vfw/vfw_extra_from_wine.h
 Copyright: 2007, the Wine project
 License: LGPL-2.1+
 
-Files: src/modules/ffmpeg/FfmpegWriter.cpp
+Files: src/devices/ffmpeg/FfmpegWriter.cpp
 Copyright: 2003, Fabrice Bellard
   2006, RobotCub Consortium
 License: LGPL-2.1+
@@ -320,12 +305,12 @@ Files: src/libYARP_OS/src/DummyConnector.cpp
 Copyright: 2007, Freyr Magnusson and RobotCub Consortium
 License: LGPL-2.1+
 
-Files: src/modules/vfw/VfwGrabber.cpp
+Files: src/devices/vfw/VfwGrabber.cpp
 Copyright: 2000, Intel Corporation
   2007, RobotCub Consortium
 License: LGPL-2.1+
 
-Files: src/modules/microphone/WindowsMicrophoneDeviceDriver.cpp
+Files: src/devices/microphone/WindowsMicrophoneDeviceDriver.cpp
 Copyright: 2006, Julio Gomes, Alexandre Bernardino
 License: LGPL-2.1+
 
@@ -337,7 +322,7 @@ Files: src/libYARP_OS/src/TcpFace.cpp
 Copyright: 2006, 2010 RobotCub Consortium, Daniel Krieg
 License: LGPL-2.1+
 
-Files: src/modules/ffmpeg/FfmpegGrabber.cpp
+Files: src/devices/ffmpeg/FfmpegGrabber.cpp
 Copyright: 2006, RobotCub Consortium, Jonas Ruesch, Arjan Gijsberts
 License: LGPL-2.1+
 
@@ -369,11 +354,6 @@ Files: extern/tinyxml/tinyxml/*
 Copyright: Lee Thomason, Yves Berquin, Andrew Ellerton
 License: zlib/libpng
 
-Files: extern/gtkdatabox/gtkdatabox/gtk/gtkdatabox_ruler.c
- extern/gtkdatabox/gtkdatabox/gtk/gtkdatabox_ruler.h
-Copyright: 1995-1997, Peter Mattis, Spencer Kimball and Josh MacDonald
-License: LGPL-2+
-
 
 License: LGPL-2.1+
  This library is free software; you can redistribute it
@@ -397,28 +377,6 @@ License: LGPL-2.1+
  Public License version 2.1 can be found in the file
  `/usr/share/common-licenses/LGPL-2.1'.
 
-License: LGPL-2+
- This library is free software; you can redistribute it
- and/or modify it under the terms of the GNU Lesser General
- Public License as published by the Free Software
- Foundation; either version 2 of the License, or (at your
- option) any later version.
- .
- This library is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU Lesser General Public License for
- more details.
- .
- You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to
- the Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA  02110-1301  USA
- .
- On Debian systems, the full text of the GNU Lesser General
- Public License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2'.
-
 License: GPL-2
  This library is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
diff --git a/debian/libyarp-conf-dev.install b/debian/libyarp-conf-dev.install
new file mode 100644
index 0000000..44a6cd6
--- /dev/null
+++ b/debian/libyarp-conf-dev.install
@@ -0,0 +1,3 @@
+usr/include/yarp/conf/*.h
+usr/lib/*/YARP/*.cmake
+usr/share/yarp/cmake/*
diff --git a/debian/libyarp-dev1.lintian-overrides b/debian/libyarp-dev1.lintian-overrides
index 6b5e22d..3b35468 100644
--- a/debian/libyarp-dev1.lintian-overrides
+++ b/debian/libyarp-dev1.lintian-overrides
@@ -1 +1,5 @@
-spelling-error-in-binary usr/lib/x86_64-linux-gnu/libYARP_dev.so.2.3.66 whitH with
+# False positives
+spelling-error-in-binary usr/lib/*/libYARP_dev.so.* whitH with
+
+# From ROS messages
+spelling-error-in-binary usr/lib/*/libYARP_dev.so.* postion position
diff --git a/debian/libyarp-dev1.symbols b/debian/libyarp-dev1.symbols
index e336adf..481069e 100644
--- a/debian/libyarp-dev1.symbols
+++ b/debian/libyarp-dev1.symbols
@@ -1,725 +1,1019 @@
 libYARP_dev.so.1 libyarp-dev1 #MINVER#
- _ZN4yarp3dev10DevicePipe13updateServiceEv at Base 2.3.66.1
- _ZN4yarp3dev10DevicePipe4openEPKcRNS0_10PolyDriverERNS_2os10SearchableES3_ at Base 2.3.66.1
- _ZN4yarp3dev10DevicePipe4openERNS_2os10SearchableE at Base 2.3.66.1
- _ZN4yarp3dev10DevicePipe5closeEv at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver10getCommentEPKc at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver10getOptionsEv at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver15getDefaultValueEPKc at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver4giveEPNS0_12DeviceDriverEb at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver4linkERS1_ at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver4openERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver4openERNS_2os10SearchableE at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver4takeEv at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver8coreOpenERNS_2os10SearchableE at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver8getValueEPKc at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriver9closeMainEv at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriverD0Ev at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriverD1Ev at Base 2.3.66.1
- _ZN4yarp3dev10PolyDriverD2Ev at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroup12startServiceEv at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroup13updateServiceEv at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroup4openEPKcRNS0_10PolyDriverERNS_2os10SearchableES3_ at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroup4openERNS_2os10SearchableE at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroup9closeMainEv at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroupD0Ev at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroupD1Ev at Base 2.3.66.1
- _ZN4yarp3dev11DeviceGroupD2Ev at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial11receiveCharERc at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial11receiveLineEPci at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial12receiveBytesEPhi at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial3runEv at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial4openERNS_2os10SearchableE at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial4openEv at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial4sendEPcm at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial4sendERKNS_2os6BottleE at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial5closeEv at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial5flushEv at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial6setDTREb at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerial7receiveERNS_2os6BottleE at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerialC1Ev at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerialC2Ev at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerialD0Ev at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerialD1Ev at Base 2.3.66.1
- _ZN4yarp3dev12ServerSerialD2Ev at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor10initializeEiPKi at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor14getTemperatureEiPd at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor15getGearboxRatioEiPd at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor15getTemperaturesEPd at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor15setGearboxRatioEid at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor17getNumberOfMotorsEPi at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor19getTemperatureLimitEiPd at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotor19setTemperatureLimitEid at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotorC1EPNS0_9IMotorRawE at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotorC2EPNS0_9IMotorRawE at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotorD0Ev at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotorD1Ev at Base 2.3.66.1
- _ZN4yarp3dev14ImplementMotorD2Ev at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverList4pushEPNS0_10PolyDriverEPKc at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverList4pushERNS0_20PolyDriverDescriptorE at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverListC1Ev at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverListC2Ev at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverListD1Ev at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverListD2Ev at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverListaSERKS1_ at Base 2.3.66.1
- _ZN4yarp3dev14PolyDriverListixEi at Base 2.3.66.1
- _ZN4yarp3dev15DeviceResponder4readERNS_2os16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp3dev15DeviceResponder7respondERKNS_2os6BottleERS3_ at Base 2.3.66.1
- _ZN4yarp3dev15DeviceResponder8addUsageEPKcS3_ at Base 2.3.66.1
- _ZN4yarp3dev15DeviceResponder8addUsageERKNS_2os6BottleEPKc at Base 2.3.66.1
- _ZN4yarp3dev15DeviceResponder9makeUsageEv at Base 2.3.66.1
- _ZN4yarp3dev15DeviceResponderC1Ev at Base 2.3.66.1
- _ZN4yarp3dev15DeviceResponderC2Ev at Base 2.3.66.1
- _ZN4yarp3dev16TestFrameGrabber15createTestImageERNS_3sig7ImageOfINS2_8PixelRgbEEE at Base 2.3.66.1
- _ZN4yarp3dev16TestFrameGrabber15makeSimpleBayerERNS_3sig7ImageOfINS2_8PixelRgbEEERNS3_IhEE at Base 2.3.66.1
- _ZN4yarp3dev17IRemoteCalibrator19getCalibratorDeviceEv at Base 2.3.66.1
- _ZN4yarp3dev17IRemoteCalibrator19setCalibratorDeviceEPS1_ at Base 2.3.66.1
- _ZN4yarp3dev17IRemoteCalibrator23releaseCalibratorDeviceEv at Base 2.3.66.1
- _ZN4yarp3dev17IRemoteCalibrator25isCalibratorDevicePresentEPb at Base 2.3.66.1
- _ZN4yarp3dev17IRemoteCalibratorC1Ev at Base 2.3.66.1
- _ZN4yarp3dev17IRemoteCalibratorC2Ev at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfo10initializeEiPKi at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfo11getAxisNameEiRNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfo12getJointTypeEiRNS0_13JointTypeEnumE at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfo12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfoC1EPNS0_12IAxisInfoRawE at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfoC2EPNS0_12IAxisInfoRawE at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfoD0Ev at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfoD1Ev at Base 2.3.66.1
- _ZN4yarp3dev17ImplementAxisInfoD2Ev at Base 2.3.66.1
- _ZN4yarp3dev17StubDriverCreator6createEv at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber10getFeatureEiPd at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber10getFeatureEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber10hasFeatureEiPb at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber10hasOnePushEiPb at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber10setFeatureEid at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber10setFeatureEidd at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber10setOnePushEi at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber20getCameraDescriptionEP16CameraDescriptor at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber7getModeEiP11FeatureMode at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber7hasAutoEiPb at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber7setModeEi11FeatureMode at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber8hasOnOffEiPb at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber9getActiveEiPb at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber9hasManualEiPb at Base 2.3.66.1
- _ZN4yarp3dev18RemoteFrameGrabber9setActiveEib at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber10getFeatureEiPd at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber10getFeatureEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber10hasFeatureEiPb at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber10hasOnePushEiPb at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber10setFeatureEid at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber10setFeatureEidd at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber10setOnePushEi at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber12startServiceEv at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber13updateServiceEv at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber20getCameraDescriptionEP16CameraDescriptor at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber29respondToFrameGrabberControl2ERKNS_2os6BottleERS3_ at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber4openERNS_2os10SearchableE at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber7getModeEiP11FeatureMode at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber7hasAutoEiPb at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber7respondERKNS_2os6BottleERS3_ at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber7setModeEi11FeatureMode at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber8hasOnOffEiPb at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber9getActiveEiPb at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber9hasManualEiPb at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabber9setActiveEib at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabberC1Ev at Base 2.3.66.1
- _ZN4yarp3dev18ServerFrameGrabberC2Ev at Base 2.3.66.1
- _ZN4yarp3dev19IControlCalibration13setCalibratorEPNS0_11ICalibratorE at Base 2.3.66.1
- _ZN4yarp3dev19IControlCalibration4parkEb at Base 2.3.66.1
- _ZN4yarp3dev19IControlCalibration9calibrateEv at Base 2.3.66.1
- _ZN4yarp3dev19IControlCalibrationC1Ev at Base 2.3.66.1
- _ZN4yarp3dev19IControlCalibrationC2Ev at Base 2.3.66.1
- _ZN4yarp3dev19StubImplEncodersRaw19NOT_YET_IMPLEMENTEDEPKc at Base 2.3.66.1
- _ZN4yarp3dev20IControlCalibration213setCalibratorEPNS0_11ICalibratorE at Base 2.3.66.1
- _ZN4yarp3dev20IControlCalibration216abortCalibrationEv at Base 2.3.66.1
- _ZN4yarp3dev20IControlCalibration24parkEb at Base 2.3.66.1
- _ZN4yarp3dev20IControlCalibration29abortParkEv at Base 2.3.66.1
- _ZN4yarp3dev20IControlCalibration29calibrateEv at Base 2.3.66.1
- _ZN4yarp3dev20IControlCalibration2C1Ev at Base 2.3.66.1
- _ZN4yarp3dev20IControlCalibration2C2Ev at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode10initializeEiPKi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode13setTorqueModeEi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode14getControlModeEiPi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode15getControlModesEPi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode15setOpenLoopModeEi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode15setPositionModeEi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode15setVelocityModeEi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode24setImpedancePositionModeEi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlMode24setImpedanceVelocityModeEi at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlModeC1EPNS0_15IControlModeRawE at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlModeC2EPNS0_15IControlModeRawE at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlModeD0Ev at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlModeD1Ev at Base 2.3.66.1
- _ZN4yarp3dev20ImplementControlModeD2Ev at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode210initializeEiPKi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode212uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode213setTorqueModeEi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode214getControlModeEiPi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode214setControlModeEii at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode215getControlModesEPi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode215getControlModesEiPKiPi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode215setControlModesEPi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode215setControlModesEiPKiPi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode215setOpenLoopModeEi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode215setPositionModeEi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode215setVelocityModeEi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode224setImpedancePositionModeEi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode224setImpedanceVelocityModeEi at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode2C1EPNS0_16IControlMode2RawE at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode2C2EPNS0_16IControlMode2RawE at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode2D0Ev at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode2D1Ev at Base 2.3.66.1
- _ZN4yarp3dev21ImplementControlMode2D2Ev at Base 2.3.66.1
- _ZN4yarp3dev21StubImplPidControlRaw19NOT_YET_IMPLEMENTEDEPKc at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed10getEncoderEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed10initializeEiPKiPKdS5_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed10setEncoderEid at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed11getEncodersEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed11setEncodersEPKd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed12resetEncoderEi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed13resetEncodersEv at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed15getEncoderSpeedEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed15getEncoderTimedEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed16getEncoderSpeedsEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed16getEncodersTimedEPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed22getEncoderAccelerationEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed23getEncoderAccelerationsEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimed7getAxesEPi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimedC1EPNS0_17IEncodersTimedRawE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimedC2EPNS0_17IEncodersTimedRawE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimedD0Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimedD1Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementEncodersTimedD2Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders10initializeEiPKiPKdS5_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders15getMotorEncoderEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders15setMotorEncoderEid at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders16getMotorEncodersEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders16setMotorEncodersEPKd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders17resetMotorEncoderEi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders18resetMotorEncodersEv at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders20getMotorEncoderSpeedEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders20getMotorEncoderTimedEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders21getMotorEncoderSpeedsEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders21getMotorEncodersTimedEPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders24getNumberOfMotorEncodersEPi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders27getMotorEncoderAccelerationEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders28getMotorEncoderAccelerationsEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders34getMotorEncoderCountsPerRevolutionEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncoders34setMotorEncoderCountsPerRevolutionEid at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncodersC1EPNS0_17IMotorEncodersRawE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncodersC2EPNS0_17IMotorEncodersRawE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncodersD0Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncodersD1Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementMotorEncodersD2Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl10getTorquesEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl10initializeEiPKiPKdS5_S5_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl12getBemfParamEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl12getRefTorqueEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl12getTorquePidEiPNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl12setBemfParamEid at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl12setRefTorqueEid at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl12setTorquePidEiRKNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl13getRefTorquesEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl13getTorquePidsEPNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl13setRefTorquesEPKd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl13setRefTorquesEiPKiPKd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl13setTorqueModeEv at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl13setTorquePidsEPKNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl14getTorqueErrorEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl14getTorqueRangeEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl14resetTorquePidEi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl15enableTorquePidEi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl15getTorqueErrorsEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl15getTorqueRangesEPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl15setTorqueOffsetEid at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl16disableTorquePidEi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl18getTorquePidOutputEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl19getTorqueErrorLimitEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl19getTorquePidOutputsEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl19setTorqueErrorLimitEid at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl20getMotorTorqueParamsEiPNS0_21MotorTorqueParametersE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl20getTorqueErrorLimitsEPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl20setMotorTorqueParamsEiNS0_21MotorTorqueParametersE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl20setTorqueErrorLimitsEPKd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl7getAxesEPi at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControl9getTorqueEiPd at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControlC1EPNS0_17ITorqueControlRawE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControlC2EPNS0_17ITorqueControlRawE at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControlD0Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControlD1Ev at Base 2.3.66.1
- _ZN4yarp3dev22ImplementTorqueControlD2Ev at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits210initializeEiPKiPKdS5_ at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits212getVelLimitsEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits212setVelLimitsEidd at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits212uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits29getLimitsEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits29setLimitsEidd at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits2C1EPNS0_18IControlLimits2RawE at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits2C2EPNS0_18IControlLimits2RawE at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits2D0Ev at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits2D1Ev at Base 2.3.66.1
- _ZN4yarp3dev23ImplementControlLimits2D2Ev at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect10initializeEiPKiPKdS5_ at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect11setPositionEid at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect12setPositionsEPKd at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect12setPositionsEiPKiPd at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect14getRefPositionEiPd at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect15getRefPositionsEPd at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect15getRefPositionsEiPKiPd at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect21setPositionDirectModeEv at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirect7getAxesEPi at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirectC1EPNS0_18IPositionDirectRawE at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirectC2EPNS0_18IPositionDirectRawE at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirectD0Ev at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirectD1Ev at Base 2.3.66.1
- _ZN4yarp3dev23ImplementPositionDirectD2Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode10initializeEiPKi at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode10initializeEiPKiPKdS5_ at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode18getInteractionModeEiPNS0_19InteractionModeEnumE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode18setInteractionModeEiNS0_19InteractionModeEnumE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode19getInteractionModesEPNS0_19InteractionModeEnumE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode19getInteractionModesEiPiPNS0_19InteractionModeEnumE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode19setInteractionModesEPNS0_19InteractionModeEnumE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionMode19setInteractionModesEiPiPNS0_19InteractionModeEnumE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionModeC1EPNS0_19IInteractionModeRawE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionModeC2EPNS0_19IInteractionModeRawE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionModeD0Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionModeD1Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementInteractionModeD2Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl10getOutputsEPd at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl10initializeEiPKi at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl12getRefOutputEiPd at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl12setRefOutputEid at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl13getRefOutputsEPd at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl13setRefOutputsEPKd at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl15setOpenLoopModeEv at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControl9getOutputEiPd at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControlC1EPNS0_19IOpenLoopControlRawE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControlC2EPNS0_19IOpenLoopControlRawE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControlD0Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControlD1Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementOpenLoopControlD2Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariables10initializeEiPKi at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariables12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariables17getRemoteVariableENS_2os11ConstStringERNS2_6BottleE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariables17setRemoteVariableENS_2os11ConstStringERKNS2_6BottleE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariables22getRemoteVariablesListEPNS_2os6BottleE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariablesC1EPNS0_19IRemoteVariablesRawE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariablesC2EPNS0_19IRemoteVariablesRawE at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariablesD0Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariablesD1Ev at Base 2.3.66.1
- _ZN4yarp3dev24ImplementRemoteVariablesD2Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl10initializeEiPKiPKdS5_S5_ at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl12getImpedanceEiPdS2_ at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl12setImpedanceEidd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl12uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl18getImpedanceOffsetEiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl18setImpedanceOffsetEid at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl24getCurrentImpedanceLimitEiPdS2_S2_S2_ at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControl7getAxesEPi at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControlC1EPNS0_20IImpedanceControlRawE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControlC2EPNS0_20IImpedanceControlRawE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControlD0Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControlD1Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementImpedanceControlD2Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl210initializeEiPKiPKdS5_ at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl211getRefSpeedEiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl211setRefSpeedEid at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212getRefSpeedsEPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212getRefSpeedsEiPKiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212positionMoveEPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212positionMoveEiPKiPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212positionMoveEid at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212relativeMoveEPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212relativeMoveEiPKiPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212relativeMoveEid at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212setRefSpeedsEPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212setRefSpeedsEiPKiPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl212uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl215checkMotionDoneEPb at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl215checkMotionDoneEiPKiPb at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl215checkMotionDoneEiPb at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl215setPositionModeEv at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl217getTargetPositionEiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl218getRefAccelerationEiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl218getTargetPositionsEPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl218getTargetPositionsEiPKiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl218setRefAccelerationEid at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl219getRefAccelerationsEPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl219getRefAccelerationsEiPKiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl219setRefAccelerationsEPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl219setRefAccelerationsEiPKiPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl24stopEi at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl24stopEiPKi at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl24stopEv at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl27getAxesEPi at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl2C1EPNS0_20IPositionControl2RawE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl2C2EPNS0_20IPositionControl2RawE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl2D0Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl2D1Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementPositionControl2D2Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl210getVelPidsEPNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl210initializeEiPKiPKdS5_ at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl210setVelPidsEPKNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl212uninitializeEv at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl212velocityMoveEPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl212velocityMoveEiPKiPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl212velocityMoveEid at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl214getRefVelocityEiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl215setVelocityModeEv at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl216getRefVelocitiesEPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl216getRefVelocitiesEiPKiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl218getRefAccelerationEiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl218setRefAccelerationEid at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl219getRefAccelerationsEPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl219getRefAccelerationsEiPKiPd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl219setRefAccelerationsEPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl219setRefAccelerationsEiPKiPKd at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl24stopEi at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl24stopEiPKi at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl24stopEv at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl27getAxesEPi at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl29getVelPidEiPNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl29setVelPidEiRKNS0_3PidE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl2C1EPNS0_20IVelocityControl2RawE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl2C2EPNS0_20IVelocityControl2RawE at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl2D0Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl2D1Ev at Base 2.3.66.1
- _ZN4yarp3dev25ImplementVelocityControl2D2Ev at Base 2.3.66.1
- _ZN4yarp3dev25StubImplPositionDirectRaw19NOT_YET_IMPLEMENTEDEPKc at Base 2.3.66.1
- _ZN4yarp3dev26StubImplPositionControlRaw19NOT_YET_IMPLEMENTEDEPKc at Base 2.3.66.1
- _ZN4yarp3dev3Pid17setStictionValuesEdd at Base 2.3.66.1
- _ZN4yarp3dev3Pid5setKdEd at Base 2.3.66.1
- _ZN4yarp3dev3Pid5setKiEd at Base 2.3.66.1
- _ZN4yarp3dev3Pid5setKpEd at Base 2.3.66.1
- _ZN4yarp3dev3Pid6setKffEd at Base 2.3.66.1
- _ZN4yarp3dev3Pid8setScaleEd at Base 2.3.66.1
- _ZN4yarp3dev3Pid9setMaxIntEd at Base 2.3.66.1
- _ZN4yarp3dev3Pid9setMaxOutEd at Base 2.3.66.1
- _ZN4yarp3dev3Pid9setOffsetEd at Base 2.3.66.1
- _ZN4yarp3dev3PidC1Edddddd at Base 2.3.66.1
- _ZN4yarp3dev3PidC1Eddddddddd at Base 2.3.66.1
- _ZN4yarp3dev3PidC1Ev at Base 2.3.66.1
- _ZN4yarp3dev3PidC2Edddddd at Base 2.3.66.1
- _ZN4yarp3dev3PidC2Eddddddddd at Base 2.3.66.1
- _ZN4yarp3dev3PidC2Ev at Base 2.3.66.1
- _ZN4yarp3dev3PidD1Ev at Base 2.3.66.1
- _ZN4yarp3dev3PidD2Ev at Base 2.3.66.1
- _ZN4yarp3dev7Drivers3addEPNS0_13DriverCreatorE at Base 2.3.66.1
- _ZN4yarp3dev7Drivers4findEPKc at Base 2.3.66.1
- _ZN4yarp3dev7Drivers4initEv at Base 2.3.66.1
- _ZN4yarp3dev7Drivers4openERNS_2os10SearchableE at Base 2.3.66.1
- _ZN4yarp3dev7Drivers6removeEPKc at Base 2.3.66.1
- _ZN4yarp3dev7Drivers7yarpdevEiPPc at Base 2.3.66.1
- _ZN4yarp3dev7Drivers8instanceE at Base 2.3.66.1
- _ZN4yarp3dev7Drivers8toStringEv at Base 2.3.66.1
- _ZN4yarp3dev7DriversC1Ev at Base 2.3.66.1
- _ZN4yarp3dev7DriversC2Ev at Base 2.3.66.1
- _ZN4yarp3dev7DriversD0Ev at Base 2.3.66.1
- _ZN4yarp3dev7DriversD1Ev at Base 2.3.66.1
- _ZN4yarp3dev7DriversD2Ev at Base 2.3.66.1
- _ZNK4yarp3dev14PolyDriverList4sizeEv at Base 2.3.66.1
- _ZNK4yarp3dev14PolyDriverListixEi at Base 2.3.66.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_ at Base 2.3.66.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_default_appendEm at Base 2.3.66.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJRKS5_EEEvDpOT_ at Base 2.3.66.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 2.3.66.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 2.3.66.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEaSERKS7_ at Base 2.3.66.1
- _ZNSt6vectorIdSaIdEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPdS1_EEmRKd at Base 2.3.66.1
- _ZNSt6vectorIdSaIdEE17_M_default_appendEm at Base 2.3.66.1
- _ZNSt6vectorIdSaIdEE6resizeEm at Base 2.3.66.1
- _ZNSt6vectorIdSaIdEEaSERKS1_ at Base 2.3.66.1
- _ZNSt6vectorIfSaIfEE17_M_default_appendEm at Base 2.3.66.1
- _ZNSt6vectorIfSaIfEE6resizeEm at Base 2.3.66.1
- _ZNSt6vectorIiSaIiEE17_M_default_appendEm at Base 2.3.66.1
- _ZNSt6vectorIiSaIiEE6resizeEm at Base 2.3.66.1
- _ZNSt6vectorIiSaIiEEaSERKS1_ at Base 2.3.66.1
- _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_ at Base 2.3.66.1
- _ZTIN4yarp2os16PortablePairBaseE at Base 2.3.66.1
- _ZTIN4yarp2os18YarpPluginSelectorE at Base 2.3.66.1
- _ZTIN4yarp2os19AbstractContactableE at Base 2.3.66.1
- _ZTIN4yarp2os21UnbufferedContactableE at Base 2.3.66.1
- _ZTIN4yarp2os8PortableE at Base 2.3.66.1
- _ZTIN4yarp3dev10DevicePipeE at Base 2.3.66.1
- _ZTIN4yarp3dev10PolyDriverE at Base 2.3.66.1
- _ZTIN4yarp3dev11DeviceGroupE at Base 2.3.66.1
- _ZTIN4yarp3dev11IPidControlE at Base 2.3.66.1
- _ZTIN4yarp3dev12DeviceDriverE at Base 2.3.66.1
- _ZTIN4yarp3dev12IAudioRenderE at Base 2.3.66.1
- _ZTIN4yarp3dev12IControlModeE at Base 2.3.66.1
- _ZTIN4yarp3dev12ServerSerialE at Base 2.3.66.1
- _ZTIN4yarp3dev13DriverCreatorE at Base 2.3.66.1
- _ZTIN4yarp3dev13IAnalogSensorE at Base 2.3.66.1
- _ZTIN4yarp3dev13IControlMode2E at Base 2.3.66.1
- _ZTIN4yarp3dev13ISerialDeviceE at Base 2.3.66.1
- _ZTIN4yarp3dev14IControlLimitsE at Base 2.3.66.1
- _ZTIN4yarp3dev14IEncodersTimedE at Base 2.3.66.1
- _ZTIN4yarp3dev14IGenericSensorE at Base 2.3.66.1
- _ZTIN4yarp3dev14IMotorEncodersE at Base 2.3.66.1
- _ZTIN4yarp3dev14IRangefinder2DE at Base 2.3.66.1
- _ZTIN4yarp3dev14ITorqueControlE at Base 2.3.66.1
- _ZTIN4yarp3dev14ImplementMotorE at Base 2.3.66.1
- _ZTIN4yarp3dev15DeviceResponderE at Base 2.3.66.1
- _ZTIN4yarp3dev15IControlLimits2E at Base 2.3.66.1
- _ZTIN4yarp3dev15IPositionDirectE at Base 2.3.66.1
- _ZTIN4yarp3dev15IPreciselyTimedE at Base 2.3.66.1
- _ZTIN4yarp3dev15ImplementDC1394E at Base 2.3.66.1
- _ZTIN4yarp3dev16IInteractionModeE at Base 2.3.66.1
- _ZTIN4yarp3dev16IMultipleWrapperE at Base 2.3.66.1
- _ZTIN4yarp3dev16IOpenLoopControlE at Base 2.3.66.1
- _ZTIN4yarp3dev16IPositionControlE at Base 2.3.66.1
- _ZTIN4yarp3dev16IRemoteVariablesE at Base 2.3.66.1
- _ZTIN4yarp3dev16IVelocityControlE at Base 2.3.66.1
- _ZTIN4yarp3dev16TestFrameGrabberE at Base 2.3.66.1
- _ZTIN4yarp3dev17DriverLinkCreatorE at Base 2.3.66.1
- _ZTIN4yarp3dev17IAmplifierControlE at Base 2.3.66.1
- _ZTIN4yarp3dev17IFrameWriterImageE at Base 2.3.66.1
- _ZTIN4yarp3dev17IImpedanceControlE at Base 2.3.66.1
- _ZTIN4yarp3dev17IPositionControl2E at Base 2.3.66.1
- _ZTIN4yarp3dev17IRemoteCalibratorE at Base 2.3.66.1
- _ZTIN4yarp3dev17IVelocityControl2E at Base 2.3.66.1
- _ZTIN4yarp3dev17ImplementAxisInfoE at Base 2.3.66.1
- _ZTIN4yarp3dev17StubDriverCreatorE at Base 2.3.66.1
- _ZTIN4yarp3dev18IAudioGrabberSoundE at Base 2.3.66.1
- _ZTIN4yarp3dev18IAudioVisualStreamE at Base 2.3.66.1
- _ZTIN4yarp3dev18IFrameGrabberImageE at Base 2.3.66.1
- _ZTIN4yarp3dev18RemoteFrameGrabberE at Base 2.3.66.1
- _ZTIN4yarp3dev18ServerFrameGrabberE at Base 2.3.66.1
- _ZTIN4yarp3dev19IAudioVisualGrabberE at Base 2.3.66.1
- _ZTIN4yarp3dev19IControlCalibrationE at Base 2.3.66.1
- _ZTIN4yarp3dev20IControlCalibration2E at Base 2.3.66.1
- _ZTIN4yarp3dev20IVirtualAnalogSensorE at Base 2.3.66.1
- _ZTIN4yarp3dev20ImplementControlModeE at Base 2.3.66.1
- _ZTIN4yarp3dev21IFrameGrabberControlsE at Base 2.3.66.1
- _ZTIN4yarp3dev21IFrameGrabberImageRawE at Base 2.3.66.1
- _ZTIN4yarp3dev21ImplementControlMode2E at Base 2.3.66.1
- _ZTIN4yarp3dev22DeprecatedDeviceDriverE at Base 2.3.66.1
- _ZTIN4yarp3dev22IFrameGrabberControls2E at Base 2.3.66.1
- _ZTIN4yarp3dev22ImplementEncodersTimedE at Base 2.3.66.1
- _ZTIN4yarp3dev22ImplementMotorEncodersE at Base 2.3.66.1
- _ZTIN4yarp3dev22ImplementTorqueControlE at Base 2.3.66.1
- _ZTIN4yarp3dev23IFrameWriterAudioVisualE at Base 2.3.66.1
- _ZTIN4yarp3dev23ImplementControlLimits2E at Base 2.3.66.1
- _ZTIN4yarp3dev23ImplementPositionDirectE at Base 2.3.66.1
- _ZTIN4yarp3dev24ImplementInteractionModeE at Base 2.3.66.1
- _ZTIN4yarp3dev24ImplementOpenLoopControlE at Base 2.3.66.1
- _ZTIN4yarp3dev24ImplementRemoteVariablesE at Base 2.3.66.1
- _ZTIN4yarp3dev25ImplementImpedanceControlE at Base 2.3.66.1
- _ZTIN4yarp3dev25ImplementPositionControl2E at Base 2.3.66.1
- _ZTIN4yarp3dev25ImplementVelocityControl2E at Base 2.3.66.1
- _ZTIN4yarp3dev27IFrameGrabberControlsDC1394E at Base 2.3.66.1
- _ZTIN4yarp3dev6IMotorE at Base 2.3.66.1
- _ZTIN4yarp3dev7DriversE at Base 2.3.66.1
- _ZTIN4yarp3dev8IBatteryE at Base 2.3.66.1
- _ZTIN4yarp3dev8IServiceE at Base 2.3.66.1
- _ZTIN4yarp3dev8IWrapperE at Base 2.3.66.1
- _ZTIN4yarp3dev9IAxisInfoE at Base 2.3.66.1
- _ZTIN4yarp3dev9IEncodersE at Base 2.3.66.1
- _ZTIN4yarp3dev9TestMotorE at Base 2.3.66.1
- _ZTIN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.66.1
- _ZTIN4yarp3sig7ImageOfIhEE at Base 2.3.66.1
- _ZTSN4yarp2os16PortablePairBaseE at Base 2.3.66.1
- _ZTSN4yarp2os18YarpPluginSelectorE at Base 2.3.66.1
- _ZTSN4yarp2os19AbstractContactableE at Base 2.3.66.1
- _ZTSN4yarp2os21UnbufferedContactableE at Base 2.3.66.1
- _ZTSN4yarp2os8PortableE at Base 2.3.66.1
- _ZTSN4yarp3dev10DevicePipeE at Base 2.3.66.1
- _ZTSN4yarp3dev10PolyDriverE at Base 2.3.66.1
- _ZTSN4yarp3dev11DeviceGroupE at Base 2.3.66.1
- _ZTSN4yarp3dev11IPidControlE at Base 2.3.66.1
- _ZTSN4yarp3dev12DeviceDriverE at Base 2.3.66.1
- _ZTSN4yarp3dev12IAudioRenderE at Base 2.3.66.1
- _ZTSN4yarp3dev12IControlModeE at Base 2.3.66.1
- _ZTSN4yarp3dev12ServerSerialE at Base 2.3.66.1
- _ZTSN4yarp3dev13DriverCreatorE at Base 2.3.66.1
- _ZTSN4yarp3dev13IAnalogSensorE at Base 2.3.66.1
- _ZTSN4yarp3dev13IControlMode2E at Base 2.3.66.1
- _ZTSN4yarp3dev13ISerialDeviceE at Base 2.3.66.1
- _ZTSN4yarp3dev14IControlLimitsE at Base 2.3.66.1
- _ZTSN4yarp3dev14IEncodersTimedE at Base 2.3.66.1
- _ZTSN4yarp3dev14IGenericSensorE at Base 2.3.66.1
- _ZTSN4yarp3dev14IMotorEncodersE at Base 2.3.66.1
- _ZTSN4yarp3dev14IRangefinder2DE at Base 2.3.66.1
- _ZTSN4yarp3dev14ITorqueControlE at Base 2.3.66.1
- _ZTSN4yarp3dev14ImplementMotorE at Base 2.3.66.1
- _ZTSN4yarp3dev15DeviceResponderE at Base 2.3.66.1
- _ZTSN4yarp3dev15IControlLimits2E at Base 2.3.66.1
- _ZTSN4yarp3dev15IPositionDirectE at Base 2.3.66.1
- _ZTSN4yarp3dev15IPreciselyTimedE at Base 2.3.66.1
- _ZTSN4yarp3dev15ImplementDC1394E at Base 2.3.66.1
- _ZTSN4yarp3dev16IInteractionModeE at Base 2.3.66.1
- _ZTSN4yarp3dev16IMultipleWrapperE at Base 2.3.66.1
- _ZTSN4yarp3dev16IOpenLoopControlE at Base 2.3.66.1
- _ZTSN4yarp3dev16IPositionControlE at Base 2.3.66.1
- _ZTSN4yarp3dev16IRemoteVariablesE at Base 2.3.66.1
- _ZTSN4yarp3dev16IVelocityControlE at Base 2.3.66.1
- _ZTSN4yarp3dev16TestFrameGrabberE at Base 2.3.66.1
- _ZTSN4yarp3dev17DriverLinkCreatorE at Base 2.3.66.1
- _ZTSN4yarp3dev17IAmplifierControlE at Base 2.3.66.1
- _ZTSN4yarp3dev17IFrameWriterImageE at Base 2.3.66.1
- _ZTSN4yarp3dev17IImpedanceControlE at Base 2.3.66.1
- _ZTSN4yarp3dev17IPositionControl2E at Base 2.3.66.1
- _ZTSN4yarp3dev17IRemoteCalibratorE at Base 2.3.66.1
- _ZTSN4yarp3dev17IVelocityControl2E at Base 2.3.66.1
- _ZTSN4yarp3dev17ImplementAxisInfoE at Base 2.3.66.1
- _ZTSN4yarp3dev17StubDriverCreatorE at Base 2.3.66.1
- _ZTSN4yarp3dev18IAudioGrabberSoundE at Base 2.3.66.1
- _ZTSN4yarp3dev18IAudioVisualStreamE at Base 2.3.66.1
- _ZTSN4yarp3dev18IFrameGrabberImageE at Base 2.3.66.1
- _ZTSN4yarp3dev18RemoteFrameGrabberE at Base 2.3.66.1
- _ZTSN4yarp3dev18ServerFrameGrabberE at Base 2.3.66.1
- _ZTSN4yarp3dev19IAudioVisualGrabberE at Base 2.3.66.1
- _ZTSN4yarp3dev19IControlCalibrationE at Base 2.3.66.1
- _ZTSN4yarp3dev20IControlCalibration2E at Base 2.3.66.1
- _ZTSN4yarp3dev20IVirtualAnalogSensorE at Base 2.3.66.1
- _ZTSN4yarp3dev20ImplementControlModeE at Base 2.3.66.1
- _ZTSN4yarp3dev21IFrameGrabberControlsE at Base 2.3.66.1
- _ZTSN4yarp3dev21IFrameGrabberImageRawE at Base 2.3.66.1
- _ZTSN4yarp3dev21ImplementControlMode2E at Base 2.3.66.1
- _ZTSN4yarp3dev22DeprecatedDeviceDriverE at Base 2.3.66.1
- _ZTSN4yarp3dev22IFrameGrabberControls2E at Base 2.3.66.1
- _ZTSN4yarp3dev22ImplementEncodersTimedE at Base 2.3.66.1
- _ZTSN4yarp3dev22ImplementMotorEncodersE at Base 2.3.66.1
- _ZTSN4yarp3dev22ImplementTorqueControlE at Base 2.3.66.1
- _ZTSN4yarp3dev23IFrameWriterAudioVisualE at Base 2.3.66.1
- _ZTSN4yarp3dev23ImplementControlLimits2E at Base 2.3.66.1
- _ZTSN4yarp3dev23ImplementPositionDirectE at Base 2.3.66.1
- _ZTSN4yarp3dev24ImplementInteractionModeE at Base 2.3.66.1
- _ZTSN4yarp3dev24ImplementOpenLoopControlE at Base 2.3.66.1
- _ZTSN4yarp3dev24ImplementRemoteVariablesE at Base 2.3.66.1
- _ZTSN4yarp3dev25ImplementImpedanceControlE at Base 2.3.66.1
- _ZTSN4yarp3dev25ImplementPositionControl2E at Base 2.3.66.1
- _ZTSN4yarp3dev25ImplementVelocityControl2E at Base 2.3.66.1
- _ZTSN4yarp3dev27IFrameGrabberControlsDC1394E at Base 2.3.66.1
- _ZTSN4yarp3dev6IMotorE at Base 2.3.66.1
- _ZTSN4yarp3dev7DriversE at Base 2.3.66.1
- _ZTSN4yarp3dev8IBatteryE at Base 2.3.66.1
- _ZTSN4yarp3dev8IServiceE at Base 2.3.66.1
- _ZTSN4yarp3dev8IWrapperE at Base 2.3.66.1
- _ZTSN4yarp3dev9IAxisInfoE at Base 2.3.66.1
- _ZTSN4yarp3dev9IEncodersE at Base 2.3.66.1
- _ZTSN4yarp3dev9TestMotorE at Base 2.3.66.1
- _ZTSN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.66.1
- _ZTSN4yarp3sig7ImageOfIhEE at Base 2.3.66.1
- _ZTVN4yarp2os18YarpPluginSelectorE at Base 2.3.66.1
- _ZTVN4yarp2os21UnbufferedContactableE at Base 2.3.66.1
- _ZTVN4yarp2os8PortableE at Base 2.3.66.1
- _ZTVN4yarp3dev10DevicePipeE at Base 2.3.66.1
- _ZTVN4yarp3dev10PolyDriverE at Base 2.3.66.1
- _ZTVN4yarp3dev11DeviceGroupE at Base 2.3.66.1
- _ZTVN4yarp3dev11IPidControlE at Base 2.3.66.1
- _ZTVN4yarp3dev12DeviceDriverE at Base 2.3.66.1
- _ZTVN4yarp3dev12IControlModeE at Base 2.3.66.1
- _ZTVN4yarp3dev12ServerSerialE at Base 2.3.66.1
- _ZTVN4yarp3dev13IControlMode2E at Base 2.3.66.1
- _ZTVN4yarp3dev13ISerialDeviceE at Base 2.3.66.1
- _ZTVN4yarp3dev14IControlLimitsE at Base 2.3.66.1
- _ZTVN4yarp3dev14IEncodersTimedE at Base 2.3.66.1
- _ZTVN4yarp3dev14IMotorEncodersE at Base 2.3.66.1
- _ZTVN4yarp3dev14ITorqueControlE at Base 2.3.66.1
- _ZTVN4yarp3dev14ImplementMotorE at Base 2.3.66.1
- _ZTVN4yarp3dev15DeviceResponderE at Base 2.3.66.1
- _ZTVN4yarp3dev15IControlLimits2E at Base 2.3.66.1
- _ZTVN4yarp3dev15IPositionDirectE at Base 2.3.66.1
- _ZTVN4yarp3dev15IPreciselyTimedE at Base 2.3.66.1
- _ZTVN4yarp3dev16IInteractionModeE at Base 2.3.66.1
- _ZTVN4yarp3dev16IMultipleWrapperE at Base 2.3.66.1
- _ZTVN4yarp3dev16IOpenLoopControlE at Base 2.3.66.1
- _ZTVN4yarp3dev16IPositionControlE at Base 2.3.66.1
- _ZTVN4yarp3dev16IVelocityControlE at Base 2.3.66.1
- _ZTVN4yarp3dev16TestFrameGrabberE at Base 2.3.66.1
- _ZTVN4yarp3dev17DriverLinkCreatorE at Base 2.3.66.1
- _ZTVN4yarp3dev17IAmplifierControlE at Base 2.3.66.1
- _ZTVN4yarp3dev17IImpedanceControlE at Base 2.3.66.1
- _ZTVN4yarp3dev17IPositionControl2E at Base 2.3.66.1
- _ZTVN4yarp3dev17IRemoteCalibratorE at Base 2.3.66.1
- _ZTVN4yarp3dev17IVelocityControl2E at Base 2.3.66.1
- _ZTVN4yarp3dev17ImplementAxisInfoE at Base 2.3.66.1
- _ZTVN4yarp3dev17StubDriverCreatorE at Base 2.3.66.1
- _ZTVN4yarp3dev18RemoteFrameGrabberE at Base 2.3.66.1
- _ZTVN4yarp3dev18ServerFrameGrabberE at Base 2.3.66.1
- _ZTVN4yarp3dev19IControlCalibrationE at Base 2.3.66.1
- _ZTVN4yarp3dev20IControlCalibration2E at Base 2.3.66.1
- _ZTVN4yarp3dev20ImplementControlModeE at Base 2.3.66.1
- _ZTVN4yarp3dev21ImplementControlMode2E at Base 2.3.66.1
- _ZTVN4yarp3dev22DeprecatedDeviceDriverE at Base 2.3.66.1
- _ZTVN4yarp3dev22ImplementEncodersTimedE at Base 2.3.66.1
- _ZTVN4yarp3dev22ImplementMotorEncodersE at Base 2.3.66.1
- _ZTVN4yarp3dev22ImplementTorqueControlE at Base 2.3.66.1
- _ZTVN4yarp3dev23ImplementControlLimits2E at Base 2.3.66.1
- _ZTVN4yarp3dev23ImplementPositionDirectE at Base 2.3.66.1
- _ZTVN4yarp3dev24ImplementInteractionModeE at Base 2.3.66.1
- _ZTVN4yarp3dev24ImplementOpenLoopControlE at Base 2.3.66.1
- _ZTVN4yarp3dev24ImplementRemoteVariablesE at Base 2.3.66.1
- _ZTVN4yarp3dev25ImplementImpedanceControlE at Base 2.3.66.1
- _ZTVN4yarp3dev25ImplementPositionControl2E at Base 2.3.66.1
- _ZTVN4yarp3dev25ImplementVelocityControl2E at Base 2.3.66.1
- _ZTVN4yarp3dev6IMotorE at Base 2.3.66.1
- _ZTVN4yarp3dev7DriversE at Base 2.3.66.1
- _ZTVN4yarp3dev8IWrapperE at Base 2.3.66.1
- _ZTVN4yarp3dev9IAxisInfoE at Base 2.3.66.1
- _ZTVN4yarp3dev9IEncodersE at Base 2.3.66.1
- _ZTVN4yarp3dev9TestMotorE at Base 2.3.66.1
- _ZTVN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.66.1
- _ZTVN4yarp3sig7ImageOfIhEE at Base 2.3.66.1
- _ZThn16_N4yarp3dev12ServerSerial3runEv at Base 2.3.66.1
- _ZThn16_N4yarp3dev12ServerSerialD0Ev at Base 2.3.66.1
- _ZThn16_N4yarp3dev12ServerSerialD1Ev at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber10getFeatureEiPd at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber10getFeatureEiPdS2_ at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber10hasFeatureEiPb at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber10hasOnePushEiPb at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber10setFeatureEid at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber10setFeatureEidd at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber10setOnePushEi at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber20getCameraDescriptionEP16CameraDescriptor at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber7getModeEiP11FeatureMode at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber7hasAutoEiPb at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber7setModeEi11FeatureMode at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber8hasOnOffEiPb at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber9getActiveEiPb at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber9hasManualEiPb at Base 2.3.66.1
- _ZThn272_N4yarp3dev18ServerFrameGrabber9setActiveEib at Base 2.3.66.1
- _ZThn280_N4yarp3dev18ServerFrameGrabber12startServiceEv at Base 2.3.66.1
- _ZThn280_N4yarp3dev18ServerFrameGrabber13updateServiceEv at Base 2.3.66.1
- _ZThn8_N4yarp3dev10DevicePipe13updateServiceEv at Base 2.3.66.1
- _ZThn8_N4yarp3dev11DeviceGroup12startServiceEv at Base 2.3.66.1
- _ZThn8_N4yarp3dev11DeviceGroup13updateServiceEv at Base 2.3.66.1
- _ZThn8_N4yarp3dev11DeviceGroupD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp3dev11DeviceGroupD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial11receiveCharERc at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial11receiveLineEPci at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial12receiveBytesEPhi at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial4sendEPcm at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial4sendERKNS_2os6BottleE at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial5flushEv at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial6setDTREb at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerial7receiveERNS_2os6BottleE at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerialD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp3dev12ServerSerialD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber10getFeatureEiPd at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber10getFeatureEiPdS2_ at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber10hasFeatureEiPb at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber10hasOnePushEiPb at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber10setFeatureEid at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber10setFeatureEidd at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber10setOnePushEi at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber20getCameraDescriptionEP16CameraDescriptor at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber7getModeEiP11FeatureMode at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber7hasAutoEiPb at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber7setModeEi11FeatureMode at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber8hasOnOffEiPb at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber9getActiveEiPb at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber9hasManualEiPb at Base 2.3.66.1
- _ZThn8_N4yarp3dev18RemoteFrameGrabber9setActiveEib at Base 2.3.66.1
- _ZThn8_N4yarp3dev18ServerFrameGrabber7respondERKNS_2os6BottleERS3_ at Base 2.3.66.1
+ _ZN4yarp3dev10DevicePipe13updateServiceEv at Base 2.3.70
+ _ZN4yarp3dev10DevicePipe4openEPKcRNS0_10PolyDriverERNS_2os10SearchableES3_ at Base 2.3.70
+ _ZN4yarp3dev10DevicePipe4openERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev10DevicePipe5closeEv at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver10getCommentEPKc at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver10getOptionsEv at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver15getDefaultValueEPKc at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver4giveEPNS0_12DeviceDriverEb at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver4linkERS1_ at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver4openERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver4openERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver4takeEv at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver8coreOpenERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver8getValueEPKc at Base 2.3.70
+ _ZN4yarp3dev10PolyDriver9closeMainEv at Base 2.3.70
+ _ZN4yarp3dev10PolyDriverD0Ev at Base 2.3.70
+ _ZN4yarp3dev10PolyDriverD1Ev at Base 2.3.70
+ _ZN4yarp3dev10PolyDriverD2Ev at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroup12startServiceEv at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroup13updateServiceEv at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroup4openEPKcRNS0_10PolyDriverERNS_2os10SearchableES3_ at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroup4openERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroup9closeMainEv at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroupD0Ev at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroupD1Ev at Base 2.3.70
+ _ZN4yarp3dev11DeviceGroupD2Ev at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial11receiveCharERc at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial11receiveLineEPci at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial12receiveBytesEPhi at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial3runEv at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial4openERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial4openEv at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial4sendEPcm at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial4sendERKNS_2os6BottleE at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial5closeEv at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial5flushEv at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial6setDTREb at Base 2.3.70
+ _ZN4yarp3dev12ServerSerial7receiveERNS_2os6BottleE at Base 2.3.70
+ _ZN4yarp3dev12ServerSerialC1Ev at Base 2.3.70
+ _ZN4yarp3dev12ServerSerialC2Ev at Base 2.3.70
+ _ZN4yarp3dev12ServerSerialD0Ev at Base 2.3.70
+ _ZN4yarp3dev12ServerSerialD1Ev at Base 2.3.70
+ _ZN4yarp3dev12ServerSerialD2Ev at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber10fromConfigERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber10stopThreadEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber10threadInitEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber13threadReleaseEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber14setupFlexImageERKNS_3sig5ImageERNS2_9FlexImageE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber15initialize_YARPERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber17shallowCopyImagesERKNS_3sig9FlexImageERS3_ at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber18openDeferredAttachERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber22openAndAttachSubDeviceERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber3runEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber4openERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber5closeEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber5splitERKNS_3sig5ImageERS3_S6_ at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber6attachEPNS0_10PolyDriverE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber6detachEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber6stitchERNS_3sig9FlexImageERKNS2_5ImageES7_ at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber7cleanUpEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber7respondERKNS_2os6BottleERS3_bb at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber9attachAllERKNS0_14PolyDriverListE at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabber9detachAllEv at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabberC1Ev at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabberC2Ev at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabberD0Ev at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabberD1Ev at Base 2.3.70
+ _ZN4yarp3dev13ServerGrabberD2Ev at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor10initializeEiPKi at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor14getTemperatureEiPd at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor15getGearboxRatioEiPd at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor15getTemperaturesEPd at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor15setGearboxRatioEid at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor17getNumberOfMotorsEPi at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor19getTemperatureLimitEiPd at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotor19setTemperatureLimitEid at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotorC1EPNS0_9IMotorRawE at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotorC2EPNS0_9IMotorRawE at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotorD0Ev at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotorD1Ev at Base 2.3.70
+ _ZN4yarp3dev14ImplementMotorD2Ev at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverList4pushEPNS0_10PolyDriverEPKc at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverList4pushERNS0_20PolyDriverDescriptorE at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverListC1Ev at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverListC2Ev at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverListD1Ev at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverListD2Ev at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverListaSERKS1_ at Base 2.3.70
+ _ZN4yarp3dev14PolyDriverListixEi at Base 2.3.70
+ _ZN4yarp3dev15DeviceResponder4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp3dev15DeviceResponder7respondERKNS_2os6BottleERS3_ at Base 2.3.70
+ _ZN4yarp3dev15DeviceResponder8addUsageEPKcS3_ at Base 2.3.70
+ _ZN4yarp3dev15DeviceResponder8addUsageERKNS_2os6BottleEPKc at Base 2.3.70
+ _ZN4yarp3dev15DeviceResponder9makeUsageEv at Base 2.3.70
+ _ZN4yarp3dev15DeviceResponderC1Ev at Base 2.3.70
+ _ZN4yarp3dev15DeviceResponderC2Ev at Base 2.3.70
+ _ZN4yarp3dev17IJoypadController12parseActionsERKNS_2os10SearchableEPi at Base 2.3.70
+ _ZN4yarp3dev17IJoypadController13executeActionEi at Base 2.3.70
+ _ZN4yarp3dev17IRemoteCalibrator19getCalibratorDeviceEv at Base 2.3.70
+ _ZN4yarp3dev17IRemoteCalibrator19setCalibratorDeviceEPS1_ at Base 2.3.70
+ _ZN4yarp3dev17IRemoteCalibrator23releaseCalibratorDeviceEv at Base 2.3.70
+ _ZN4yarp3dev17IRemoteCalibrator25isCalibratorDevicePresentEPb at Base 2.3.70
+ _ZN4yarp3dev17IRemoteCalibratorC1Ev at Base 2.3.70
+ _ZN4yarp3dev17IRemoteCalibratorC2Ev at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfo10initializeEiPKi at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfo11getAxisNameEiRNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfo12getJointTypeEiRNS0_13JointTypeEnumE at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfo12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfoC1EPNS0_12IAxisInfoRawE at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfoC2EPNS0_12IAxisInfoRawE at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfoD0Ev at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfoD1Ev at Base 2.3.70
+ _ZN4yarp3dev17ImplementAxisInfoD2Ev at Base 2.3.70
+ _ZN4yarp3dev17StubDriverCreator6createEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber10getShutterEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber10setShutterEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber11getExposureEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber11setExposureEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber11stopServiceEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber12getSharpnessEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber12setSharpnessEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber12startServiceEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber13getBrightnessEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber13getSaturationEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber13setBrightnessEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber13setSaturationEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber13stopRecordingEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber13updateServiceEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber14getAudioVisualERNS_3sig7ImageOfINS2_8PixelRgbEEERNS2_5SoundE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber14startRecordingEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber15getWhiteBalanceERdS2_ at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber15setWhiteBalanceEdd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber4openERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber5closeEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber6getHueEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber6setHueEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber7getGainEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber7getIrisEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber7respondERKNS_2os6BottleERS3_ at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber7setGainEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber7setIrisEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getDatumERNS_2os12PortablePairINS_3sig7ImageOfINS4_8PixelRgbEEENS4_5SoundEEE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig5SoundE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig7ImageOfINS2_8PixelRgbEEE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig7ImageOfINS2_8PixelRgbEEERNS2_5SoundE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig7ImageOfIhEE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getGammaEv at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getImageERNS_3sig7ImageOfINS2_8PixelRgbEEE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getImageERNS_3sig7ImageOfIhEE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8getSoundERNS_3sig5SoundE at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabber8setGammaEd at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabberC1Ev at Base 2.3.70
+ _ZN4yarp3dev18ServerFrameGrabberC2Ev at Base 2.3.70
+ _ZN4yarp3dev19IControlCalibration13setCalibratorEPNS0_11ICalibratorE at Base 2.3.70
+ _ZN4yarp3dev19IControlCalibration4parkEb at Base 2.3.70
+ _ZN4yarp3dev19IControlCalibration9calibrateEv at Base 2.3.70
+ _ZN4yarp3dev19IControlCalibrationC1Ev at Base 2.3.70
+ _ZN4yarp3dev19IControlCalibrationC2Ev at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl10initializeEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl12getDutyCycleEiPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl13getDutyCyclesEPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl15getRefDutyCycleEiPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl15setRefDutyCycleEid at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl16getRefDutyCyclesEPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl16setRefDutyCyclesEPKd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControl17getNumberOfMotorsEPi at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControlC1EPNS0_14IPWMControlRawE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControlC2EPNS0_14IPWMControlRawE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControlD0Ev at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControlD1Ev at Base 2.3.70
+ _ZN4yarp3dev19ImplementPWMControlD2Ev at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl10disablePidERKNS0_18PidControlTypeEnumEi at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl10initializeEiPKiPKdS5_S5_S5_ at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl11getPidErrorERKNS0_18PidControlTypeEnumEiPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl12getPidErrorsERKNS0_18PidControlTypeEnumEPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl12getPidOutputERKNS0_18PidControlTypeEnumEiPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl12isPidEnabledERKNS0_18PidControlTypeEnumEiPb at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl12setPidOffsetERKNS0_18PidControlTypeEnumEid at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl13getPidOutputsERKNS0_18PidControlTypeEnumEPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl15getPidReferenceERKNS0_18PidControlTypeEnumEiPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl15setPidReferenceERKNS0_18PidControlTypeEnumEid at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl16getPidErrorLimitERKNS0_18PidControlTypeEnumEiPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl16getPidReferencesERKNS0_18PidControlTypeEnumEPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl16setPidErrorLimitERKNS0_18PidControlTypeEnumEid at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl16setPidReferencesERKNS0_18PidControlTypeEnumEPKd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl17getPidErrorLimitsERKNS0_18PidControlTypeEnumEPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl17setPidErrorLimitsERKNS0_18PidControlTypeEnumEPKd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl21convert_units_to_userERKNS0_18PidControlTypeEnumEPKdPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl21convert_units_to_userERKNS0_18PidControlTypeEnumEdPdi at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl24convert_units_to_machineERKNS0_18PidControlTypeEnumEPKdPd at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl24convert_units_to_machineERKNS0_18PidControlTypeEnumEdiRdRi at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl6getPidERKNS0_18PidControlTypeEnumEiPNS0_3PidE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl6setPidERKNS0_18PidControlTypeEnumEiRKNS0_3PidE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl7getPidsERKNS0_18PidControlTypeEnumEPNS0_3PidE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl7setPidsERKNS0_18PidControlTypeEnumEPKNS0_3PidE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl8resetPidERKNS0_18PidControlTypeEnumEi at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControl9enablePidERKNS0_18PidControlTypeEnumEi at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControlC1EPNS0_14IPidControlRawE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControlC2EPNS0_14IPidControlRawE at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControlD0Ev at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControlD1Ev at Base 2.3.70
+ _ZN4yarp3dev19ImplementPidControlD2Ev at Base 2.3.70
+ _ZN4yarp3dev19StubImplEncodersRaw19NOT_YET_IMPLEMENTEDEPKc at Base 2.3.70
+ _ZN4yarp3dev20IControlCalibration213setCalibratorEPNS0_11ICalibratorE at Base 2.3.70
+ _ZN4yarp3dev20IControlCalibration216abortCalibrationEv at Base 2.3.70
+ _ZN4yarp3dev20IControlCalibration24parkEb at Base 2.3.70
+ _ZN4yarp3dev20IControlCalibration29abortParkEv at Base 2.3.70
+ _ZN4yarp3dev20IControlCalibration29calibrateEv at Base 2.3.70
+ _ZN4yarp3dev20IControlCalibration2C1Ev at Base 2.3.70
+ _ZN4yarp3dev20IControlCalibration2C2Ev at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode10initializeEiPKi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode13setTorqueModeEi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode14getControlModeEiPi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode15getControlModesEPi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode15setPositionModeEi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode15setVelocityModeEi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode24setImpedancePositionModeEi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlMode24setImpedanceVelocityModeEi at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlModeC1EPNS0_15IControlModeRawE at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlModeC2EPNS0_15IControlModeRawE at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlModeD0Ev at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlModeD1Ev at Base 2.3.70
+ _ZN4yarp3dev20ImplementControlModeD2Ev at Base 2.3.70
+ _ZN4yarp3dev20LaserMeasurementData13get_cartesianERdS2_ at Base 2.3.70
+ _ZN4yarp3dev20LaserMeasurementData13set_cartesianEdd at Base 2.3.70
+ _ZN4yarp3dev20LaserMeasurementData9get_polarERdS2_ at Base 2.3.70
+ _ZN4yarp3dev20LaserMeasurementData9set_polarEdd at Base 2.3.70
+ _ZN4yarp3dev20LaserMeasurementDataC1Ev at Base 2.3.70
+ _ZN4yarp3dev20LaserMeasurementDataC2Ev at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode210initializeEiPKi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode212uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode213setTorqueModeEi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode214getControlModeEiPi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode214setControlModeEii at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode215getControlModesEPi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode215getControlModesEiPKiPi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode215setControlModesEPi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode215setControlModesEiPKiPi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode215setPositionModeEi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode215setVelocityModeEi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode224setImpedancePositionModeEi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode224setImpedanceVelocityModeEi at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode2C1EPNS0_16IControlMode2RawE at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode2C2EPNS0_16IControlMode2RawE at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode2D0Ev at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode2D1Ev at Base 2.3.70
+ _ZN4yarp3dev21ImplementControlMode2D2Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed10getEncoderEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed10initializeEiPKiPKdS5_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed10setEncoderEid at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed11getEncodersEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed11setEncodersEPKd at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed12resetEncoderEi at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed13resetEncodersEv at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed15getEncoderSpeedEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed15getEncoderTimedEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed16getEncoderSpeedsEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed16getEncodersTimedEPdS2_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed22getEncoderAccelerationEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed23getEncoderAccelerationsEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimed7getAxesEPi at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimedC1EPNS0_17IEncodersTimedRawE at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimedC2EPNS0_17IEncodersTimedRawE at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimedD0Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimedD1Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementEncodersTimedD2Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders10initializeEiPKiPKdS5_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders15getMotorEncoderEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders15setMotorEncoderEid at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders16getMotorEncodersEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders16setMotorEncodersEPKd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders17resetMotorEncoderEi at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders18resetMotorEncodersEv at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders20getMotorEncoderSpeedEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders20getMotorEncoderTimedEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders21getMotorEncoderSpeedsEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders21getMotorEncodersTimedEPdS2_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders24getNumberOfMotorEncodersEPi at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders27getMotorEncoderAccelerationEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders28getMotorEncoderAccelerationsEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders34getMotorEncoderCountsPerRevolutionEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncoders34setMotorEncoderCountsPerRevolutionEid at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncodersC1EPNS0_17IMotorEncodersRawE at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncodersC2EPNS0_17IMotorEncodersRawE at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncodersD0Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncodersD1Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementMotorEncodersD2Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl10getTorquesEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl10initializeEiPKiPKdS5_S5_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl12getBemfParamEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl12getRefTorqueEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl12setBemfParamEid at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl12setRefTorqueEid at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl13getRefTorquesEPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl13setRefTorquesEPKd at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl13setRefTorquesEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl14getTorqueRangeEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl15getTorqueRangesEPdS2_ at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl20getMotorTorqueParamsEiPNS0_21MotorTorqueParametersE at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl20setMotorTorqueParamsEiNS0_21MotorTorqueParametersE at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl7getAxesEPi at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControl9getTorqueEiPd at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControlC1EPNS0_17ITorqueControlRawE at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControlC2EPNS0_17ITorqueControlRawE at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControlD0Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControlD1Ev at Base 2.3.70
+ _ZN4yarp3dev22ImplementTorqueControlD2Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits210initializeEiPKiPKdS5_ at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits212getVelLimitsEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits212setVelLimitsEidd at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits212uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits29getLimitsEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits29setLimitsEidd at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits2C1EPNS0_18IControlLimits2RawE at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits2C2EPNS0_18IControlLimits2RawE at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits2D0Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits2D1Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementControlLimits2D2Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl10getCurrentEiPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl10initializeEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl11getCurrentsEPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl13getRefCurrentEiPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl13setRefCurrentEid at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl14getRefCurrentsEPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl14setRefCurrentsEPKd at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl14setRefCurrentsEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl15getCurrentRangeEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl16getCurrentRangesEPdS2_ at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControl17getNumberOfMotorsEPi at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControlC1EPNS0_18ICurrentControlRawE at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControlC2EPNS0_18ICurrentControlRawE at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControlD0Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControlD1Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementCurrentControlD2Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect10initializeEiPKiPKdS5_ at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect11setPositionEid at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect12setPositionsEPKd at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect12setPositionsEiPKiPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect14getRefPositionEiPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect15getRefPositionsEPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect15getRefPositionsEiPKiPd at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirect7getAxesEPi at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirectC1EPNS0_18IPositionDirectRawE at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirectC2EPNS0_18IPositionDirectRawE at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirectD0Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirectD1Ev at Base 2.3.70
+ _ZN4yarp3dev23ImplementPositionDirectD2Ev at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode10initializeEiPKi at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode10initializeEiPKiPKdS5_ at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode18getInteractionModeEiPNS0_19InteractionModeEnumE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode18setInteractionModeEiNS0_19InteractionModeEnumE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode19getInteractionModesEPNS0_19InteractionModeEnumE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode19getInteractionModesEiPiPNS0_19InteractionModeEnumE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode19setInteractionModesEPNS0_19InteractionModeEnumE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionMode19setInteractionModesEiPiPNS0_19InteractionModeEnumE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionModeC1EPNS0_19IInteractionModeRawE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionModeC2EPNS0_19IInteractionModeRawE at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionModeD0Ev at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionModeD1Ev at Base 2.3.70
+ _ZN4yarp3dev24ImplementInteractionModeD2Ev at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariables10initializeEiPKi at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariables12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariables17getRemoteVariableENS_2os11ConstStringERNS2_6BottleE at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariables17setRemoteVariableENS_2os11ConstStringERKNS2_6BottleE at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariables22getRemoteVariablesListEPNS_2os6BottleE at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariablesC1EPNS0_19IRemoteVariablesRawE at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariablesC2EPNS0_19IRemoteVariablesRawE at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariablesD0Ev at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariablesD1Ev at Base 2.3.70
+ _ZN4yarp3dev24ImplementRemoteVariablesD2Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl10initializeEiPKiPKdS5_S5_ at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl12getImpedanceEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl12setImpedanceEidd at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl12uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl18getImpedanceOffsetEiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl18setImpedanceOffsetEid at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl24getCurrentImpedanceLimitEiPdS2_S2_S2_ at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControl7getAxesEPi at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControlC1EPNS0_20IImpedanceControlRawE at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControlC2EPNS0_20IImpedanceControlRawE at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControlD0Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControlD1Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementImpedanceControlD2Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl210initializeEiPKiPKdS5_ at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl211getRefSpeedEiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl211setRefSpeedEid at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212getRefSpeedsEPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212getRefSpeedsEiPKiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212positionMoveEPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212positionMoveEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212positionMoveEid at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212relativeMoveEPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212relativeMoveEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212relativeMoveEid at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212setRefSpeedsEPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212setRefSpeedsEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl212uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl215checkMotionDoneEPb at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl215checkMotionDoneEiPKiPb at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl215checkMotionDoneEiPb at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl217getTargetPositionEiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl218getRefAccelerationEiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl218getTargetPositionsEPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl218getTargetPositionsEiPKiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl218setRefAccelerationEid at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl219getRefAccelerationsEPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl219getRefAccelerationsEiPKiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl219setRefAccelerationsEPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl219setRefAccelerationsEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl24stopEi at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl24stopEiPKi at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl24stopEv at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl27getAxesEPi at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl2C1EPNS0_20IPositionControl2RawE at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl2C2EPNS0_20IPositionControl2RawE at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl2D0Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl2D1Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementPositionControl2D2Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl210initializeEiPKiPKdS5_ at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl212uninitializeEv at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl212velocityMoveEPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl212velocityMoveEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl212velocityMoveEid at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl214getRefVelocityEiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl216getRefVelocitiesEPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl216getRefVelocitiesEiPKiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl218getRefAccelerationEiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl218setRefAccelerationEid at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl219getRefAccelerationsEPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl219getRefAccelerationsEiPKiPd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl219setRefAccelerationsEPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl219setRefAccelerationsEiPKiPKd at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl24stopEi at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl24stopEiPKi at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl24stopEv at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl27getAxesEPi at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl2C1EPNS0_20IVelocityControl2RawE at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl2C2EPNS0_20IVelocityControl2RawE at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl2D0Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl2D1Ev at Base 2.3.70
+ _ZN4yarp3dev25ImplementVelocityControl2D2Ev at Base 2.3.70
+ _ZN4yarp3dev25StubImplPositionDirectRaw19NOT_YET_IMPLEMENTEDEPKc at Base 2.3.70
+ _ZN4yarp3dev26StubImplPositionControlRaw19NOT_YET_IMPLEMENTEDEPKc at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Parser7respondERKNS_2os6BottleERS3_ at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Parser9configureEPNS0_22IFrameGrabberControls2E at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_ParserC1Ev at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_ParserC2Ev at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender10getFeatureEiPd at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender10getFeatureEiPdS2_ at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender10hasFeatureEiPb at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender10hasOnePushEiPb at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender10setFeatureEid at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender10setFeatureEidd at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender10setOnePushEi at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender20getCameraDescriptionEP16CameraDescriptor at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender7getModeEiP11FeatureMode at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender7hasAutoEiPb at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender7setModeEi11FeatureMode at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender8hasOnOffEiPb at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender9getActiveEiPb at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender9hasManualEiPb at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_Sender9setActiveEib at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_SenderC1ERNS_2os4PortE at Base 2.3.70
+ _ZN4yarp3dev28FrameGrabberControls2_SenderC2ERNS_2os4PortE at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Parser7respondERKNS_2os6BottleERS3_ at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Parser9configureEPNS0_16IRgbVisualParamsE at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_ParserC1Ev at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_ParserC2Ev at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender11getRgbWidthEv at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender12getRgbHeightEv at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender15getRgbMirroringERb at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender15setRgbMirroringEb at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender16getRgbResolutionERiS2_ at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender16setRgbResolutionEii at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender20getRgbIntrinsicParamERNS_2os8PropertyE at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender29getRgbSupportedConfigurationsERNS_3sig8VectorOfINS0_12CameraConfigEEE at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender9getRgbFOVERdS2_ at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_Sender9setRgbFOVEdd at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_SenderC1ERNS_2os4PortE at Base 2.3.70
+ _ZN4yarp3dev32Implement_RgbVisualParams_SenderC2ERNS_2os4PortE at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Parser7respondERKNS_2os6BottleERS3_ at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Parser9configureEPNS0_18IDepthVisualParamsE at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_ParserC1Ev at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_ParserC2Ev at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender11getDepthFOVERdS2_ at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender11setDepthFOVEdd at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender13getDepthWidthEv at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender14getDepthHeightEv at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender16getDepthAccuracyEv at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender16setDepthAccuracyEd at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender17getDepthMirroringERb at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender17setDepthMirroringEb at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender18getDepthClipPlanesERdS2_ at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender18setDepthClipPlanesEdd at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender18setDepthResolutionEii at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_Sender22getDepthIntrinsicParamERNS_2os8PropertyE at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_SenderC1ERNS_2os4PortE at Base 2.3.70
+ _ZN4yarp3dev34Implement_DepthVisualParams_SenderC2ERNS_2os4PortE at Base 2.3.70
+ _ZN4yarp3dev3Pid17setStictionValuesEdd at Base 2.3.70
+ _ZN4yarp3dev3Pid5clearEv at Base 2.3.70
+ _ZN4yarp3dev3Pid5setKdEd at Base 2.3.70
+ _ZN4yarp3dev3Pid5setKiEd at Base 2.3.70
+ _ZN4yarp3dev3Pid5setKpEd at Base 2.3.70
+ _ZN4yarp3dev3Pid6setKffEd at Base 2.3.70
+ _ZN4yarp3dev3Pid8setScaleEd at Base 2.3.70
+ _ZN4yarp3dev3Pid9setMaxIntEd at Base 2.3.70
+ _ZN4yarp3dev3Pid9setMaxOutEd at Base 2.3.70
+ _ZN4yarp3dev3Pid9setOffsetEd at Base 2.3.70
+ _ZN4yarp3dev3PidC1Edddddd at Base 2.3.70
+ _ZN4yarp3dev3PidC1Eddddddddd at Base 2.3.70
+ _ZN4yarp3dev3PidC1Ev at Base 2.3.70
+ _ZN4yarp3dev3PidC2Edddddd at Base 2.3.70
+ _ZN4yarp3dev3PidC2Eddddddddd at Base 2.3.70
+ _ZN4yarp3dev3PidC2Ev at Base 2.3.70
+ _ZN4yarp3dev3PidD1Ev at Base 2.3.70
+ _ZN4yarp3dev3PidD2Ev at Base 2.3.70
+ _ZN4yarp3dev3PideqERKS1_ at Base 2.3.70
+ _ZN4yarp3dev4impl19RgbImageReader_Impl6onReadERNS_3sig9FlexImageE at Base 2.3.70
+ _ZN4yarp3dev4impl19RgbImageReader_Impl8getImageEv at Base 2.3.70
+ _ZN4yarp3dev4impl19RgbImageReader_ImplC1Ev at Base 2.3.70
+ _ZN4yarp3dev4impl19RgbImageReader_ImplC2Ev at Base 2.3.70
+ _ZN4yarp3dev4impl19RgbImageReader_ImplD0Ev at Base 2.3.70
+ _ZN4yarp3dev4impl19RgbImageReader_ImplD1Ev at Base 2.3.70
+ _ZN4yarp3dev4impl19RgbImageReader_ImplD2Ev at Base 2.3.70
+ _ZN4yarp3dev4impl21FloatImageReader_Impl6onReadERNS_3sig7ImageOfIfEE at Base 2.3.70
+ _ZN4yarp3dev4impl21FloatImageReader_Impl8getImageEv at Base 2.3.70
+ _ZN4yarp3dev4impl21FloatImageReader_ImplC1Ev at Base 2.3.70
+ _ZN4yarp3dev4impl21FloatImageReader_ImplC2Ev at Base 2.3.70
+ _ZN4yarp3dev4impl21FloatImageReader_ImplD0Ev at Base 2.3.70
+ _ZN4yarp3dev4impl21FloatImageReader_ImplD1Ev at Base 2.3.70
+ _ZN4yarp3dev4impl21FloatImageReader_ImplD2Ev at Base 2.3.70
+ _ZN4yarp3dev7Drivers3addEPNS0_13DriverCreatorE at Base 2.3.70
+ _ZN4yarp3dev7Drivers4findEPKc at Base 2.3.70
+ _ZN4yarp3dev7Drivers4initEv at Base 2.3.70
+ _ZN4yarp3dev7Drivers4openERNS_2os10SearchableE at Base 2.3.70
+ _ZN4yarp3dev7Drivers6removeEPKc at Base 2.3.70
+ _ZN4yarp3dev7Drivers7yarpdevEiPPc at Base 2.3.70
+ _ZN4yarp3dev7Drivers8instanceE at Base 2.3.70
+ _ZN4yarp3dev7Drivers8toStringEv at Base 2.3.70
+ _ZN4yarp3dev7DriversC1Ev at Base 2.3.70
+ _ZN4yarp3dev7DriversC2Ev at Base 2.3.70
+ _ZN4yarp3dev7DriversD0Ev at Base 2.3.70
+ _ZN4yarp3dev7DriversD1Ev at Base 2.3.70
+ _ZN4yarp3dev7DriversD2Ev at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D10setMapFlagENS_4math5Vec2DIiEENS1_9map_flagsE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D10setMapNameENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D11enlargeCellENS_4math5Vec2DIiEE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D11setMapImageERNS_3sig7ImageOfINS2_8PixelRgbEEE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D12loadFromFileENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D13loadROSParamsENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_RdS9_S9_S9_ at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D13setResolutionEd at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D14loadMapROSOnlyENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D15loadMapYarpOnlyENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D16enlargeObstaclesEd at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D16setOccupancyDataENS_4math5Vec2DIiEEd at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D16setOccupancyGridERNS_3sig7ImageOfIhEE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D16setSize_in_cellsEmm at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D17loadMapYarpAndRosENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D17setSize_in_metersEdd at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2D9setOriginEddd at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2DC1Ev at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2DC2Ev at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2DD0Ev at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2DD1Ev at Base 2.3.70
+ _ZN4yarp3dev9MapGrid2DD2Ev at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdE7getTypeEv at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiE7getTypeEv at Base 2.3.70
+ _ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_mPKS8_P13__va_list_tagEmSB_z at Base 2.3.70
+ _ZNK4yarp3dev14PolyDriverList4sizeEv at Base 2.3.70
+ _ZNK4yarp3dev14PolyDriverListixEi at Base 2.3.70
+ _ZNK4yarp3dev18ServerFrameGrabber5widthEv at Base 2.3.70
+ _ZNK4yarp3dev18ServerFrameGrabber6heightEv at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D10cell2WorldENS_4math5Vec2DIiEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D10getMapNameB5cxx11Ev at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D10saveToFileENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D10world2CellENS_4math5Vec2DIdEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D11getMapImageERNS_3sig7ImageOfINS2_8PixelRgbEEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D11isInsideMapENS_4math5Vec2DIdEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D11isInsideMapENS_4math5Vec2DIiEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D13getResolutionERd at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D13isIdenticalToERKS1_ at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D15CellDataToPixelERKh at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D15PixelToCellDataERKNS_3sig8PixelRgbE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D16getOccupancyDataENS_4math5Vec2DIiEERd at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D16getOccupancyGridERNS_3sig7ImageOfIhEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D16getSize_in_cellsERmS2_ at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D17getSize_in_metersERdS2_ at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D5widthEv at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D6heightEv at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D6isFreeENS_4math5Vec2DIiEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D6isWallENS_4math5Vec2DIiEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D9getOriginERdS2_S2_ at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D9isKeepOutENS_4math5Vec2DIiEE at Base 2.3.70
+ _ZNK4yarp3dev9MapGrid2D9isNotFreeENS_4math5Vec2DIiEE at Base 2.3.70
+ _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN4yarp3dev9MapGrid2DESt4lessIS5_ESaISt4pairIKS5_S8_EEEixERSC_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EED1Ev at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EED2Ev at Base 2.3.70
+ _ZNSt6vectorIN4yarp3dev19InteractionModeEnumESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp3dev19InteractionModeEnumESaIS2_EE7reserveEm at Base 2.3.70
+ _ZNSt6vectorIN4yarp3dev20LaserMeasurementDataESaIS2_EE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIN4yarp4math14FrameTransformESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp4math14FrameTransformESaIS2_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE at Base 2.3.70
+ _ZNSt6vectorIN4yarp4math5Vec2DIiEESaIS3_EE19_M_emplace_back_auxIJS3_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJRKS5_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJS5_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE6resizeEm at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 2.3.70
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEaSERKS7_ at Base 2.3.70
+ _ZNSt6vectorIPN4yarp3dev10PolyDriverESaIS3_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS3_S5_EEmRKS3_ at Base 2.3.70
+ _ZNSt6vectorIS_IN4yarp3dev19InteractionModeEnumESaIS2_EESaIS4_EE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIS_IdSaIdEESaIS1_EE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIS_IiSaIiEESaIS1_EE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIdSaIdEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPdS1_EEmRKd at Base 2.3.70
+ _ZNSt6vectorIdSaIdEE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIdSaIdEE19_M_emplace_back_auxIJRKdEEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIdSaIdEE6resizeEm at Base 2.3.70
+ _ZNSt6vectorIdSaIdEE7reserveEm at Base 2.3.70
+ _ZNSt6vectorIdSaIdEEaSERKS1_ at Base 2.3.70
+ _ZNSt6vectorIfSaIfEE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIfSaIfEE6resizeEm at Base 2.3.70
+ _ZNSt6vectorIhSaIhEE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEmRKi at Base 2.3.70
+ _ZNSt6vectorIiSaIiEE17_M_default_appendEm at Base 2.3.70
+ _ZNSt6vectorIiSaIiEE19_M_emplace_back_auxIJRKiEEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIiSaIiEE7reserveEm at Base 2.3.70
+ _ZNSt6vectorImSaImEE19_M_emplace_back_auxIJmEEEvDpOT_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4yarp3dev9MapGrid2DEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE11equal_rangeERS7_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4yarp3dev9MapGrid2DEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4yarp3dev9MapGrid2DEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4yarp3dev9MapGrid2DEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4yarp3dev9MapGrid2DEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE5eraseERS7_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4yarp3dev9MapGrid2DEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiMN4yarp3dev17IJoypadControllerEFbRjEESt10_Select1stIS8_ESt4lessIiESaIS8_EE16_M_insert_uniqueIS0_IiS7_EEES0_ISt17_Rb_tree_iteratorIS8_EbEOT_ at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiMN4yarp3dev17IJoypadControllerEFbRjEESt10_Select1stIS8_ESt4lessIiESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiMN4yarp3dev17IJoypadControllerEFbRjEESt10_Select1stIS8_ESt4lessIiESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiMN4yarp3dev17IJoypadControllerEFbRjEESt10_Select1stIS8_ESt4lessIiESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 2.3.70
+ _ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E at Base 2.3.70
+ _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_ at Base 2.3.70
+ _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_ at Base 2.3.70
+ _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_ at Base 2.3.70
+ _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_SA_ at Base 2.3.70
+ _ZTIN4yarp2os16PortablePairBaseE at Base 2.3.70
+ _ZTIN4yarp2os18YarpPluginSelectorE at Base 2.3.70
+ _ZTIN4yarp2os19AbstractContactableE at Base 2.3.70
+ _ZTIN4yarp2os21UnbufferedContactableE at Base 2.3.70
+ _ZTIN4yarp2os8PortableE at Base 2.3.70
+ _ZTIN4yarp3dev10DevicePipeE at Base 2.3.70
+ _ZTIN4yarp3dev10PolyDriverE at Base 2.3.70
+ _ZTIN4yarp3dev11DeviceGroupE at Base 2.3.70
+ _ZTIN4yarp3dev11IPWMControlE at Base 2.3.70
+ _ZTIN4yarp3dev11IPidControlE at Base 2.3.70
+ _ZTIN4yarp3dev11IRGBDSensorE at Base 2.3.70
+ _ZTIN4yarp3dev12DeviceDriverE at Base 2.3.70
+ _ZTIN4yarp3dev12IAudioRenderE at Base 2.3.70
+ _ZTIN4yarp3dev12IControlModeE at Base 2.3.70
+ _ZTIN4yarp3dev12ServerSerialE at Base 2.3.70
+ _ZTIN4yarp3dev13DriverCreatorE at Base 2.3.70
+ _ZTIN4yarp3dev13IAnalogSensorE at Base 2.3.70
+ _ZTIN4yarp3dev13IControlMode2E at Base 2.3.70
+ _ZTIN4yarp3dev13ISerialDeviceE at Base 2.3.70
+ _ZTIN4yarp3dev13ServerGrabberE at Base 2.3.70
+ _ZTIN4yarp3dev14IControlLimitsE at Base 2.3.70
+ _ZTIN4yarp3dev14IEncodersTimedE at Base 2.3.70
+ _ZTIN4yarp3dev14IGenericSensorE at Base 2.3.70
+ _ZTIN4yarp3dev14IMotorEncodersE at Base 2.3.70
+ _ZTIN4yarp3dev14IRangefinder2DE at Base 2.3.70
+ _ZTIN4yarp3dev14ITorqueControlE at Base 2.3.70
+ _ZTIN4yarp3dev14ImplementMotorE at Base 2.3.70
+ _ZTIN4yarp3dev15DeviceResponderE at Base 2.3.70
+ _ZTIN4yarp3dev15IControlLimits2E at Base 2.3.70
+ _ZTIN4yarp3dev15ICurrentControlE at Base 2.3.70
+ _ZTIN4yarp3dev15IFrameTransformE at Base 2.3.70
+ _ZTIN4yarp3dev15IPositionDirectE at Base 2.3.70
+ _ZTIN4yarp3dev15IPreciselyTimedE at Base 2.3.70
+ _ZTIN4yarp3dev15ImplementDC1394E at Base 2.3.70
+ _ZTIN4yarp3dev16IInteractionModeE at Base 2.3.70
+ _ZTIN4yarp3dev16IMultipleWrapperE at Base 2.3.70
+ _ZTIN4yarp3dev16IPositionControlE at Base 2.3.70
+ _ZTIN4yarp3dev16IRemoteVariablesE at Base 2.3.70
+ _ZTIN4yarp3dev16IRgbVisualParamsE at Base 2.3.70
+ _ZTIN4yarp3dev16IVelocityControlE at Base 2.3.70
+ _ZTIN4yarp3dev17DriverLinkCreatorE at Base 2.3.70
+ _ZTIN4yarp3dev17IAmplifierControlE at Base 2.3.70
+ _ZTIN4yarp3dev17IFrameWriterImageE at Base 2.3.70
+ _ZTIN4yarp3dev17IImpedanceControlE at Base 2.3.70
+ _ZTIN4yarp3dev17IJoypadControllerE at Base 2.3.70
+ _ZTIN4yarp3dev17IPositionControl2E at Base 2.3.70
+ _ZTIN4yarp3dev17IRemoteCalibratorE at Base 2.3.70
+ _ZTIN4yarp3dev17IVelocityControl2E at Base 2.3.70
+ _ZTIN4yarp3dev17ImplementAxisInfoE at Base 2.3.70
+ _ZTIN4yarp3dev17StubDriverCreatorE at Base 2.3.70
+ _ZTIN4yarp3dev18IAudioGrabberSoundE at Base 2.3.70
+ _ZTIN4yarp3dev18IAudioVisualStreamE at Base 2.3.70
+ _ZTIN4yarp3dev18IDepthVisualParamsE at Base 2.3.70
+ _ZTIN4yarp3dev18IFrameGrabberImageE at Base 2.3.70
+ _ZTIN4yarp3dev18RemoteFrameGrabberE at Base 2.3.70
+ _ZTIN4yarp3dev18ServerFrameGrabberE at Base 2.3.70
+ _ZTIN4yarp3dev19IAudioVisualGrabberE at Base 2.3.70
+ _ZTIN4yarp3dev19IControlCalibrationE at Base 2.3.70
+ _ZTIN4yarp3dev19ImplementPWMControlE at Base 2.3.70
+ _ZTIN4yarp3dev19ImplementPidControlE at Base 2.3.70
+ _ZTIN4yarp3dev20IControlCalibration2E at Base 2.3.70
+ _ZTIN4yarp3dev20IVirtualAnalogSensorE at Base 2.3.70
+ _ZTIN4yarp3dev20ImplementControlModeE at Base 2.3.70
+ _ZTIN4yarp3dev21IFrameGrabberControlsE at Base 2.3.70
+ _ZTIN4yarp3dev21IFrameGrabberImageRawE at Base 2.3.70
+ _ZTIN4yarp3dev21ImplementControlMode2E at Base 2.3.70
+ _ZTIN4yarp3dev22DeprecatedDeviceDriverE at Base 2.3.70
+ _ZTIN4yarp3dev22IFrameGrabberControls2E at Base 2.3.70
+ _ZTIN4yarp3dev22ImplementEncodersTimedE at Base 2.3.70
+ _ZTIN4yarp3dev22ImplementMotorEncodersE at Base 2.3.70
+ _ZTIN4yarp3dev22ImplementTorqueControlE at Base 2.3.70
+ _ZTIN4yarp3dev23IFrameWriterAudioVisualE at Base 2.3.70
+ _ZTIN4yarp3dev23ImplementControlLimits2E at Base 2.3.70
+ _ZTIN4yarp3dev23ImplementCurrentControlE at Base 2.3.70
+ _ZTIN4yarp3dev23ImplementPositionDirectE at Base 2.3.70
+ _ZTIN4yarp3dev24ImplementInteractionModeE at Base 2.3.70
+ _ZTIN4yarp3dev24ImplementRemoteVariablesE at Base 2.3.70
+ _ZTIN4yarp3dev25ImplementImpedanceControlE at Base 2.3.70
+ _ZTIN4yarp3dev25ImplementPositionControl2E at Base 2.3.70
+ _ZTIN4yarp3dev25ImplementVelocityControl2E at Base 2.3.70
+ _ZTIN4yarp3dev27IFrameGrabberControlsDC1394E at Base 2.3.70
+ _ZTIN4yarp3dev28FrameGrabberControls2_ParserE at Base 2.3.70
+ _ZTIN4yarp3dev28FrameGrabberControls2_SenderE at Base 2.3.70
+ _ZTIN4yarp3dev32Implement_RgbVisualParams_ParserE at Base 2.3.70
+ _ZTIN4yarp3dev32Implement_RgbVisualParams_SenderE at Base 2.3.70
+ _ZTIN4yarp3dev34Implement_DepthVisualParams_ParserE at Base 2.3.70
+ _ZTIN4yarp3dev34Implement_DepthVisualParams_SenderE at Base 2.3.70
+ _ZTIN4yarp3dev4impl19RgbImageReader_ImplE at Base 2.3.70
+ _ZTIN4yarp3dev4impl21FloatImageReader_ImplE at Base 2.3.70
+ _ZTIN4yarp3dev6IMap2DE at Base 2.3.70
+ _ZTIN4yarp3dev6IMotorE at Base 2.3.70
+ _ZTIN4yarp3dev7DriversE at Base 2.3.70
+ _ZTIN4yarp3dev8IBatteryE at Base 2.3.70
+ _ZTIN4yarp3dev8IServiceE at Base 2.3.70
+ _ZTIN4yarp3dev8IWrapperE at Base 2.3.70
+ _ZTIN4yarp3dev9IAxisInfoE at Base 2.3.70
+ _ZTIN4yarp3dev9IEncodersE at Base 2.3.70
+ _ZTIN4yarp3dev9MapGrid2DE at Base 2.3.70
+ _ZTIN4yarp3dev9TestMotorE at Base 2.3.70
+ _ZTIN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.70
+ _ZTIN4yarp3sig7ImageOfIfEE at Base 2.3.70
+ _ZTIN4yarp3sig7ImageOfIhEE at Base 2.3.70
+ _ZTIN4yarp3sig9FlexImageE at Base 2.3.70
+ _ZTIN4yarp4math5Vec2DIdEE at Base 2.3.70
+ _ZTIN4yarp4math5Vec2DIiEE at Base 2.3.70
+ _ZTSN4yarp2os16PortablePairBaseE at Base 2.3.70
+ _ZTSN4yarp2os18YarpPluginSelectorE at Base 2.3.70
+ _ZTSN4yarp2os19AbstractContactableE at Base 2.3.70
+ _ZTSN4yarp2os21UnbufferedContactableE at Base 2.3.70
+ _ZTSN4yarp2os8PortableE at Base 2.3.70
+ _ZTSN4yarp3dev10DevicePipeE at Base 2.3.70
+ _ZTSN4yarp3dev10PolyDriverE at Base 2.3.70
+ _ZTSN4yarp3dev11DeviceGroupE at Base 2.3.70
+ _ZTSN4yarp3dev11IPWMControlE at Base 2.3.70
+ _ZTSN4yarp3dev11IPidControlE at Base 2.3.70
+ _ZTSN4yarp3dev11IRGBDSensorE at Base 2.3.70
+ _ZTSN4yarp3dev12DeviceDriverE at Base 2.3.70
+ _ZTSN4yarp3dev12IAudioRenderE at Base 2.3.70
+ _ZTSN4yarp3dev12IControlModeE at Base 2.3.70
+ _ZTSN4yarp3dev12ServerSerialE at Base 2.3.70
+ _ZTSN4yarp3dev13DriverCreatorE at Base 2.3.70
+ _ZTSN4yarp3dev13IAnalogSensorE at Base 2.3.70
+ _ZTSN4yarp3dev13IControlMode2E at Base 2.3.70
+ _ZTSN4yarp3dev13ISerialDeviceE at Base 2.3.70
+ _ZTSN4yarp3dev13ServerGrabberE at Base 2.3.70
+ _ZTSN4yarp3dev14IControlLimitsE at Base 2.3.70
+ _ZTSN4yarp3dev14IEncodersTimedE at Base 2.3.70
+ _ZTSN4yarp3dev14IGenericSensorE at Base 2.3.70
+ _ZTSN4yarp3dev14IMotorEncodersE at Base 2.3.70
+ _ZTSN4yarp3dev14IRangefinder2DE at Base 2.3.70
+ _ZTSN4yarp3dev14ITorqueControlE at Base 2.3.70
+ _ZTSN4yarp3dev14ImplementMotorE at Base 2.3.70
+ _ZTSN4yarp3dev15DeviceResponderE at Base 2.3.70
+ _ZTSN4yarp3dev15IControlLimits2E at Base 2.3.70
+ _ZTSN4yarp3dev15ICurrentControlE at Base 2.3.70
+ _ZTSN4yarp3dev15IFrameTransformE at Base 2.3.70
+ _ZTSN4yarp3dev15IPositionDirectE at Base 2.3.70
+ _ZTSN4yarp3dev15IPreciselyTimedE at Base 2.3.70
+ _ZTSN4yarp3dev15ImplementDC1394E at Base 2.3.70
+ _ZTSN4yarp3dev16IInteractionModeE at Base 2.3.70
+ _ZTSN4yarp3dev16IMultipleWrapperE at Base 2.3.70
+ _ZTSN4yarp3dev16IPositionControlE at Base 2.3.70
+ _ZTSN4yarp3dev16IRemoteVariablesE at Base 2.3.70
+ _ZTSN4yarp3dev16IRgbVisualParamsE at Base 2.3.70
+ _ZTSN4yarp3dev16IVelocityControlE at Base 2.3.70
+ _ZTSN4yarp3dev17DriverLinkCreatorE at Base 2.3.70
+ _ZTSN4yarp3dev17IAmplifierControlE at Base 2.3.70
+ _ZTSN4yarp3dev17IFrameWriterImageE at Base 2.3.70
+ _ZTSN4yarp3dev17IImpedanceControlE at Base 2.3.70
+ _ZTSN4yarp3dev17IJoypadControllerE at Base 2.3.70
+ _ZTSN4yarp3dev17IPositionControl2E at Base 2.3.70
+ _ZTSN4yarp3dev17IRemoteCalibratorE at Base 2.3.70
+ _ZTSN4yarp3dev17IVelocityControl2E at Base 2.3.70
+ _ZTSN4yarp3dev17ImplementAxisInfoE at Base 2.3.70
+ _ZTSN4yarp3dev17StubDriverCreatorE at Base 2.3.70
+ _ZTSN4yarp3dev18IAudioGrabberSoundE at Base 2.3.70
+ _ZTSN4yarp3dev18IAudioVisualStreamE at Base 2.3.70
+ _ZTSN4yarp3dev18IDepthVisualParamsE at Base 2.3.70
+ _ZTSN4yarp3dev18IFrameGrabberImageE at Base 2.3.70
+ _ZTSN4yarp3dev18RemoteFrameGrabberE at Base 2.3.70
+ _ZTSN4yarp3dev18ServerFrameGrabberE at Base 2.3.70
+ _ZTSN4yarp3dev19IAudioVisualGrabberE at Base 2.3.70
+ _ZTSN4yarp3dev19IControlCalibrationE at Base 2.3.70
+ _ZTSN4yarp3dev19ImplementPWMControlE at Base 2.3.70
+ _ZTSN4yarp3dev19ImplementPidControlE at Base 2.3.70
+ _ZTSN4yarp3dev20IControlCalibration2E at Base 2.3.70
+ _ZTSN4yarp3dev20IVirtualAnalogSensorE at Base 2.3.70
+ _ZTSN4yarp3dev20ImplementControlModeE at Base 2.3.70
+ _ZTSN4yarp3dev21IFrameGrabberControlsE at Base 2.3.70
+ _ZTSN4yarp3dev21IFrameGrabberImageRawE at Base 2.3.70
+ _ZTSN4yarp3dev21ImplementControlMode2E at Base 2.3.70
+ _ZTSN4yarp3dev22DeprecatedDeviceDriverE at Base 2.3.70
+ _ZTSN4yarp3dev22IFrameGrabberControls2E at Base 2.3.70
+ _ZTSN4yarp3dev22ImplementEncodersTimedE at Base 2.3.70
+ _ZTSN4yarp3dev22ImplementMotorEncodersE at Base 2.3.70
+ _ZTSN4yarp3dev22ImplementTorqueControlE at Base 2.3.70
+ _ZTSN4yarp3dev23IFrameWriterAudioVisualE at Base 2.3.70
+ _ZTSN4yarp3dev23ImplementControlLimits2E at Base 2.3.70
+ _ZTSN4yarp3dev23ImplementCurrentControlE at Base 2.3.70
+ _ZTSN4yarp3dev23ImplementPositionDirectE at Base 2.3.70
+ _ZTSN4yarp3dev24ImplementInteractionModeE at Base 2.3.70
+ _ZTSN4yarp3dev24ImplementRemoteVariablesE at Base 2.3.70
+ _ZTSN4yarp3dev25ImplementImpedanceControlE at Base 2.3.70
+ _ZTSN4yarp3dev25ImplementPositionControl2E at Base 2.3.70
+ _ZTSN4yarp3dev25ImplementVelocityControl2E at Base 2.3.70
+ _ZTSN4yarp3dev27IFrameGrabberControlsDC1394E at Base 2.3.70
+ _ZTSN4yarp3dev28FrameGrabberControls2_ParserE at Base 2.3.70
+ _ZTSN4yarp3dev28FrameGrabberControls2_SenderE at Base 2.3.70
+ _ZTSN4yarp3dev32Implement_RgbVisualParams_ParserE at Base 2.3.70
+ _ZTSN4yarp3dev32Implement_RgbVisualParams_SenderE at Base 2.3.70
+ _ZTSN4yarp3dev34Implement_DepthVisualParams_ParserE at Base 2.3.70
+ _ZTSN4yarp3dev34Implement_DepthVisualParams_SenderE at Base 2.3.70
+ _ZTSN4yarp3dev4impl19RgbImageReader_ImplE at Base 2.3.70
+ _ZTSN4yarp3dev4impl21FloatImageReader_ImplE at Base 2.3.70
+ _ZTSN4yarp3dev6IMap2DE at Base 2.3.70
+ _ZTSN4yarp3dev6IMotorE at Base 2.3.70
+ _ZTSN4yarp3dev7DriversE at Base 2.3.70
+ _ZTSN4yarp3dev8IBatteryE at Base 2.3.70
+ _ZTSN4yarp3dev8IServiceE at Base 2.3.70
+ _ZTSN4yarp3dev8IWrapperE at Base 2.3.70
+ _ZTSN4yarp3dev9IAxisInfoE at Base 2.3.70
+ _ZTSN4yarp3dev9IEncodersE at Base 2.3.70
+ _ZTSN4yarp3dev9MapGrid2DE at Base 2.3.70
+ _ZTSN4yarp3dev9TestMotorE at Base 2.3.70
+ _ZTSN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.70
+ _ZTSN4yarp3sig7ImageOfIfEE at Base 2.3.70
+ _ZTSN4yarp3sig7ImageOfIhEE at Base 2.3.70
+ _ZTSN4yarp3sig9FlexImageE at Base 2.3.70
+ _ZTSN4yarp4math5Vec2DIdEE at Base 2.3.70
+ _ZTSN4yarp4math5Vec2DIiEE at Base 2.3.70
+ _ZTVN4yarp2os18YarpPluginSelectorE at Base 2.3.70
+ _ZTVN4yarp2os21UnbufferedContactableE at Base 2.3.70
+ _ZTVN4yarp2os8PortableE at Base 2.3.70
+ _ZTVN4yarp3dev10DevicePipeE at Base 2.3.70
+ _ZTVN4yarp3dev10PolyDriverE at Base 2.3.70
+ _ZTVN4yarp3dev11DeviceGroupE at Base 2.3.70
+ _ZTVN4yarp3dev11IPidControlE at Base 2.3.70
+ _ZTVN4yarp3dev12DeviceDriverE at Base 2.3.70
+ _ZTVN4yarp3dev12ServerSerialE at Base 2.3.70
+ _ZTVN4yarp3dev13IControlMode2E at Base 2.3.70
+ _ZTVN4yarp3dev13ISerialDeviceE at Base 2.3.70
+ _ZTVN4yarp3dev13ServerGrabberE at Base 2.3.70
+ _ZTVN4yarp3dev14IEncodersTimedE at Base 2.3.70
+ _ZTVN4yarp3dev14IMotorEncodersE at Base 2.3.70
+ _ZTVN4yarp3dev14ITorqueControlE at Base 2.3.70
+ _ZTVN4yarp3dev14ImplementMotorE at Base 2.3.70
+ _ZTVN4yarp3dev15DeviceResponderE at Base 2.3.70
+ _ZTVN4yarp3dev15IControlLimits2E at Base 2.3.70
+ _ZTVN4yarp3dev15IFrameTransformE at Base 2.3.70
+ _ZTVN4yarp3dev15IPositionDirectE at Base 2.3.70
+ _ZTVN4yarp3dev15IPreciselyTimedE at Base 2.3.70
+ _ZTVN4yarp3dev15ImplementDC1394E at Base 2.3.70
+ _ZTVN4yarp3dev16IInteractionModeE at Base 2.3.70
+ _ZTVN4yarp3dev16IMultipleWrapperE at Base 2.3.70
+ _ZTVN4yarp3dev17DriverLinkCreatorE at Base 2.3.70
+ _ZTVN4yarp3dev17IAmplifierControlE at Base 2.3.70
+ _ZTVN4yarp3dev17IImpedanceControlE at Base 2.3.70
+ _ZTVN4yarp3dev17IJoypadControllerE at Base 2.3.70
+ _ZTVN4yarp3dev17IPositionControl2E at Base 2.3.70
+ _ZTVN4yarp3dev17IRemoteCalibratorE at Base 2.3.70
+ _ZTVN4yarp3dev17IVelocityControl2E at Base 2.3.70
+ _ZTVN4yarp3dev17ImplementAxisInfoE at Base 2.3.70
+ _ZTVN4yarp3dev17StubDriverCreatorE at Base 2.3.70
+ _ZTVN4yarp3dev18IFrameGrabberImageE at Base 2.3.70
+ _ZTVN4yarp3dev18RemoteFrameGrabberE at Base 2.3.70
+ _ZTVN4yarp3dev18ServerFrameGrabberE at Base 2.3.70
+ _ZTVN4yarp3dev19IControlCalibrationE at Base 2.3.70
+ _ZTVN4yarp3dev19ImplementPWMControlE at Base 2.3.70
+ _ZTVN4yarp3dev19ImplementPidControlE at Base 2.3.70
+ _ZTVN4yarp3dev20IControlCalibration2E at Base 2.3.70
+ _ZTVN4yarp3dev20ImplementControlModeE at Base 2.3.70
+ _ZTVN4yarp3dev21ImplementControlMode2E at Base 2.3.70
+ _ZTVN4yarp3dev22ImplementEncodersTimedE at Base 2.3.70
+ _ZTVN4yarp3dev22ImplementMotorEncodersE at Base 2.3.70
+ _ZTVN4yarp3dev22ImplementTorqueControlE at Base 2.3.70
+ _ZTVN4yarp3dev23ImplementControlLimits2E at Base 2.3.70
+ _ZTVN4yarp3dev23ImplementCurrentControlE at Base 2.3.70
+ _ZTVN4yarp3dev23ImplementPositionDirectE at Base 2.3.70
+ _ZTVN4yarp3dev24ImplementInteractionModeE at Base 2.3.70
+ _ZTVN4yarp3dev24ImplementRemoteVariablesE at Base 2.3.70
+ _ZTVN4yarp3dev25ImplementImpedanceControlE at Base 2.3.70
+ _ZTVN4yarp3dev25ImplementPositionControl2E at Base 2.3.70
+ _ZTVN4yarp3dev25ImplementVelocityControl2E at Base 2.3.70
+ _ZTVN4yarp3dev28FrameGrabberControls2_ParserE at Base 2.3.70
+ _ZTVN4yarp3dev28FrameGrabberControls2_SenderE at Base 2.3.70
+ _ZTVN4yarp3dev32Implement_RgbVisualParams_ParserE at Base 2.3.70
+ _ZTVN4yarp3dev32Implement_RgbVisualParams_SenderE at Base 2.3.70
+ _ZTVN4yarp3dev34Implement_DepthVisualParams_ParserE at Base 2.3.70
+ _ZTVN4yarp3dev34Implement_DepthVisualParams_SenderE at Base 2.3.70
+ _ZTVN4yarp3dev4impl19RgbImageReader_ImplE at Base 2.3.70
+ _ZTVN4yarp3dev4impl21FloatImageReader_ImplE at Base 2.3.70
+ _ZTVN4yarp3dev6IMotorE at Base 2.3.70
+ _ZTVN4yarp3dev7DriversE at Base 2.3.70
+ _ZTVN4yarp3dev8IWrapperE at Base 2.3.70
+ _ZTVN4yarp3dev9IAxisInfoE at Base 2.3.70
+ _ZTVN4yarp3dev9MapGrid2DE at Base 2.3.70
+ _ZTVN4yarp3dev9TestMotorE at Base 2.3.70
+ _ZTVN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.70
+ _ZTVN4yarp3sig7ImageOfIfEE at Base 2.3.70
+ _ZTVN4yarp3sig7ImageOfIhEE at Base 2.3.70
+ _ZTVN4yarp3sig9FlexImageE at Base 2.3.70
+ _ZTVN4yarp4math5Vec2DIdEE at Base 2.3.70
+ _ZTVN4yarp4math5Vec2DIiEE at Base 2.3.70
+ _ZThn16_N4yarp3dev12ServerSerial3runEv at Base 2.3.70
+ _ZThn16_N4yarp3dev12ServerSerialD0Ev at Base 2.3.70
+ _ZThn16_N4yarp3dev12ServerSerialD1Ev at Base 2.3.70
+ _ZThn16_N4yarp3dev13ServerGrabber9attachAllERKNS0_14PolyDriverListE at Base 2.3.70
+ _ZThn16_N4yarp3dev13ServerGrabber9detachAllEv at Base 2.3.70
+ _ZThn16_N4yarp3dev13ServerGrabberD0Ev at Base 2.3.70
+ _ZThn16_N4yarp3dev13ServerGrabberD1Ev at Base 2.3.70
+ _ZThn240_N4yarp3dev18ServerFrameGrabber8getImageERNS_3sig7ImageOfINS2_8PixelRgbEEE at Base 2.3.70
+ _ZThn240_NK4yarp3dev18ServerFrameGrabber5widthEv at Base 2.3.70
+ _ZThn240_NK4yarp3dev18ServerFrameGrabber6heightEv at Base 2.3.70
+ _ZThn248_N4yarp3dev18ServerFrameGrabber13stopRecordingEv at Base 2.3.70
+ _ZThn248_N4yarp3dev18ServerFrameGrabber14startRecordingEv at Base 2.3.70
+ _ZThn248_N4yarp3dev18ServerFrameGrabber8getSoundERNS_3sig5SoundE at Base 2.3.70
+ _ZThn24_N4yarp3dev13ServerGrabber10threadInitEv at Base 2.3.70
+ _ZThn24_N4yarp3dev13ServerGrabber13threadReleaseEv at Base 2.3.70
+ _ZThn24_N4yarp3dev13ServerGrabber3runEv at Base 2.3.70
+ _ZThn24_N4yarp3dev13ServerGrabberD0Ev at Base 2.3.70
+ _ZThn24_N4yarp3dev13ServerGrabberD1Ev at Base 2.3.70
+ _ZThn256_N4yarp3dev18ServerFrameGrabber14getAudioVisualERNS_3sig7ImageOfINS2_8PixelRgbEEERNS2_5SoundE at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber10getShutterEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber10setShutterEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber11getExposureEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber11setExposureEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber12getSharpnessEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber12setSharpnessEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber13getBrightnessEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber13getSaturationEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber13setBrightnessEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber13setSaturationEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber15getWhiteBalanceERdS2_ at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber15setWhiteBalanceEdd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber6getHueEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber6setHueEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber7getGainEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber7getIrisEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber7setGainEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber7setIrisEd at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber8getGammaEv at Base 2.3.70
+ _ZThn264_N4yarp3dev18ServerFrameGrabber8setGammaEd at Base 2.3.70
+ _ZThn272_N4yarp3dev18ServerFrameGrabber11stopServiceEv at Base 2.3.70
+ _ZThn272_N4yarp3dev18ServerFrameGrabber12startServiceEv at Base 2.3.70
+ _ZThn272_N4yarp3dev18ServerFrameGrabber13updateServiceEv at Base 2.3.70
+ _ZThn280_N4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig7ImageOfINS2_8PixelRgbEEE at Base 2.3.70
+ _ZThn288_N4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig7ImageOfIhEE at Base 2.3.70
+ _ZThn296_N4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig5SoundE at Base 2.3.70
+ _ZThn304_N4yarp3dev18ServerFrameGrabber8getDatumERNS_2os12PortablePairINS_3sig7ImageOfINS4_8PixelRgbEEENS4_5SoundEEE at Base 2.3.70
+ _ZThn312_N4yarp3dev18ServerFrameGrabber8getDatumERNS_3sig7ImageOfINS2_8PixelRgbEEERNS2_5SoundE at Base 2.3.70
+ _ZThn8_N4yarp3dev10DevicePipe13updateServiceEv at Base 2.3.70
+ _ZThn8_N4yarp3dev11DeviceGroup12startServiceEv at Base 2.3.70
+ _ZThn8_N4yarp3dev11DeviceGroup13updateServiceEv at Base 2.3.70
+ _ZThn8_N4yarp3dev11DeviceGroupD0Ev at Base 2.3.70
+ _ZThn8_N4yarp3dev11DeviceGroupD1Ev at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial11receiveCharERc at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial11receiveLineEPci at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial12receiveBytesEPhi at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial4sendEPcm at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial4sendERKNS_2os6BottleE at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial5flushEv at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial6setDTREb at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerial7receiveERNS_2os6BottleE at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerialD0Ev at Base 2.3.70
+ _ZThn8_N4yarp3dev12ServerSerialD1Ev at Base 2.3.70
+ _ZThn8_N4yarp3dev13ServerGrabber6attachEPNS0_10PolyDriverE at Base 2.3.70
+ _ZThn8_N4yarp3dev13ServerGrabber6detachEv at Base 2.3.70
+ _ZThn8_N4yarp3dev13ServerGrabberD0Ev at Base 2.3.70
+ _ZThn8_N4yarp3dev13ServerGrabberD1Ev at Base 2.3.70
+ _ZThn8_N4yarp3dev18ServerFrameGrabber7respondERKNS_2os6BottleERS3_ at Base 2.3.70
+ _ZThn8_N4yarp3dev9MapGrid2D5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp3dev9MapGrid2DD0Ev at Base 2.3.70
+ _ZThn8_N4yarp3dev9MapGrid2DD1Ev at Base 2.3.70
diff --git a/debian/libyarp-eigen-dev.install b/debian/libyarp-eigen-dev.install
new file mode 100644
index 0000000..8343d0b
--- /dev/null
+++ b/debian/libyarp-eigen-dev.install
@@ -0,0 +1 @@
+usr/include/yarp/eigen/*.h
diff --git a/debian/libyarp-gsl-dev.install b/debian/libyarp-gsl-dev.install
new file mode 100644
index 0000000..d87b93f
--- /dev/null
+++ b/debian/libyarp-gsl-dev.install
@@ -0,0 +1,2 @@
+usr/include/yarp/gsl/*.h
+usr/lib/*/libYARP_gsl.so
diff --git a/debian/libyarp-gsl-private-dev.install b/debian/libyarp-gsl-private-dev.install
new file mode 100644
index 0000000..1289c0e
--- /dev/null
+++ b/debian/libyarp-gsl-private-dev.install
@@ -0,0 +1 @@
+usr/include/yarp/gsl/impl/*
diff --git a/debian/libyarp-gsl1.install b/debian/libyarp-gsl1.install
new file mode 100644
index 0000000..9f4d3cd
--- /dev/null
+++ b/debian/libyarp-gsl1.install
@@ -0,0 +1 @@
+usr/lib/*/libYARP_gsl.so.*
diff --git a/debian/libyarp-gsl1.symbols b/debian/libyarp-gsl1.symbols
new file mode 100644
index 0000000..988862e
--- /dev/null
+++ b/debian/libyarp-gsl1.symbols
@@ -0,0 +1,13 @@
+libYARP_gsl.so.1 libyarp-gsl1 #MINVER#
+ _ZN4yarp3gsl9GslMatrix12getGslMatrixEv at Base 2.3.70
+ _ZN4yarp3gsl9GslMatrixC1ERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp3gsl9GslMatrixC2ERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp3gsl9GslMatrixD1Ev at Base 2.3.70
+ _ZN4yarp3gsl9GslMatrixD2Ev at Base 2.3.70
+ _ZN4yarp3gsl9GslVector12getGslVectorEv at Base 2.3.70
+ _ZN4yarp3gsl9GslVectorC1ERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp3gsl9GslVectorC2ERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp3gsl9GslVectorD1Ev at Base 2.3.70
+ _ZN4yarp3gsl9GslVectorD2Ev at Base 2.3.70
+ _ZNK4yarp3gsl9GslMatrix12getGslMatrixEv at Base 2.3.70
+ _ZNK4yarp3gsl9GslVector12getGslVectorEv at Base 2.3.70
diff --git a/debian/libyarp-math-private-dev.install b/debian/libyarp-math-private-dev.install
new file mode 100644
index 0000000..022410d
--- /dev/null
+++ b/debian/libyarp-math-private-dev.install
@@ -0,0 +1 @@
+usr/include/yarp/math/impl/*
diff --git a/debian/libyarp-math1.symbols b/debian/libyarp-math1.symbols
index c48426c..086752c 100644
--- a/debian/libyarp-math1.symbols
+++ b/debian/libyarp-math1.symbols
@@ -1,143 +1,223 @@
 libYARP_math.so.1 libyarp-math1 #MINVER#
- _ZN4yarp4math10RandScalar3getEdd at Base 2.3.66.1
- _ZN4yarp4math10RandScalar3getEv at Base 2.3.66.1
- _ZN4yarp4math10RandScalar4initEi at Base 2.3.66.1
- _ZN4yarp4math10RandScalar4initEv at Base 2.3.66.1
- _ZN4yarp4math10RandScalarC1Ei at Base 2.3.66.1
- _ZN4yarp4math10RandScalarC1Ev at Base 2.3.66.1
- _ZN4yarp4math10RandScalarC2Ei at Base 2.3.66.1
- _ZN4yarp4math10RandScalarC2Ev at Base 2.3.66.1
- _ZN4yarp4math10RandScalarD1Ev at Base 2.3.66.1
- _ZN4yarp4math10RandScalarD2Ev at Base 2.3.66.1
- _ZN4yarp4math10adjointInvERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixERNS1_6VectorEd at Base 2.3.66.1
- _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixERS2_RNS1_6VectorEd at Base 2.3.66.1
- _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixERS2_d at Base 2.3.66.1
- _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4math11RandnScalar3getEdd at Base 2.3.66.1
- _ZN4yarp4math11RandnScalar4initEi at Base 2.3.66.1
- _ZN4yarp4math11RandnScalar4initEv at Base 2.3.66.1
- _ZN4yarp4math11RandnScalarC1Ei at Base 2.3.66.1
- _ZN4yarp4math11RandnScalarC1Ev at Base 2.3.66.1
- _ZN4yarp4math11RandnScalarC2Ei at Base 2.3.66.1
- _ZN4yarp4math11RandnScalarC2Ev at Base 2.3.66.1
- _ZN4yarp4math11RandnScalarD1Ev at Base 2.3.66.1
- _ZN4yarp4math11RandnScalarD2Ev at Base 2.3.66.1
- _ZN4yarp4math11eigenValuesERKNS_3sig6MatrixERNS1_6VectorES6_ at Base 2.3.66.1
- _ZN4yarp4math12eingenValuesERKNS_3sig6MatrixERNS1_6VectorES6_ at Base 2.3.66.1
- _ZN4yarp4math12outerProductERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4math16projectionMatrixERKNS_3sig6MatrixERS2_d at Base 2.3.66.1
- _ZN4yarp4math16projectionMatrixERKNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4math18crossProductMatrixERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math18crossProductMatrixERKNS_3sig6VectorERNS1_6MatrixE at Base 2.3.66.1
- _ZN4yarp4math19nullspaceProjectionERKNS_3sig6MatrixERS2_d at Base 2.3.66.1
- _ZN4yarp4math19nullspaceProjectionERKNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4math3SVDERKNS_3sig6MatrixERS2_RNS1_6VectorES5_ at Base 2.3.66.1
- _ZN4yarp4math3catERKNS_3sig6MatrixERKNS1_6VectorE at Base 2.3.66.1
- _ZN4yarp4math3catERKNS_3sig6MatrixES4_ at Base 2.3.66.1
- _ZN4yarp4math3catERKNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.66.1
- _ZN4yarp4math3catERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4math3catERKNS_3sig6VectorEd at Base 2.3.66.1
- _ZN4yarp4math3catEdRKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math3catEdd at Base 2.3.66.1
- _ZN4yarp4math3catEddd at Base 2.3.66.1
- _ZN4yarp4math3catEdddd at Base 2.3.66.1
- _ZN4yarp4math3catEddddd at Base 2.3.66.1
- _ZN4yarp4math3detERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math3dotERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4math3eyeEi at Base 2.3.66.1
- _ZN4yarp4math3eyeEii at Base 2.3.66.1
- _ZN4yarp4math4Rand4initEi at Base 2.3.66.1
- _ZN4yarp4math4Rand4initEv at Base 2.3.66.1
- _ZN4yarp4math4Rand6matrixEii at Base 2.3.66.1
- _ZN4yarp4math4Rand6scalarEdd at Base 2.3.66.1
- _ZN4yarp4math4Rand6scalarEv at Base 2.3.66.1
- _ZN4yarp4math4Rand6vectorERKNS_3sig6VectorES5_ at Base 2.3.66.1
- _ZN4yarp4math4Rand6vectorEi at Base 2.3.66.1
- _ZN4yarp4math4impl10RandVector3getERKNS_3sig6VectorES6_ at Base 2.3.66.1
- _ZN4yarp4math4impl10RandVector3getEv at Base 2.3.66.1
- _ZN4yarp4math4impl10RandVector4initEi at Base 2.3.66.1
- _ZN4yarp4math4impl10RandVector4initEv at Base 2.3.66.1
- _ZN4yarp4math4impl10RandVector6resizeEi at Base 2.3.66.1
- _ZN4yarp4math4impl10RandVectorC1Ei at Base 2.3.66.1
- _ZN4yarp4math4impl10RandVectorC2Ei at Base 2.3.66.1
- _ZN4yarp4math4impl11RandnVector3getERKNS_3sig6VectorES6_ at Base 2.3.66.1
- _ZN4yarp4math4impl11RandnVector3getEdd at Base 2.3.66.1
- _ZN4yarp4math4impl11RandnVector4initEi at Base 2.3.66.1
- _ZN4yarp4math4impl11RandnVector4initEv at Base 2.3.66.1
- _ZN4yarp4math4impl11RandnVector6resizeEi at Base 2.3.66.1
- _ZN4yarp4math4impl11RandnVectorC1Ei at Base 2.3.66.1
- _ZN4yarp4math4impl11RandnVectorC2Ei at Base 2.3.66.1
- _ZN4yarp4math4normERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math4onesEi at Base 2.3.66.1
- _ZN4yarp4math4pileERKNS_3sig6MatrixERKNS1_6VectorE at Base 2.3.66.1
- _ZN4yarp4math4pileERKNS_3sig6MatrixES4_ at Base 2.3.66.1
- _ZN4yarp4math4pileERKNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.66.1
- _ZN4yarp4math4pileERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4math4pinvERKNS_3sig6MatrixERNS1_6VectorEd at Base 2.3.66.1
- _ZN4yarp4math4pinvERKNS_3sig6MatrixERS2_RNS1_6VectorEd at Base 2.3.66.1
- _ZN4yarp4math4pinvERKNS_3sig6MatrixERS2_d at Base 2.3.66.1
- _ZN4yarp4math4pinvERKNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4math4signERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math4signERKd at Base 2.3.66.1
- _ZN4yarp4math5crossERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4math5luinvERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math5norm2ERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math5zerosEi at Base 2.3.66.1
- _ZN4yarp4math5zerosEii at Base 2.3.66.1
- _ZN4yarp4math6SE3invERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math6SVDModERKNS_3sig6MatrixERS2_RNS1_6VectorES5_ at Base 2.3.66.1
- _ZN4yarp4math7adjointERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math7dcm2rpyERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math7findMaxERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math7findMinERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math7rpy2dcmERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math8NormRand4initEi at Base 2.3.66.1
- _ZN4yarp4math8NormRand4initEv at Base 2.3.66.1
- _ZN4yarp4math8NormRand6matrixEiidd at Base 2.3.66.1
- _ZN4yarp4math8NormRand6scalarEdd at Base 2.3.66.1
- _ZN4yarp4math8NormRand6vectorERKNS_3sig6VectorES5_ at Base 2.3.66.1
- _ZN4yarp4math8NormRand6vectorEidd at Base 2.3.66.1
- _ZN4yarp4math8axis2dcmERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math8dcm2axisERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math8dcm2quatERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math8quat2dcmERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4math9SVDJacobiERKNS_3sig6MatrixERS2_RNS1_6VectorES5_ at Base 2.3.66.1
- _ZN4yarp4math9dcm2eulerERKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4math9euler2dcmERKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4mathdVERNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4mathdVERNS_3sig6VectorERKS2_ at Base 2.3.66.1
- _ZN4yarp4mathdVERNS_3sig6VectorEd at Base 2.3.66.1
- _ZN4yarp4mathdvERKNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4mathdvERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4mathdvERKNS_3sig6VectorEd at Base 2.3.66.1
- _ZN4yarp4mathmIERNS_3sig6MatrixERKS2_ at Base 2.3.66.1
- _ZN4yarp4mathmIERNS_3sig6VectorERKS2_ at Base 2.3.66.1
- _ZN4yarp4mathmIERNS_3sig6VectorERKd at Base 2.3.66.1
- _ZN4yarp4mathmLERNS_3sig6MatrixERKS2_ at Base 2.3.66.1
- _ZN4yarp4mathmLERNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4mathmLERNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.66.1
- _ZN4yarp4mathmLERNS_3sig6VectorERKS2_ at Base 2.3.66.1
- _ZN4yarp4mathmLERNS_3sig6VectorEd at Base 2.3.66.1
- _ZN4yarp4mathmiERKNS_3sig6MatrixES4_ at Base 2.3.66.1
- _ZN4yarp4mathmiERKNS_3sig6VectorERKd at Base 2.3.66.1
- _ZN4yarp4mathmiERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4mathmiERKdRKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4mathmlERKNS_3sig6MatrixERKNS1_6VectorE at Base 2.3.66.1
- _ZN4yarp4mathmlERKNS_3sig6MatrixES4_ at Base 2.3.66.1
- _ZN4yarp4mathmlERKNS_3sig6MatrixEd at Base 2.3.66.1
- _ZN4yarp4mathmlERKNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.66.1
- _ZN4yarp4mathmlERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4mathmlERKNS_3sig6VectorEd at Base 2.3.66.1
- _ZN4yarp4mathmlEdRKNS_3sig6MatrixE at Base 2.3.66.1
- _ZN4yarp4mathmlEdRKNS_3sig6VectorE at Base 2.3.66.1
- _ZN4yarp4mathpLERNS_3sig6MatrixERKS2_ at Base 2.3.66.1
- _ZN4yarp4mathpLERNS_3sig6VectorERKS2_ at Base 2.3.66.1
- _ZN4yarp4mathpLERNS_3sig6VectorERKd at Base 2.3.66.1
- _ZN4yarp4mathplERKNS_3sig6MatrixES4_ at Base 2.3.66.1
- _ZN4yarp4mathplERKNS_3sig6VectorERKd at Base 2.3.66.1
- _ZN4yarp4mathplERKNS_3sig6VectorES4_ at Base 2.3.66.1
- _ZN4yarp4mathplERKdRKNS_3sig6VectorE at Base 2.3.66.1
- _ZTIN4yarp2os8PortableE at Base 2.3.66.1
- _ZTSN4yarp2os8PortableE at Base 2.3.66.1
- _ZTVN4yarp2os8PortableE at Base 2.3.66.1
+ _ZN4yarp4math10Quaternion11toAxisAngleEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion13fromAxisAngleERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math10Quaternion18fromRotationMatrixERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math10Quaternion1wEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion1xEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion1yEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion1zEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion3absEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion3argEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion4dataEv at Base 2.3.70
+ _ZN4yarp4math10Quaternion4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp4math10Quaternion5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp4math10Quaternion8toStringB5cxx11Eii at Base 2.3.70
+ _ZN4yarp4math10Quaternion9normalizeEv at Base 2.3.70
+ _ZN4yarp4math10QuaternionC1ERKS1_ at Base 2.3.70
+ _ZN4yarp4math10QuaternionC1Edddd at Base 2.3.70
+ _ZN4yarp4math10QuaternionC1Ev at Base 2.3.70
+ _ZN4yarp4math10QuaternionC2ERKS1_ at Base 2.3.70
+ _ZN4yarp4math10QuaternionC2Edddd at Base 2.3.70
+ _ZN4yarp4math10QuaternionC2Ev at Base 2.3.70
+ _ZN4yarp4math10RandScalar3getEdd at Base 2.3.70
+ _ZN4yarp4math10RandScalar3getEv at Base 2.3.70
+ _ZN4yarp4math10RandScalar4initEi at Base 2.3.70
+ _ZN4yarp4math10RandScalar4initEv at Base 2.3.70
+ _ZN4yarp4math10RandScalarC1Ei at Base 2.3.70
+ _ZN4yarp4math10RandScalarC1Ev at Base 2.3.70
+ _ZN4yarp4math10RandScalarC2Ei at Base 2.3.70
+ _ZN4yarp4math10RandScalarC2Ev at Base 2.3.70
+ _ZN4yarp4math10RandScalarD1Ev at Base 2.3.70
+ _ZN4yarp4math10RandScalarD2Ev at Base 2.3.70
+ _ZN4yarp4math10adjointInvERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixERNS1_6VectorEd at Base 2.3.70
+ _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixERS2_RNS1_6VectorEd at Base 2.3.70
+ _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixERS2_d at Base 2.3.70
+ _ZN4yarp4math10pinvDampedERKNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4math11RandnScalar3getEdd at Base 2.3.70
+ _ZN4yarp4math11RandnScalar4initEi at Base 2.3.70
+ _ZN4yarp4math11RandnScalar4initEv at Base 2.3.70
+ _ZN4yarp4math11RandnScalarC1Ei at Base 2.3.70
+ _ZN4yarp4math11RandnScalarC1Ev at Base 2.3.70
+ _ZN4yarp4math11RandnScalarC2Ei at Base 2.3.70
+ _ZN4yarp4math11RandnScalarC2Ev at Base 2.3.70
+ _ZN4yarp4math11RandnScalarD1Ev at Base 2.3.70
+ _ZN4yarp4math11RandnScalarD2Ev at Base 2.3.70
+ _ZN4yarp4math11eigenValuesERKNS_3sig6MatrixERNS1_6VectorES6_ at Base 2.3.70
+ _ZN4yarp4math12outerProductERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4math14FrameTransform8toStringB5cxx11Ev at Base 2.3.70
+ _ZN4yarp4math16projectionMatrixERKNS_3sig6MatrixERS2_d at Base 2.3.70
+ _ZN4yarp4math16projectionMatrixERKNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4math18crossProductMatrixERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math18crossProductMatrixERKNS_3sig6VectorERNS1_6MatrixE at Base 2.3.70
+ _ZN4yarp4math19nullspaceProjectionERKNS_3sig6MatrixERS2_d at Base 2.3.70
+ _ZN4yarp4math19nullspaceProjectionERKNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4math3SVDERKNS_3sig6MatrixERS2_RNS1_6VectorES5_ at Base 2.3.70
+ _ZN4yarp4math3catERKNS_3sig6MatrixERKNS1_6VectorE at Base 2.3.70
+ _ZN4yarp4math3catERKNS_3sig6MatrixES4_ at Base 2.3.70
+ _ZN4yarp4math3catERKNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.70
+ _ZN4yarp4math3catERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4math3catERKNS_3sig6VectorEd at Base 2.3.70
+ _ZN4yarp4math3catEdRKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math3catEdd at Base 2.3.70
+ _ZN4yarp4math3catEddd at Base 2.3.70
+ _ZN4yarp4math3catEdddd at Base 2.3.70
+ _ZN4yarp4math3catEddddd at Base 2.3.70
+ _ZN4yarp4math3detERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math3dotERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4math3eyeEi at Base 2.3.70
+ _ZN4yarp4math3eyeEii at Base 2.3.70
+ _ZN4yarp4math4Rand4initEi at Base 2.3.70
+ _ZN4yarp4math4Rand4initEv at Base 2.3.70
+ _ZN4yarp4math4Rand6matrixEii at Base 2.3.70
+ _ZN4yarp4math4Rand6scalarEdd at Base 2.3.70
+ _ZN4yarp4math4Rand6scalarEv at Base 2.3.70
+ _ZN4yarp4math4Rand6vectorERKNS_3sig6VectorES5_ at Base 2.3.70
+ _ZN4yarp4math4Rand6vectorEi at Base 2.3.70
+ _ZN4yarp4math4impl10RandVector3getERKNS_3sig6VectorES6_ at Base 2.3.70
+ _ZN4yarp4math4impl10RandVector3getEv at Base 2.3.70
+ _ZN4yarp4math4impl10RandVector4initEi at Base 2.3.70
+ _ZN4yarp4math4impl10RandVector4initEv at Base 2.3.70
+ _ZN4yarp4math4impl10RandVector6resizeEi at Base 2.3.70
+ _ZN4yarp4math4impl10RandVectorC1Ei at Base 2.3.70
+ _ZN4yarp4math4impl10RandVectorC2Ei at Base 2.3.70
+ _ZN4yarp4math4impl11RandnVector3getERKNS_3sig6VectorES6_ at Base 2.3.70
+ _ZN4yarp4math4impl11RandnVector3getEdd at Base 2.3.70
+ _ZN4yarp4math4impl11RandnVector4initEi at Base 2.3.70
+ _ZN4yarp4math4impl11RandnVector4initEv at Base 2.3.70
+ _ZN4yarp4math4impl11RandnVector6resizeEi at Base 2.3.70
+ _ZN4yarp4math4impl11RandnVectorC1Ei at Base 2.3.70
+ _ZN4yarp4math4impl11RandnVectorC2Ei at Base 2.3.70
+ _ZN4yarp4math4normERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math4onesEi at Base 2.3.70
+ _ZN4yarp4math4pileERKNS_3sig6MatrixERKNS1_6VectorE at Base 2.3.70
+ _ZN4yarp4math4pileERKNS_3sig6MatrixES4_ at Base 2.3.70
+ _ZN4yarp4math4pileERKNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.70
+ _ZN4yarp4math4pileERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4math4pinvERKNS_3sig6MatrixERNS1_6VectorEd at Base 2.3.70
+ _ZN4yarp4math4pinvERKNS_3sig6MatrixERS2_RNS1_6VectorEd at Base 2.3.70
+ _ZN4yarp4math4pinvERKNS_3sig6MatrixERS2_d at Base 2.3.70
+ _ZN4yarp4math4pinvERKNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4math4signERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math4signERKd at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdE4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdE5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdE7getTypeEv at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEC1ERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEC1ERKdS4_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEC1Ev at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEC2ERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEC2ERKdS4_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEC2Ev at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEaSERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEeqERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEmIERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEneERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIdEpLERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiE4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiE5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiE7getTypeEv at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEC1ERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEC1ERKiS4_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEC1Ev at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEC2ERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEC2ERKiS4_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEC2Ev at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEaSERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEeqERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEmIERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEneERKS2_ at Base 2.3.70
+ _ZN4yarp4math5Vec2DIiEpLERKS2_ at Base 2.3.70
+ _ZN4yarp4math5crossERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4math5luinvERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math5norm2ERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math5zerosEi at Base 2.3.70
+ _ZN4yarp4math5zerosEii at Base 2.3.70
+ _ZN4yarp4math6SE3invERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math6SVDModERKNS_3sig6MatrixERS2_RNS1_6VectorES5_ at Base 2.3.70
+ _ZN4yarp4math7adjointERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math7dcm2rpyERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math7dcm2yprERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math7findMaxERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math7findMinERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math7rpy2dcmERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math7ypr2dcmERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math8NormRand4initEi at Base 2.3.70
+ _ZN4yarp4math8NormRand4initEv at Base 2.3.70
+ _ZN4yarp4math8NormRand6matrixEiidd at Base 2.3.70
+ _ZN4yarp4math8NormRand6scalarEdd at Base 2.3.70
+ _ZN4yarp4math8NormRand6vectorERKNS_3sig6VectorES5_ at Base 2.3.70
+ _ZN4yarp4math8NormRand6vectorEidd at Base 2.3.70
+ _ZN4yarp4math8axis2dcmERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4math8dcm2axisERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math9SVDJacobiERKNS_3sig6MatrixERS2_RNS1_6VectorES5_ at Base 2.3.70
+ _ZN4yarp4math9dcm2eulerERKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4math9euler2dcmERKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4mathdVERNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4mathdVERNS_3sig6VectorERKS2_ at Base 2.3.70
+ _ZN4yarp4mathdVERNS_3sig6VectorEd at Base 2.3.70
+ _ZN4yarp4mathdvERKNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4mathdvERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4mathdvERKNS_3sig6VectorEd at Base 2.3.70
+ _ZN4yarp4mathmIERNS_3sig6MatrixERKS2_ at Base 2.3.70
+ _ZN4yarp4mathmIERNS_3sig6VectorERKS2_ at Base 2.3.70
+ _ZN4yarp4mathmIERNS_3sig6VectorERKd at Base 2.3.70
+ _ZN4yarp4mathmLERNS_3sig6MatrixERKS2_ at Base 2.3.70
+ _ZN4yarp4mathmLERNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4mathmLERNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.70
+ _ZN4yarp4mathmLERNS_3sig6VectorERKS2_ at Base 2.3.70
+ _ZN4yarp4mathmLERNS_3sig6VectorEd at Base 2.3.70
+ _ZN4yarp4mathmiERKNS_3sig6MatrixES4_ at Base 2.3.70
+ _ZN4yarp4mathmiERKNS_3sig6VectorERKd at Base 2.3.70
+ _ZN4yarp4mathmiERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4mathmiERKdRKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4mathmlERKNS0_10QuaternionES3_ at Base 2.3.70
+ _ZN4yarp4mathmlERKNS_3sig6MatrixERKNS1_6VectorE at Base 2.3.70
+ _ZN4yarp4mathmlERKNS_3sig6MatrixES4_ at Base 2.3.70
+ _ZN4yarp4mathmlERKNS_3sig6MatrixEd at Base 2.3.70
+ _ZN4yarp4mathmlERKNS_3sig6VectorERKNS1_6MatrixE at Base 2.3.70
+ _ZN4yarp4mathmlERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4mathmlERKNS_3sig6VectorEd at Base 2.3.70
+ _ZN4yarp4mathmlEdRKNS_3sig6MatrixE at Base 2.3.70
+ _ZN4yarp4mathmlEdRKNS_3sig6VectorE at Base 2.3.70
+ _ZN4yarp4mathpLERNS_3sig6MatrixERKS2_ at Base 2.3.70
+ _ZN4yarp4mathpLERNS_3sig6VectorERKS2_ at Base 2.3.70
+ _ZN4yarp4mathpLERNS_3sig6VectorERKd at Base 2.3.70
+ _ZN4yarp4mathplERKNS_3sig6MatrixES4_ at Base 2.3.70
+ _ZN4yarp4mathplERKNS_3sig6VectorERKd at Base 2.3.70
+ _ZN4yarp4mathplERKNS_3sig6VectorES4_ at Base 2.3.70
+ _ZN4yarp4mathplERKdRKNS_3sig6VectorE at Base 2.3.70
+ _ZNK4yarp4math10Quaternion16toRotationMatrixEv at Base 2.3.70
+ _ZNK4yarp4math10Quaternion1wEv at Base 2.3.70
+ _ZNK4yarp4math10Quaternion1xEv at Base 2.3.70
+ _ZNK4yarp4math10Quaternion1yEv at Base 2.3.70
+ _ZNK4yarp4math10Quaternion1zEv at Base 2.3.70
+ _ZNK4yarp4math10Quaternion4dataEv at Base 2.3.70
+ _ZNK4yarp4math10Quaternion8toVectorEv at Base 2.3.70
+ _ZNK4yarp4math5Vec2DIdE4normEv at Base 2.3.70
+ _ZNK4yarp4math5Vec2DIdE8toStringB5cxx11Eii at Base 2.3.70
+ _ZNK4yarp4math5Vec2DIdEcvNS_3sig6VectorEEv at Base 2.3.70
+ _ZNK4yarp4math5Vec2DIiE4normEv at Base 2.3.70
+ _ZNK4yarp4math5Vec2DIiE8toStringB5cxx11Eii at Base 2.3.70
+ _ZNK4yarp4math5Vec2DIiEcvNS_3sig6VectorEEv at Base 2.3.70
+ _ZTIN4yarp2os8PortableE at Base 2.3.70
+ _ZTIN4yarp4math10QuaternionE at Base 2.3.70
+ _ZTIN4yarp4math5Vec2DIdEE at Base 2.3.70
+ _ZTIN4yarp4math5Vec2DIiEE at Base 2.3.70
+ _ZTSN4yarp2os8PortableE at Base 2.3.70
+ _ZTSN4yarp4math10QuaternionE at Base 2.3.70
+ _ZTSN4yarp4math5Vec2DIdEE at Base 2.3.70
+ _ZTSN4yarp4math5Vec2DIiEE at Base 2.3.70
+ _ZTVN4yarp2os8PortableE at Base 2.3.70
+ _ZTVN4yarp4math10QuaternionE at Base 2.3.70
+ _ZTVN4yarp4math5Vec2DIdEE at Base 2.3.70
+ _ZTVN4yarp4math5Vec2DIiEE at Base 2.3.70
+ _ZThn8_N4yarp4math10Quaternion5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp4math5Vec2DIdE5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp4math5Vec2DIiE5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZmiIdEN4yarp4math5Vec2DIT_EES4_RKS4_ at Base 2.3.70
+ _ZmiIiEN4yarp4math5Vec2DIT_EES4_RKS4_ at Base 2.3.70
+ _ZmlIdEN4yarp4math5Vec2DIT_EERKNS0_3sig6MatrixES4_ at Base 2.3.70
+ _ZmlIiEN4yarp4math5Vec2DIT_EERKNS0_3sig6MatrixES4_ at Base 2.3.70
+ _ZplIdEN4yarp4math5Vec2DIT_EES4_RKS4_ at Base 2.3.70
+ _ZplIiEN4yarp4math5Vec2DIT_EES4_RKS4_ at Base 2.3.70
diff --git a/debian/libyarp-os-dev.install b/debian/libyarp-os-dev.install
index 3cd1029..3621d34 100644
--- a/debian/libyarp-os-dev.install
+++ b/debian/libyarp-os-dev.install
@@ -1,7 +1,4 @@
-usr/include/yarp/conf/*.h
 usr/include/yarp/os/*.h
 usr/include/yarp/os/idl/*.h
 usr/lib/*/libYARP_OS.so
 usr/lib/*/libYARP_init.so
-usr/lib/*/YARP/*.cmake
-usr/share/yarp/cmake/*
diff --git a/debian/libyarp-os1.lintian-overrides b/debian/libyarp-os1.lintian-overrides
new file mode 100644
index 0000000..7d2d25e
--- /dev/null
+++ b/debian/libyarp-os1.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+spelling-error-in-binary usr/lib/*/libYARP_OS.so.* lengH length
diff --git a/debian/libyarp-os1.symbols b/debian/libyarp-os1.symbols
index 97cd5a7..eceea3b 100644
--- a/debian/libyarp-os1.symbols
+++ b/debian/libyarp-os1.symbols
@@ -1,2157 +1,2260 @@
 libYARP_OS.so.1 libyarp-os1 #MINVER#
- _Z16yarp_print_traceP8_IO_FILEPKci at Base 2.3.66.1
- _Z26typedReaderMissingCallbackv at Base 2.3.66.1
- _ZN17YarpRunInfoVector11CleanZombieEi at Base 2.3.66.1
- _ZN17YarpRunInfoVector2PSEv at Base 2.3.66.1
- _ZN17YarpRunInfoVector3AddEP15YarpRunProcInfo at Base 2.3.66.1
- _ZN17YarpRunInfoVector4PackEv at Base 2.3.66.1
- _ZN17YarpRunInfoVector6SignalERN4yarp2os11ConstStringEi at Base 2.3.66.1
- _ZN17YarpRunInfoVector7KillallEi at Base 2.3.66.1
- _ZN17YarpRunInfoVector9IsRunningERN4yarp2os11ConstStringE at Base 2.3.66.1
- _ZN17YarpRunInfoVectorC1Ev at Base 2.3.66.1
- _ZN17YarpRunInfoVectorC2Ev at Base 2.3.66.1
- _ZN17YarpRunInfoVectorD1Ev at Base 2.3.66.1
- _ZN17YarpRunInfoVectorD2Ev at Base 2.3.66.1
- _ZN20ACE_Log_Category_TSS3logE16ACE_Log_PriorityPKcz at Base 2.3.66.1
- _ZN4yarp2os10NullStream11beginPacketEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream14getInputStreamEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream15getLocalAddressEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream15getOutputStreamEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream16getRemoteAddressEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream4isOkEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream4readERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os10NullStream5closeEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream5resetEv at Base 2.3.66.1
- _ZN4yarp2os10NullStream5writeERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os10NullStream9endPacketEv at Base 2.3.66.1
- _ZN4yarp2os10NullStreamD0Ev at Base 2.3.66.1
- _ZN4yarp2os10NullStreamD1Ev at Base 2.3.66.1
- _ZN4yarp2os10NullStreamD2Ev at Base 2.3.66.1
- _ZN4yarp2os10PortReaderD0Ev at Base 2.3.66.1
- _ZN4yarp2os10PortReaderD1Ev at Base 2.3.66.1
- _ZN4yarp2os10PortReaderD2Ev at Base 2.3.66.1
- _ZN4yarp2os10PortReportD0Ev at Base 2.3.66.1
- _ZN4yarp2os10PortReportD1Ev at Base 2.3.66.1
- _ZN4yarp2os10PortReportD2Ev at Base 2.3.66.1
- _ZN4yarp2os10PortWriter12onCompletionEv at Base 2.3.66.1
- _ZN4yarp2os10PortWriter14onCommencementEv at Base 2.3.66.1
- _ZN4yarp2os10PortWriterD0Ev at Base 2.3.66.1
- _ZN4yarp2os10PortWriterD1Ev at Base 2.3.66.1
- _ZN4yarp2os10PortWriterD2Ev at Base 2.3.66.1
- _ZN4yarp2os10RateThread10afterStartEb at Base 2.3.66.1
- _ZN4yarp2os10RateThread10getEstUsedERdS2_ at Base 2.3.66.1
- _ZN4yarp2os10RateThread10getEstUsedEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread10threadInitEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread11beforeStartEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread11getPriorityEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread11isSuspendedEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread11setPriorityEii at Base 2.3.66.1
- _ZN4yarp2os10RateThread12getEstPeriodERdS2_ at Base 2.3.66.1
- _ZN4yarp2os10RateThread12getEstPeriodEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread13getIterationsEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread13threadReleaseEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread4joinEd at Base 2.3.66.1
- _ZN4yarp2os10RateThread4stepEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread4stopEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread5startEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread6resumeEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread7getRateEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread7setRateEi at Base 2.3.66.1
- _ZN4yarp2os10RateThread7suspendEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread9askToStopEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread9getPolicyEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread9isRunningEv at Base 2.3.66.1
- _ZN4yarp2os10RateThread9resetStatEv at Base 2.3.66.1
- _ZN4yarp2os10RateThreadC1Ei at Base 2.3.66.1
- _ZN4yarp2os10RateThreadC2Ei at Base 2.3.66.1
- _ZN4yarp2os10RateThreadD0Ev at Base 2.3.66.1
- _ZN4yarp2os10RateThreadD1Ev at Base 2.3.66.1
- _ZN4yarp2os10RateThreadD2Ev at Base 2.3.66.1
- _ZN4yarp2os10Searchable10setMonitorEPNS0_13SearchMonitorEPKc at Base 2.3.66.1
- _ZN4yarp2os10SearchableC1Ev at Base 2.3.66.1
- _ZN4yarp2os10SearchableC2Ev at Base 2.3.66.1
- _ZN4yarp2os10SearchableD0Ev at Base 2.3.66.1
- _ZN4yarp2os10SearchableD1Ev at Base 2.3.66.1
- _ZN4yarp2os10SearchableD2Ev at Base 2.3.66.1
- _ZN4yarp2os10SystemInfo11getLoadInfoEv at Base 2.3.66.1
- _ZN4yarp2os10SystemInfo11getUserInfoEv at Base 2.3.66.1
- _ZN4yarp2os10SystemInfo13getMemoryInfoEv at Base 2.3.66.1
- _ZN4yarp2os10SystemInfo14getProcessInfoEi at Base 2.3.66.1
- _ZN4yarp2os10SystemInfo14getStorageInfoEv at Base 2.3.66.1
- _ZN4yarp2os10SystemInfo15getPlatformInfoEv at Base 2.3.66.1
- _ZN4yarp2os10SystemInfo16getProcessorInfoEv at Base 2.3.66.1
- _ZN4yarp2os10Terminator15terminateByNameEPKc at Base 2.3.66.1
- _ZN4yarp2os11ConstString4nposE at Base 2.3.66.1
- _ZN4yarp2os11Contactable4openEv at Base 2.3.66.1
- _ZN4yarp2os11ContactableD0Ev at Base 2.3.66.1
- _ZN4yarp2os11ContactableD1Ev at Base 2.3.66.1
- _ZN4yarp2os11ContactableD2Ev at Base 2.3.66.1
- _ZN4yarp2os11InputStream11readDiscardEm at Base 2.3.66.1
- _ZN4yarp2os11InputStream8readFullERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os11InputStream8readLineEiPb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase10disconnectERKNS0_11ConstStringES4_RKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase10disconnectERKNS0_11ConstStringES4_b at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase10readStringEPb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11finiMinimumEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11getPropertyEPKcS3_ at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11initMinimumEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11initializedEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11isConnectedERKNS0_11ConstStringES4_RKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11isConnectedERKNS0_11ConstStringES4_b at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11queryBypassEPNS0_9NameStoreE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase11setPropertyEPKcS3_RKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase12checkNetworkEd at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase12checkNetworkEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase12getLocalModeEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase12registerNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase12setLocalModeEb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase12setVerbosityEi at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase13getConfigFileEPKc at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase13runNameServerEiPPc at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase14getEnvironmentEPKcPb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase14getQueryBypassEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase14setEnvironmentERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase14unregisterNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase15autoInitMinimumEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase15registerCarrierEPKcS3_ at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase15registerContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase16detectNameServerEbRbS2_ at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase16getConnectionQosERKNS0_11ConstStringES4_RNS0_8QosStyleES6_b at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase16getPathSeparatorEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase16setConnectionQosERKNS0_11ConstStringES4_RKNS0_8QosStyleES7_b at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase16setConnectionQosERKNS0_11ConstStringES4_RKNS0_8QosStyleEb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase16unsetEnvironmentERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase17getNameServerNameEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase17setNameServerNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase17unregisterContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase19getDefaultPortRangeEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase20getNameServerContactEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase20setNameServerContactERNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase21getDirectorySeparatorEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase22localNetworkAllocationEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase4lockEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase4mainEiPPc at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase4syncERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase5writeERKNS0_11ConstStringERNS0_10PortWriterERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase5writeERKNS0_7ContactERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase5writeERKNS0_7ContactERNS0_10PortWriterERNS0_10PortReaderEbbd at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase6existsERKNS0_11ConstStringERKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase6existsERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase6unlockEv at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase7connectERKNS0_11ConstStringES4_RKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase7connectERKNS0_11ConstStringES4_S4_b at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase9assertionEb at Base 2.3.66.1
- _ZN4yarp2os11NetworkBase9queryNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os11SystemClock11delaySystemEd at Base 2.3.66.1
- _ZN4yarp2os11SystemClock9nowSystemEv at Base 2.3.66.1
- _ZN4yarp2os11gethostnameEPcm at Base 2.3.66.1
- _ZN4yarp2os11getprognameEPcm at Base 2.3.66.1
- _ZN4yarp2os11setprognameEPKc at Base 2.3.66.1
- _ZN4yarp2os12ContactStyleC1Ev at Base 2.3.66.1
- _ZN4yarp2os12ContactStyleC2Ev at Base 2.3.66.1
- _ZN4yarp2os12LogForwarder11getInstanceEv at Base 2.3.66.1
- _ZN4yarp2os12LogForwarder3semE at Base 2.3.66.1
- _ZN4yarp2os12LogForwarder7forwardENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.66.1
- _ZN4yarp2os12LogForwarder8instanceE at Base 2.3.66.1
- _ZN4yarp2os12LogForwarder9destroyerE at Base 2.3.66.1
- _ZN4yarp2os12LogForwarderC1Ev at Base 2.3.66.1
- _ZN4yarp2os12LogForwarderC2Ev at Base 2.3.66.1
- _ZN4yarp2os12LogForwarderD1Ev at Base 2.3.66.1
- _ZN4yarp2os12LogForwarderD2Ev at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes14allocateOnNeedEmm at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes4copyEv at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes5bytesEv at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes5clearEv at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes7setUsedEm at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes8allocateEm at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes9resetUsedEv at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytes9usedBytesEv at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC1ERKNS0_5BytesEb at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC1Em at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC1Ev at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC2ERKNS0_5BytesEb at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC2Em at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesC2Ev at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesD0Ev at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesD1Ev at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesD2Ev at Base 2.3.66.1
- _ZN4yarp2os12ManagedBytesaSERKS1_ at Base 2.3.66.1
- _ZN4yarp2os12MessageStack5stackERNS0_10PortWriterERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12MessageStack6attachERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os12MessageStackC1Ei at Base 2.3.66.1
- _ZN4yarp2os12MessageStackC2Ei at Base 2.3.66.1
- _ZN4yarp2os12MessageStackD0Ev at Base 2.3.66.1
- _ZN4yarp2os12MessageStackD1Ev at Base 2.3.66.1
- _ZN4yarp2os12MessageStackD2Ev at Base 2.3.66.1
- _ZN4yarp2os12NetworkClock3nowEv at Base 2.3.66.1
- _ZN4yarp2os12NetworkClock4openERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12NetworkClock4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os12NetworkClock5delayEd at Base 2.3.66.1
- _ZN4yarp2os12NetworkClockC1Ev at Base 2.3.66.1
- _ZN4yarp2os12NetworkClockC2Ev at Base 2.3.66.1
- _ZN4yarp2os12NetworkClockD0Ev at Base 2.3.66.1
- _ZN4yarp2os12NetworkClockD1Ev at Base 2.3.66.1
- _ZN4yarp2os12NetworkClockD2Ev at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace11fromRosNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace11getPropertyERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace11setPropertyERKNS0_11ConstStringES4_RKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace12connectTopicERNS0_6BottleEbRKNS0_7ContactES6_NS0_12ContactStyleEb at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace12registerNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace13toRosNodeNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace14unregisterNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace15fromRosNodeNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace15registerContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace16detectNameServerEbRbS2_ at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace16registerAdvancedERKNS0_7ContactEPNS0_9NameStoreE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace17unregisterContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace18connectPortToTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace18connectTopicToPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace18unregisterAdvancedERKNS0_11ConstStringEPNS0_9NameStoreE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace23disconnectPortFromTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace23disconnectTopicFromPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace29connectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace32disconnectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace3runEv at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace6rosifyERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace9queryNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpace9toRosNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpaceC1ERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpaceC2ERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpaceD0Ev at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpaceD1Ev at Base 2.3.66.1
- _ZN4yarp2os12RosNameSpaceD2Ev at Base 2.3.66.1
- _ZN4yarp2os12SearchReportC1Ev at Base 2.3.66.1
- _ZN4yarp2os12SearchReportC2Ev at Base 2.3.66.1
- _ZN4yarp2os12TwoWayStreamD0Ev at Base 2.3.66.1
- _ZN4yarp2os12TwoWayStreamD1Ev at Base 2.3.66.1
- _ZN4yarp2os12TwoWayStreamD2Ev at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject11updateReplyERNS0_6ThingsE at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject4trigEv at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject6acceptERNS0_6ThingsE at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject6createERKNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject6updateERNS0_6ThingsE at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject7destroyEv at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject8getparamERNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os13MonitorObject8setparamERKNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os13MonitorObjectD0Ev at Base 2.3.66.1
- _ZN4yarp2os13MonitorObjectD1Ev at Base 2.3.66.1
- _ZN4yarp2os13MonitorObjectD2Ev at Base 2.3.66.1
- _ZN4yarp2os13NestedContact10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os13NestedContactC1ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os13NestedContactC2ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os13SearchMonitorD0Ev at Base 2.3.66.1
- _ZN4yarp2os13SearchMonitorD1Ev at Base 2.3.66.1
- _ZN4yarp2os13SearchMonitorD2Ev at Base 2.3.66.1
- _ZN4yarp2os13SharedLibrary4openEPKc at Base 2.3.66.1
- _ZN4yarp2os13SharedLibrary5closeEv at Base 2.3.66.1
- _ZN4yarp2os13SharedLibrary5errorEv at Base 2.3.66.1
- _ZN4yarp2os13SharedLibrary9getSymbolEPKc at Base 2.3.66.1
- _ZN4yarp2os13SharedLibraryC1EPKc at Base 2.3.66.1
- _ZN4yarp2os13SharedLibraryC1Ev at Base 2.3.66.1
- _ZN4yarp2os13SharedLibraryC2EPKc at Base 2.3.66.1
- _ZN4yarp2os13SharedLibraryC2Ev at Base 2.3.66.1
- _ZN4yarp2os13SharedLibraryD0Ev at Base 2.3.66.1
- _ZN4yarp2os13SharedLibraryD1Ev at Base 2.3.66.1
- _ZN4yarp2os13SharedLibraryD2Ev at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace11getPropertyERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace11setPropertyERKNS0_11ConstStringES4_RKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace12registerNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace14unregisterNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace15registerContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace16detectNameServerEbRbS2_ at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace17unregisterContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpace9queryNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpaceC1ERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpaceC2ERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpaceD0Ev at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpaceD1Ev at Base 2.3.66.1
- _ZN4yarp2os13YarpNameSpaceD2Ev at Base 2.3.66.1
- _ZN4yarp2os14DummyConnector11setTextModeEb at Base 2.3.66.1
- _ZN4yarp2os14DummyConnector14getCleanWriterEv at Base 2.3.66.1
- _ZN4yarp2os14DummyConnector5resetEv at Base 2.3.66.1
- _ZN4yarp2os14DummyConnector9getReaderEv at Base 2.3.66.1
- _ZN4yarp2os14DummyConnector9getWriterEv at Base 2.3.66.1
- _ZN4yarp2os14DummyConnectorC1Ev at Base 2.3.66.1
- _ZN4yarp2os14DummyConnectorC2Ev at Base 2.3.66.1
- _ZN4yarp2os14DummyConnectorD0Ev at Base 2.3.66.1
- _ZN4yarp2os14DummyConnectorD1Ev at Base 2.3.66.1
- _ZN4yarp2os14DummyConnectorD2Ev at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace11getPropertyERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace11queryBypassEPNS0_9NameStoreE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace11setPropertyERKNS0_11ConstStringES4_RKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace12registerNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace12setLocalModeEb at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace14getQueryBypassEv at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace14unregisterNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace15registerContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace16detectNameServerEbRbS2_ at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace17unregisterContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace18connectPortToTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace18connectTopicToPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace23disconnectPortFromTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace23disconnectTopicFromPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace29connectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace32disconnectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace8activateEb at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpace9queryNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpaceC1Ev at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpaceC2Ev at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpaceD0Ev at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpaceD1Ev at Base 2.3.66.1
- _ZN4yarp2os14MultiNameSpaceD2Ev at Base 2.3.66.1
- _ZN4yarp2os14RecursiveMutex4lockEv at Base 2.3.66.1
- _ZN4yarp2os14RecursiveMutex6unlockEv at Base 2.3.66.1
- _ZN4yarp2os14RecursiveMutex7tryLockEv at Base 2.3.66.1
- _ZN4yarp2os14RecursiveMutexC1Ev at Base 2.3.66.1
- _ZN4yarp2os14RecursiveMutexC2Ev at Base 2.3.66.1
- _ZN4yarp2os14RecursiveMutexD1Ev at Base 2.3.66.1
- _ZN4yarp2os14RecursiveMutexD2Ev at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder10addContextEPKc at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder10getContextEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder10readConfigERNS0_8PropertyERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder10setDefaultEPKcRKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder10setDefaultEPKcRKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder10setVerboseEb at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder11getContextsEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder11getDataDirsEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder12clearContextEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder13getConfigDirsEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder14createIfAbsentEbRKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder14findFileByNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder14findFileByNameERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder14getContextPathEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder16getHomeRobotPathEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder18getHomeContextPathEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder24findNestedResourceFinderEPKc at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder26getResourceFinderSingletonEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder31getDataHomeWithPossibleCreationEb at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder33getConfigHomeWithPossibleCreationEb at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder8findFileERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder8findFileERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder8findPathERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder8findPathERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder8findPathEv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder8setQuietEb at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder9configureEPKciPPcb at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder9configureEiPPcb at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder9findPathsERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinder9findPathsERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderC1ERNS0_10SearchableEPv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderC1Ev at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderC2ERNS0_10SearchableEPv at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderC2Ev at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderD0Ev at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderD1Ev at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderD2Ev at Base 2.3.66.1
- _ZN4yarp2os14ResourceFinderaSERKS1_ at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier10isTextModeEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier10requireAckEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier10sendHeaderERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier11expectIndexERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier11prepareSendERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier11readYarpIntERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier12getSpecifierERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier12supportReplyEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier12writeYarpIntEiRNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier13setParametersERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier14defaultSendAckERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier16defaultExpectAckERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier16defaultSendIndexERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier16getCarrierParamsERNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier16isConnectionlessEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier16setCarrierParamsERKNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier17defaultSendHeaderERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier17expectExtraHeaderERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier18defaultExpectIndexERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier19expectReplyToHeaderERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier19sendSenderSpecifierERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier20createStandardHeaderEiRKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier21expectSenderSpecifierERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier28sendConnectionStateSpecifierERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier5writeERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier7isLocalEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier7sendAckERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier8canOfferEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier8isActiveEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier8toStringEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier9canAcceptEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier9canEscapeEv at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier9expectAckERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os15AbstractCarrier9sendIndexERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.66.1
- _ZN4yarp2os16ConnectionReader12readEnvelopeEv at Base 2.3.66.1
- _ZN4yarp2os16ConnectionReader14readFromStreamERNS0_10PortReaderERNS0_11InputStreamE at Base 2.3.66.1
- _ZN4yarp2os16ConnectionReader22createConnectionReaderERNS0_11InputStreamE at Base 2.3.66.1
- _ZN4yarp2os16ConnectionReaderD0Ev at Base 2.3.66.1
- _ZN4yarp2os16ConnectionReaderD1Ev at Base 2.3.66.1
- _ZN4yarp2os16ConnectionReaderD2Ev at Base 2.3.66.1
- _ZN4yarp2os16ConnectionWriter13writeToStreamERNS0_10PortWriterERNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os16ConnectionWriter30createBufferedConnectionWriterEv at Base 2.3.66.1
- _ZN4yarp2os16ConnectionWriterD0Ev at Base 2.3.66.1
- _ZN4yarp2os16ConnectionWriterD1Ev at Base 2.3.66.1
- _ZN4yarp2os16ConnectionWriterD2Ev at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier11checkHeaderERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier13modifiesReplyEv at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier15respondToHeaderERNS0_15ConnectionStateE at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier16getCarrierParamsERNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier16setCarrierParamsERKNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier20modifiesIncomingDataEv at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier20modifiesOutgoingDataEv at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier21configureFromPropertyERNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os16ModifyingCarrier9getHeaderERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os16PortablePairBase8readPairERNS0_16ConnectionReaderERNS0_8PortableES5_ at Base 2.3.66.1
- _ZN4yarp2os16PortablePairBase9writePairERNS0_16ConnectionWriterERNS0_8PortableES5_ at Base 2.3.66.1
- _ZN4yarp2os17PortReaderCreatorD0Ev at Base 2.3.66.1
- _ZN4yarp2os17PortReaderCreatorD1Ev at Base 2.3.66.1
- _ZN4yarp2os17PortReaderCreatorD2Ev at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper10afterStartEb at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper10threadInitEv at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper11beforeStartEv at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper13threadReleaseEv at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper3runEv at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper4openEdb at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper4stopEv at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper5closeEv at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper6attachEPNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper6attachERNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapper6detachEv at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperC1EPNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperC1ERNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperC1Ev at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperC2EPNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperC2ERNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperC2Ev at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperD0Ev at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperD1Ev at Base 2.3.66.1
- _ZN4yarp2os17RateThreadWrapperD2Ev at Base 2.3.66.1
- _ZN4yarp2os18YarpPluginSelector4scanEv at Base 2.3.66.1
- _ZN4yarp2os18YarpPluginSettings4openERNS0_20SharedLibraryFactoryE at Base 2.3.66.1
- _ZN4yarp2os18YarpPluginSettings4openERNS0_20SharedLibraryFactoryERKNS0_11ConstStringES6_ at Base 2.3.66.1
- _ZN4yarp2os18YarpPluginSettings7subopenERNS0_20SharedLibraryFactoryERKNS0_11ConstStringES6_ at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader10expectTextEi at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader10isTextModeEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader11expectBlockEPKcm at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader11requestDropEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader12expectDoubleEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader12getReferenceEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader12readEnvelopeEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader15convertTextModeEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader15getLocalContactEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader16getRemoteContactEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader22getConnectionModifiersEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader7getSizeEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader7isErrorEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader7isValidEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader7pushIntEi at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader8isActiveEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader9expectIntEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionReader9getWriterEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter10isBareModeEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter10isTextModeEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter11appendBlockEPKcm at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter11appendInt64ERKl at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter11requestDropEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter12appendDoubleEd at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter12appendStringEPKci at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter12declareSizesEiPi at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter12setReferenceEPNS0_8PortableE at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter15convertTextModeEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter15setReplyHandlerERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter19appendExternalBlockEPKcm at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter7isErrorEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter7isValidEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter8isActiveEv at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter9appendIntEi at Base 2.3.66.1
- _ZN4yarp2os20NullConnectionWriter9getBufferEv at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase10getContentEv at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase12waitForWriteEv at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase14releaseContentEv at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase4initEv at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase5writeEb at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase6attachERNS0_4PortE at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase6detachEv at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBase8getCountEv at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBaseC1Ev at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBaseC2Ev at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBaseD0Ev at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBaseD1Ev at Base 2.3.66.1
- _ZN4yarp2os20PortWriterBufferBaseD2Ev at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactory18useFactoryFunctionEPv at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactory4openEPKcS3_ at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactory6addRefEv at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactory9removeRefEv at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactoryC1EPKcS3_ at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactoryC1Ev at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactoryC2EPKcS3_ at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactoryC2Ev at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactoryD0Ev at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactoryD1Ev at Base 2.3.66.1
- _ZN4yarp2os20SharedLibraryFactoryD2Ev at Base 2.3.66.1
- _ZN4yarp2os20SystemInfoSerializer4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os20SystemInfoSerializer5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os20SystemInfoSerializerC1Ev at Base 2.3.66.1
- _ZN4yarp2os20SystemInfoSerializerC2Ev at Base 2.3.66.1
- _ZN4yarp2os20SystemInfoSerializerD0Ev at Base 2.3.66.1
- _ZN4yarp2os20SystemInfoSerializerD1Ev at Base 2.3.66.1
- _ZN4yarp2os20SystemInfoSerializerD2Ev at Base 2.3.66.1
- _ZN4yarp2os21LogForwarderDestroyer12SetSingletonEPNS0_12LogForwarderE at Base 2.3.66.1
- _ZN4yarp2os21LogForwarderDestroyerC1EPNS0_12LogForwarderE at Base 2.3.66.1
- _ZN4yarp2os21LogForwarderDestroyerC2EPNS0_12LogForwarderE at Base 2.3.66.1
- _ZN4yarp2os21LogForwarderDestroyerD1Ev at Base 2.3.66.1
- _ZN4yarp2os21LogForwarderDestroyerD2Ev at Base 2.3.66.1
- _ZN4yarp2os21ResourceFinderOptionsC1ENS1_15SearchLocationsENS1_20DuplicateFilesPolicyENS1_12SearchFlavorERKNS0_11ConstStringENS1_13MessageFilterE at Base 2.3.66.1
- _ZN4yarp2os21ResourceFinderOptionsC2ENS1_15SearchLocationsENS1_20DuplicateFilesPolicyENS1_12SearchFlavorERKNS0_11ConstStringENS1_13MessageFilterE at Base 2.3.66.1
- _ZN4yarp2os3Log14print_callbackE at Base 2.3.66.1
- _ZN4yarp2os3Log14setLogCallbackEPFvNS1_7LogTypeEPKcS4_jS4_E at Base 2.3.66.1
- _ZN4yarp2os3Log16forward_callbackE at Base 2.3.66.1
- _ZN4yarp2os3LogC1EPKcjS3_ at Base 2.3.66.1
- _ZN4yarp2os3LogC1Ev at Base 2.3.66.1
- _ZN4yarp2os3LogC2EPKcjS3_ at Base 2.3.66.1
- _ZN4yarp2os3LogC2Ev at Base 2.3.66.1
- _ZN4yarp2os3LogD0Ev at Base 2.3.66.1
- _ZN4yarp2os3LogD1Ev at Base 2.3.66.1
- _ZN4yarp2os3LogD2Ev at Base 2.3.66.1
- _ZN4yarp2os3Run10executeCmdERNS0_6BottleES3_ at Base 2.3.66.1
- _ZN4yarp2os3Run11CleanZombieEi at Base 2.3.66.1
- _ZN4yarp2os3Run11mLoggerPortE at Base 2.3.66.1
- _ZN4yarp2os3Run11mStresstestE at Base 2.3.66.1
- _ZN4yarp2os3Run11pServerPortE at Base 2.3.66.1
- _ZN4yarp2os3Run11writeToPipeEiNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os3Run12mStdioVectorE at Base 2.3.66.1
- _ZN4yarp2os3Run12readFromPipeEiRPcRi at Base 2.3.66.1
- _ZN4yarp2os3Run14mProcessVectorE at Base 2.3.66.1
- _ZN4yarp2os3Run15cleanBeforeExecEv at Base 2.3.66.1
- _ZN4yarp2os3Run16executeCmdStdoutERNS0_6BottleES3_RNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os3Run18executeCmdAndStdioERNS0_6BottleES3_ at Base 2.3.66.1
- _ZN4yarp2os3Run18mBraveZombieHunterE at Base 2.3.66.1
- _ZN4yarp2os3Run4HelpEPKc at Base 2.3.66.1
- _ZN4yarp2os3Run4killERKNS0_11ConstStringES4_i at Base 2.3.66.1
- _ZN4yarp2os3Run4mainEiPPc at Base 2.3.66.1
- _ZN4yarp2os3Run5startERKNS0_11ConstStringERNS0_8PropertyERS2_ at Base 2.3.66.1
- _ZN4yarp2os3Run6clientERNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os3Run6serverEv at Base 2.3.66.1
- _ZN4yarp2os3Run7mLoggedE at Base 2.3.66.1
- _ZN4yarp2os3Run7sendMsgERNS0_6BottleENS0_11ConstStringEid at Base 2.3.66.1
- _ZN4yarp2os3Run7sigtermERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os3Run7sigtermERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os3Run8mProcCNTE at Base 2.3.66.1
- _ZN4yarp2os3Run9isRunningERKNS0_11ConstStringERS2_ at Base 2.3.66.1
- _ZN4yarp2os3Run9mPortNameE at Base 2.3.66.1
- _ZN4yarp2os3Run9userStdioERNS0_6BottleES3_ at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10readBinaryERNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10readDoubleERd at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10readMapEndEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10readNestedERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10readNestedERNS1_12WirePortableE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10readSetEndEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10readStringERNS0_11ConstStringEPb at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader10scanStringERNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader11readListEndEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader12allowGetModeEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader12expectAcceptEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader12readMapBeginERNS1_9WireStateES4_Rj at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader12readSetBeginERNS1_9WireStateERj at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader13readListBeginERNS1_9WireStateERj at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader14readListHeaderEi at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader14readListHeaderEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader14readListReturnEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader4failEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader4readERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader4readERNS1_12WirePortableE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader5clearEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader6acceptEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader6noMoreEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader7isErrorEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader7isValidEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader7readI16ERs at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader7readI32ERi at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader7readI64ERl at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader7readTagEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader8readBoolERb at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader8readByteERa at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader8readEnumERiRNS1_9WireVocabE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader9getWriterEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReader9readVocabERi at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReaderC1ERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReaderC2ERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReaderD1Ev at Base 2.3.66.1
- _ZN4yarp2os3idl10WireReaderD2Ev at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter10writeVocabEi at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter11writeBinaryERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter11writeDoubleEd at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter11writeMapEndEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter11writeNestedERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter11writeNestedERNS1_12WirePortableE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter11writeSetEndEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter11writeStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter12writeListEndEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter13writeMapBeginEiij at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter13writeSetBeginEij at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter14writeListBeginEij at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter15writeListHeaderEi at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter19writeOnewayResponseEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter5writeERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter5writeERNS1_12WirePortableE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter7isErrorEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter7isValidEv at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter8writeI16ERKs at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter8writeI32ERKi at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter8writeI64ERKl at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter8writeTagEPKcii at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter9writeBoolEb at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriter9writeByteERKa at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriterC1ERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriterC1ERNS1_10WireReaderE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriterC2ERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriterC2ERNS1_10WireReaderE at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriterD1Ev at Base 2.3.66.1
- _ZN4yarp2os3idl10WireWriterD2Ev at Base 2.3.66.1
- _ZN4yarp2os3idl12WirePortable4readERNS1_10WireReaderE at Base 2.3.66.1
- _ZN4yarp2os3idl12WirePortable5writeERNS1_10WireWriterE at Base 2.3.66.1
- _ZN4yarp2os3idl9WireStateC1Ev at Base 2.3.66.1
- _ZN4yarp2os3idl9WireStateC2Ev at Base 2.3.66.1
- _ZN4yarp2os4Name18getCarrierModifierEPKcPb at Base 2.3.66.1
- _ZN4yarp2os4NameC1ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4NameC2ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4Node3addERNS0_11ContactableE at Base 2.3.66.1
- _ZN4yarp2os4Node5queryERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os4Node5whereEv at Base 2.3.66.1
- _ZN4yarp2os4Node6removeERNS0_11ContactableE at Base 2.3.66.1
- _ZN4yarp2os4Node6updateERNS0_11ContactableE at Base 2.3.66.1
- _ZN4yarp2os4Node7prepareERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4Node9interruptEv at Base 2.3.66.1
- _ZN4yarp2os4NodeC1ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4NodeC1Ev at Base 2.3.66.1
- _ZN4yarp2os4NodeC2ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4NodeC2Ev at Base 2.3.66.1
- _ZN4yarp2os4NodeD0Ev at Base 2.3.66.1
- _ZN4yarp2os4NodeD1Ev at Base 2.3.66.1
- _ZN4yarp2os4NodeD2Ev at Base 2.3.66.1
- _ZN4yarp2os4Port10setRpcModeEb at Base 2.3.66.1
- _ZN4yarp2os4Port10setTimeoutEf at Base 2.3.66.1
- _ZN4yarp2os4Port10sharedOpenERS1_ at Base 2.3.66.1
- _ZN4yarp2os4Port11getEnvelopeERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4Port11promiseTypeERKNS0_4TypeE at Base 2.3.66.1
- _ZN4yarp2os4Port11setEnvelopeERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os4Port11setReporterERNS0_10PortReportE at Base 2.3.66.1
- _ZN4yarp2os4Port12getVerbosityEv at Base 2.3.66.1
- _ZN4yarp2os4Port12lockCallbackEv at Base 2.3.66.1
- _ZN4yarp2os4Port12replyAndDropERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os4Port12setAdminModeEb at Base 2.3.66.1
- _ZN4yarp2os4Port12setInputModeEb at Base 2.3.66.1
- _ZN4yarp2os4Port12setVerbosityEi at Base 2.3.66.1
- _ZN4yarp2os4Port13getInputCountEv at Base 2.3.66.1
- _ZN4yarp2os4Port13setOutputModeEb at Base 2.3.66.1
- _ZN4yarp2os4Port14getOutputCountEv at Base 2.3.66.1
- _ZN4yarp2os4Port14setAdminReaderERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4Port14unlockCallbackEv at Base 2.3.66.1
- _ZN4yarp2os4Port15setCallbackLockEPNS0_5MutexE at Base 2.3.66.1
- _ZN4yarp2os4Port15tryLockCallbackEv at Base 2.3.66.1
- _ZN4yarp2os4Port16setReaderCreatorERNS0_17PortReaderCreatorE at Base 2.3.66.1
- _ZN4yarp2os4Port17acquirePropertiesEb at Base 2.3.66.1
- _ZN4yarp2os4Port17includeNodeInNameEb at Base 2.3.66.1
- _ZN4yarp2os4Port17releasePropertiesEPNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os4Port18removeCallbackLockEv at Base 2.3.66.1
- _ZN4yarp2os4Port21enableBackgroundWriteEb at Base 2.3.66.1
- _ZN4yarp2os4Port4openERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4Port4openERKNS0_7ContactEb at Base 2.3.66.1
- _ZN4yarp2os4Port4openERKNS0_7ContactEbPKc at Base 2.3.66.1
- _ZN4yarp2os4Port4readERNS0_10PortReaderEb at Base 2.3.66.1
- _ZN4yarp2os4Port5closeEv at Base 2.3.66.1
- _ZN4yarp2os4Port5replyERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os4Port6resumeEv at Base 2.3.66.1
- _ZN4yarp2os4Port7getTypeEv at Base 2.3.66.1
- _ZN4yarp2os4Port8openFakeERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4Port9addOutputERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4Port9addOutputERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os4Port9addOutputERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4Port9getReportERNS0_10PortReportE at Base 2.3.66.1
- _ZN4yarp2os4Port9interruptEv at Base 2.3.66.1
- _ZN4yarp2os4Port9isWritingEv at Base 2.3.66.1
- _ZN4yarp2os4Port9setReaderERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4PortC1Ev at Base 2.3.66.1
- _ZN4yarp2os4PortC2Ev at Base 2.3.66.1
- _ZN4yarp2os4PortD0Ev at Base 2.3.66.1
- _ZN4yarp2os4PortD1Ev at Base 2.3.66.1
- _ZN4yarp2os4PortD2Ev at Base 2.3.66.1
- _ZN4yarp2os4Time10turboBoostEv at Base 2.3.66.1
- _ZN4yarp2os4Time13isSystemClockEv at Base 2.3.66.1
- _ZN4yarp2os4Time14useCustomClockEPNS0_5ClockE at Base 2.3.66.1
- _ZN4yarp2os4Time14useSystemClockEv at Base 2.3.66.1
- _ZN4yarp2os4Time15useNetworkClockERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4Time3nowEv at Base 2.3.66.1
- _ZN4yarp2os4Time5delayEd at Base 2.3.66.1
- _ZN4yarp2os4Time5yieldEv at Base 2.3.66.1
- _ZN4yarp2os4Time7isValidEv at Base 2.3.66.1
- _ZN4yarp2os4Type11addPropertyEPKcRKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os4Type15writePropertiesEv at Base 2.3.66.1
- _ZN4yarp2os4TypeC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os4TypeC1Ev at Base 2.3.66.1
- _ZN4yarp2os4TypeC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os4TypeC2Ev at Base 2.3.66.1
- _ZN4yarp2os4TypeD0Ev at Base 2.3.66.1
- _ZN4yarp2os4TypeD1Ev at Base 2.3.66.1
- _ZN4yarp2os4TypeD2Ev at Base 2.3.66.1
- _ZN4yarp2os4TypeaSERKS1_ at Base 2.3.66.1
- _ZN4yarp2os4exitEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl10fromBinaryEPKci at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl10isCompleteEPKc at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl10specializeEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl14onCommencementEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl17getSpecializationEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl3addEPNS1_8StorableE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl3popEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl4editEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl5clearEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl5isIntEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl5synchEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl6getIntEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl6isListEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl7addDictEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl7addListEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl7getListEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl7subCodeEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl7toBytesERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl8getBytesEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl8isDoubleEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl8isStringEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl8smartAddERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl8toStringEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9byteCountEv at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9copyRangeEPKS2_ii at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9fromBytesERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9fromBytesERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9getDoubleEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9getStringEi at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9setNestedEb at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImpl9storeNullE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImplC1EPNS0_10SearchableE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImplC1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImplC2EPNS0_10SearchableE at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImplC2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImplD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImplD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10BottleImplD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient10setContactERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient12registerNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient12registerNameERKNS0_11ConstStringERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient13updateAddressEv at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient14extractAddressERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient14extractAddressERKNS0_6BottleE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient14instanceClosedE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient14unregisterNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient4sendERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient4sendERNS0_6BottleES4_ at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient5setupEv at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient8instanceE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient9getServerEv at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClient9queryNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClientC1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClientC2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClientD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClientD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10NameClientD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig10createPathERKNS0_11ConstStringEi at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig10getAddressEv at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig10readConfigERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig10setAddressERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig11getHostNameEbNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig11isLocalNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig11writeConfigERKNS0_11ConstStringES5_ at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig12getNamespaceEb at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig12setNamespaceERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig13getNamespacesEb at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig13getSafeStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig14expandFilenameEPKc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig14getIpsAsBottleEv at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig17getConfigFileNameEPKcS4_ at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig6getIpsEv at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig6toFileEb at Base 2.3.66.1
- _ZN4yarp2os4impl10NameConfig8fromFileEPKc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer11cmdAnnounceEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer11cmdRegisterEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer11ncmdVersionEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer12registerNameERKNS0_11ConstStringERKNS0_7ContactES5_ at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer13cmdUnregisterEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer13getHostRecordERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer13getNameRecordERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer14unregisterNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer17cmdGarbageCollectEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer4mainEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer5applyERKNS0_11ConstStringERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer5applyERKNS0_6BottleERS3_RKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer5setupEv at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer6botifyERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer6cmdBotEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer6cmdGetEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer6cmdSetEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer7cmdHelpEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer7cmdListEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer7ncmdGetEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer7ncmdSetEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer7textifyERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer8cmdCheckEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer8cmdMatchEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer8cmdQueryEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer8cmdRouteEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer8ncmdListEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer9ncmdQueryEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer9queryNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10NameServer9terminateERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreInt6410fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreInt644codeE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreInt647readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreInt648writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreVocab10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreVocab16fromStringNestedERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreVocab4codeE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreVocab7readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl10StoreVocab8writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl10afterStartEb at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl10askToCloseEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl10setOptionsEi at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl10threadInitEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11beforeStartEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11changeCountEi at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11getPriorityEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11setPriorityEii at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11synchroPostEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11synchroWaitEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11threadCountE at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl11threadMutexE at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl13threadReleaseEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl14getKeyOfCallerEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl16defaultStackSizeE at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl19setDefaultStackSizeEi at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl3runEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl4finiEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl4initEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl4joinEd at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl5closeEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl5startEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl6getKeyEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl6getTidEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl6notifyEb at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl8getCountEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl9getPolicyEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl9isClosingEv at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImpl9timeMutexE at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImplC1EPNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImplC1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImplC2EPNS0_8RunnableE at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImplC2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImplD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImplD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl10ThreadImplD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl11PortCommand4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl11PortCommand5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreDouble10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreDouble4codeE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreDouble7readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreDouble8writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreString10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreString16fromStringNestedERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreString4codeE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreString7readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl11StoreString8writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream10getMonitorEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream11beginPacketEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream13removeMonitorEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream13restrictMcastEP20ACE_SOCK_Dgram_McastRKNS0_7ContactES7_b at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream16getTypeOfServiceEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream16setTypeOfServiceEi at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream22configureSystemBuffersEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream4isOkEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream4joinERKNS0_7ContactEbS5_ at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream4openERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream4openERKNS0_7ContactES5_ at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream4readERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream5flushEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream5resetEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream5writeERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream8allocateEii at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream9closeMainEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream9endPacketEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream9interruptEv at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStream9openMcastERKNS0_7ContactES5_ at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStreamD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStreamD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl17DgramTwoWayStreamD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl18FallbackNameClient10getAddressEv at Base 2.3.66.1
- _ZN4yarp2os4impl18FallbackNameClient3runEv at Base 2.3.66.1
- _ZN4yarp2os4impl18FallbackNameClient4seekEv at Base 2.3.66.1
- _ZN4yarp2os4impl18FallbackNameClient5closeEv at Base 2.3.66.1
- _ZN4yarp2os4impl18FallbackNameServer10getAddressEv at Base 2.3.66.1
- _ZN4yarp2os4impl18FallbackNameServer3runEv at Base 2.3.66.1
- _ZN4yarp2os4impl18FallbackNameServer5closeEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase10attachBaseERNS0_4PortE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase10setCreatorEPNS1_27PortReaderBufferBaseCreatorE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase10setReplierERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase11getEnvelopeERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase12getMaxBufferEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase13setAllowReuseEb at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase14setAutoReleaseEb at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase15setTargetPeriodEd at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase16acceptObjectBaseEPNS0_10PortReaderEPNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase16forgetObjectBaseEPNS0_10PortReaderEPNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase4initEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase5checkEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase5clearEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase6createEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase7acquireEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase7releaseEPNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase7releaseEPv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase8isClosedEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase8readBaseERbb at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase8setPruneEb at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBase9interruptEv at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBaseC1Ej at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBaseC2Ej at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBaseD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBaseD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl20PortReaderBufferBaseD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReader11flushWriterEv at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReader12readEnvelopeEv at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReader15convertTextModeEv at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReader22getConnectionModifiersEv at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReader9getWriterEv at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReaderD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReaderD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl22StreamConnectionReaderD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter15convertTextModeEv at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter20applyConvertTextModeEv at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter4pushERKNS0_5BytesEb at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter5writeERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter5writeERNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter7addPoolERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter7restartEv at Base 2.3.66.1
- _ZN4yarp2os4impl24BufferedConnectionWriter8toStringEv at Base 2.3.66.1
- _ZN4yarp2os4impl27PortReaderBufferBaseCreatorD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl27PortReaderBufferBaseCreatorD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl27PortReaderBufferBaseCreatorD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl6Logger3getEv at Base 2.3.66.1
- _ZN4yarp2os4impl6Logger4exitEi at Base 2.3.66.1
- _ZN4yarp2os4impl6Logger4finiEv at Base 2.3.66.1
- _ZN4yarp2os4impl6Logger4rootE at Base 2.3.66.1
- _ZN4yarp2os4impl6Logger4showEjRKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl6Logger6setPidEv at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFace15getLocalAddressEv at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFace4openERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFace4readEv at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFace5closeEv at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFace5writeERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFace9closeFaceEv at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFaceD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFaceD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl7TcpFaceD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMAC10authSourceEPNS0_11InputStreamEPNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMAC10check_hmacEPhS3_ at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMAC10fill_nonceEPh at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMAC12receive_hmacEPNS0_11InputStreamEPhS5_ at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMAC8authDestEPNS0_11InputStreamEPNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMAC9send_hmacEPNS0_12OutputStreamEPhS5_ at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMACC1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8AuthHMACC2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers11getInstanceEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers12listCarriersEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers13chooseCarrierEPKNS0_11ConstStringEPKNS0_5BytesEbb at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers13chooseCarrierERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers13chooseCarrierERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers14removeInstanceEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers18getCarrierTemplateERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers19addCarrierPrototypeEPNS0_7CarrierE at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers22yarp_carriers_instanceE at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers5clearEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers6listenERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl8Carriers7connectERKNS0_7ContactE at Base 2.3.66.1
- _ZN4yarp2os4impl8CarriersC1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8CarriersC2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8CarriersD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8CarriersD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8CarriersD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore10adminBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore10cleanUnitsEb at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore10closeUnitsEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore10removeUnitERKNS0_5RouteEbPb at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore10reportUnitEPNS1_12PortCoreUnitEb at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore10sendHelperERNS0_10PortWriterEiPNS0_10PortReaderEPS3_ at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore11getEnvelopeERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore11getEnvelopeEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore11manualStartEPKc at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore11removeInputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore11setEnvelopeERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore11setEnvelopeERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore12removeOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore13getEventCountEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore13getInputCountEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore14getOutputCountEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore14setReadCreatorERNS0_17PortReaderCreatorE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore14setReadHandlerERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore16getTypeOfServiceEPNS1_12PortCoreUnitE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore16notifyCompletionEPv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore16setTypeOfServiceEPNS1_12PortCoreUnitEi at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore17acquirePropertiesEb at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore17attachPortMonitorERNS0_8PropertyEbRNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore17releasePropertiesEPNS0_8PropertyE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore17setReportCallbackEPNS0_10PortReportE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore18dettachPortMonitorEb at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore19setAdminReadHandlerERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore25setProcessSchedulingParamEii at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore3runEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore4sendERNS0_10PortWriterEPNS0_10PortReaderEPS3_ at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore5closeEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore5startEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore6getPidEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore6isUnitERKNS0_5RouteEi at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore6listenERKNS0_7ContactEb at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore6reportERKNS0_8PortInfoE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore6resumeEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore8addInputEPNS0_13InputProtocolE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore8describeEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore8describeERNS0_10PortReportE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore9addOutputEPNS0_14OutputProtocolE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore9addOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamEb at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore9closeMainEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore9interruptEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore9isWritingEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore9readBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCore9reapUnitsEv at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCoreD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCoreD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8PortCoreD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol10setCarrierERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol11closeHelperEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol11expectIndexEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol12expectHeaderEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol15getRecvDelegateEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol15getSendDelegateEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol15respondToHeaderEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol18getSenderSpecifierEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol23expectProtocolSpecifierEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol4openERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol4openERKNS0_5RouteE at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol5writeERNS0_11SizedWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol7sendAckEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol8setRouteERKNS0_5RouteE at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol9beginReadEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol9expectAckEv at Base 2.3.66.1
- _ZN4yarp2os4impl8Protocol9interruptEv at Base 2.3.66.1
- _ZN4yarp2os4impl8ProtocolC1EPNS0_12TwoWayStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8ProtocolC2EPNS0_12TwoWayStreamE at Base 2.3.66.1
- _ZN4yarp2os4impl8Storable12createByCodeEi at Base 2.3.66.1
- _ZN4yarp2os4impl8Storable4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl8Storable5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl8StorableD0Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8StorableD1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8StorableD2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8StoreInt10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8StoreInt4codeE at Base 2.3.66.1
- _ZN4yarp2os4impl8StoreInt7readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl8StoreInt8writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest11runSubTestsEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest14checkEqualImplERKNS0_11ConstStringES5_PKcS7_S7_S7_i at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest14checkEqualImplEiiPKcS4_S4_S4_i at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest14heapMonitorEndEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest14heapMonitorOpsEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest14stopTestSystemEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest15saveEnvironmentEPKc at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest15startTestSystemEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest16heapMonitorBeginEb at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest17checkEqualishImplEddPKcS4_S4_S4_i at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest18restoreEnvironmentEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest20heapMonitorSupportedEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest3addERS2_ at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest3runEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest3runEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest5clearEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest5countEi at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest6reportEiRKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest7getRootEv at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest7theRootE at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTest8humanizeERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTestC1EPS2_ at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTestC1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTestC2EPS2_ at Base 2.3.66.1
- _ZN4yarp2os4impl8UnitTestC2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion10cmdConnectEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion10cmdVersionEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion10disconnectEPKcS4_b at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion10readStringEPb at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion11cmdResourceEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion11sendMessageERKNS0_11ConstStringERNS0_10PortWriterERS3_b at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion11unsubscribeEPKcS4_ at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion12cmdDetectRosEb at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion12cmdNamespaceEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion12cmdReadWriteEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion12cmdRpcServerEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion12cmdTerminateEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion13cmdDisconnectEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion13cmdRegressionEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion15disconnectInputEPKcS4_b at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion3rpcEPKcS4_ at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion4mainEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion4pingEPKcb at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion4pollEPKcb at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion4readEPKcS4_b at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion4waitEPKcbS4_ at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion5writeEPKciPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion6cmdRpcEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion6cmdRunEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion6existsEPKcRKNS0_12ContactStyleE at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdConfEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdHelpEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdMakeEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdNameEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdPingEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdReadEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdRpc2EiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdTimeEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7cmdWaitEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7connectEPKcS4_b at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7forwardEPKcS4_ at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion7versionEv at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8cmdCheckEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8cmdCleanEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8cmdMergeEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8cmdTopicEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8cmdWhereEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8cmdWriteEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8dispatchEPKciPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion8instanceE at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion9applyArgsERNS0_11ContactableE at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion9cmdDetectEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion9cmdExistsEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion9cmdPluginEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion9cmdSampleEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion9cmdServerEiPPc at Base 2.3.66.1
- _ZN4yarp2os4impl9Companion9subscribeEPKcS4_S4_ at Base 2.3.66.1
- _ZN4yarp2os4impl9CompanionC1Ev at Base 2.3.66.1
- _ZN4yarp2os4impl9CompanionC2Ev at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreBlob10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreBlob16fromStringNestedERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreBlob4codeE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreBlob7readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreBlob8writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreDict10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreDict16fromStringNestedERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreDict4codeE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreDict7readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreDict8writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreList10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreList16fromStringNestedERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreList4codeE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreList7readRawERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os4impl9StoreList8writeRawERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os4statEPKc at Base 2.3.66.1
- _ZN4yarp2os5BytesC1EPcm at Base 2.3.66.1
- _ZN4yarp2os5BytesC1Ev at Base 2.3.66.1
- _ZN4yarp2os5BytesC2EPcm at Base 2.3.66.1
- _ZN4yarp2os5BytesC2Ev at Base 2.3.66.1
- _ZN4yarp2os5Event4waitEv at Base 2.3.66.1
- _ZN4yarp2os5Event5resetEv at Base 2.3.66.1
- _ZN4yarp2os5Event6signalEv at Base 2.3.66.1
- _ZN4yarp2os5EventC1Eb at Base 2.3.66.1
- _ZN4yarp2os5EventC2Eb at Base 2.3.66.1
- _ZN4yarp2os5EventD0Ev at Base 2.3.66.1
- _ZN4yarp2os5EventD1Ev at Base 2.3.66.1
- _ZN4yarp2os5EventD2Ev at Base 2.3.66.1
- _ZN4yarp2os5Mutex4lockEv at Base 2.3.66.1
- _ZN4yarp2os5Mutex6unlockEv at Base 2.3.66.1
- _ZN4yarp2os5Mutex7tryLockEv at Base 2.3.66.1
- _ZN4yarp2os5MutexC1Ev at Base 2.3.66.1
- _ZN4yarp2os5MutexC2Ev at Base 2.3.66.1
- _ZN4yarp2os5MutexD1Ev at Base 2.3.66.1
- _ZN4yarp2os5MutexD2Ev at Base 2.3.66.1
- _ZN4yarp2os5Nodes13getActiveNameEv at Base 2.3.66.1
- _ZN4yarp2os5Nodes13setActiveNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Nodes15addExternalNodeERKNS0_11ConstStringERNS0_4NodeE at Base 2.3.66.1
- _ZN4yarp2os5Nodes17requireActiveNameEv at Base 2.3.66.1
- _ZN4yarp2os5Nodes18removeExternalNodeERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Nodes3addERNS0_11ContactableE at Base 2.3.66.1
- _ZN4yarp2os5Nodes5clearEv at Base 2.3.66.1
- _ZN4yarp2os5Nodes5queryERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os5Nodes6enableEb at Base 2.3.66.1
- _ZN4yarp2os5Nodes6getURIERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Nodes6removeERNS0_11ContactableE at Base 2.3.66.1
- _ZN4yarp2os5Nodes6updateERNS0_11ContactableE at Base 2.3.66.1
- _ZN4yarp2os5Nodes7prepareERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Nodes9getParentERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Nodes9interruptEv at Base 2.3.66.1
- _ZN4yarp2os5NodesC1Ev at Base 2.3.66.1
- _ZN4yarp2os5NodesC2Ev at Base 2.3.66.1
- _ZN4yarp2os5NodesD0Ev at Base 2.3.66.1
- _ZN4yarp2os5NodesD1Ev at Base 2.3.66.1
- _ZN4yarp2os5NodesD2Ev at Base 2.3.66.1
- _ZN4yarp2os5Stamp11getMaxCountEv at Base 2.3.66.1
- _ZN4yarp2os5Stamp4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os5Stamp5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os5Stamp6updateEd at Base 2.3.66.1
- _ZN4yarp2os5Stamp6updateEv at Base 2.3.66.1
- _ZN4yarp2os5Stamp7getTimeEv at Base 2.3.66.1
- _ZN4yarp2os5Stamp7isValidEv at Base 2.3.66.1
- _ZN4yarp2os5Stamp8getCountEv at Base 2.3.66.1
- _ZN4yarp2os5StampC1Eid at Base 2.3.66.1
- _ZN4yarp2os5StampC1Ev at Base 2.3.66.1
- _ZN4yarp2os5StampC2Eid at Base 2.3.66.1
- _ZN4yarp2os5StampC2Ev at Base 2.3.66.1
- _ZN4yarp2os5Value10fromStringEPKc at Base 2.3.66.1
- _ZN4yarp2os5Value10makeDoubleEd at Base 2.3.66.1
- _ZN4yarp2os5Value10makeStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Value12getNullValueEv at Base 2.3.66.1
- _ZN4yarp2os5Value4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os5Value5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os5Value7makeIntEi at Base 2.3.66.1
- _ZN4yarp2os5Value8makeBlobEPvi at Base 2.3.66.1
- _ZN4yarp2os5Value8makeListEPKc at Base 2.3.66.1
- _ZN4yarp2os5Value8makeListEv at Base 2.3.66.1
- _ZN4yarp2os5Value8setProxyEPNS0_4impl8StorableE at Base 2.3.66.1
- _ZN4yarp2os5Value9makeValueERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Value9makeVocabERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5Value9makeVocabEi at Base 2.3.66.1
- _ZN4yarp2os5ValueC1EPvi at Base 2.3.66.1
- _ZN4yarp2os5ValueC1ERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os5ValueC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os5ValueC1Ed at Base 2.3.66.1
- _ZN4yarp2os5ValueC1Eib at Base 2.3.66.1
- _ZN4yarp2os5ValueC1Ev at Base 2.3.66.1
- _ZN4yarp2os5ValueC2EPvi at Base 2.3.66.1
- _ZN4yarp2os5ValueC2ERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os5ValueC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os5ValueC2Ed at Base 2.3.66.1
- _ZN4yarp2os5ValueC2Eib at Base 2.3.66.1
- _ZN4yarp2os5ValueC2Ev at Base 2.3.66.1
- _ZN4yarp2os5ValueD0Ev at Base 2.3.66.1
- _ZN4yarp2os5ValueD1Ev at Base 2.3.66.1
- _ZN4yarp2os5ValueD2Ev at Base 2.3.66.1
- _ZN4yarp2os5ValueaSERKS1_ at Base 2.3.66.1
- _ZN4yarp2os5Vocab6decodeEi at Base 2.3.66.1
- _ZN4yarp2os5Vocab6encodeERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os5abortEb at Base 2.3.66.1
- _ZN4yarp2os5mkdirEPKc at Base 2.3.66.1
- _ZN4yarp2os5rmdirEPKc at Base 2.3.66.1
- _ZN4yarp2os6Bottle10fromBinaryEPKci at Base 2.3.66.1
- _ZN4yarp2os6Bottle10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os6Bottle10hasChangedEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle11setReadOnlyEb at Base 2.3.66.1
- _ZN4yarp2os6Bottle13getNullBottleEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle14onCommencementEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle17getSpecializationEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle18describeBottleCodeEi at Base 2.3.66.1
- _ZN4yarp2os6Bottle3addEPKc at Base 2.3.66.1
- _ZN4yarp2os6Bottle3addEPNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os6Bottle3addERKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os6Bottle3popEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle4copyERKS1_ii at Base 2.3.66.1
- _ZN4yarp2os6Bottle4finiEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle4readERNS0_10PortWriterEb at Base 2.3.66.1
- _ZN4yarp2os6Bottle4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os6Bottle5clearEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle5writeERNS0_10PortReaderEb at Base 2.3.66.1
- _ZN4yarp2os6Bottle5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os6Bottle6addIntEi at Base 2.3.66.1
- _ZN4yarp2os6Bottle6appendERKS1_ at Base 2.3.66.1
- _ZN4yarp2os6Bottle7addDictEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle7addListEv at Base 2.3.66.1
- _ZN4yarp2os6Bottle8addInt64ERKl at Base 2.3.66.1
- _ZN4yarp2os6Bottle8addVocabEi at Base 2.3.66.1
- _ZN4yarp2os6Bottle8toBinaryEPm at Base 2.3.66.1
- _ZN4yarp2os6Bottle8toStringEi at Base 2.3.66.1
- _ZN4yarp2os6Bottle9addDoubleEd at Base 2.3.66.1
- _ZN4yarp2os6Bottle9addStringEPKc at Base 2.3.66.1
- _ZN4yarp2os6Bottle9addStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os6BottleC1ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os6BottleC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os6BottleC1Ev at Base 2.3.66.1
- _ZN4yarp2os6BottleC2ERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os6BottleC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os6BottleC2Ev at Base 2.3.66.1
- _ZN4yarp2os6BottleD0Ev at Base 2.3.66.1
- _ZN4yarp2os6BottleD1Ev at Base 2.3.66.1
- _ZN4yarp2os6BottleD2Ev at Base 2.3.66.1
- _ZN4yarp2os6BottleaSERKS1_ at Base 2.3.66.1
- _ZN4yarp2os6BottleeqERKS1_ at Base 2.3.66.1
- _ZN4yarp2os6BottleneERKS1_ at Base 2.3.66.1
- _ZN4yarp2os6Module10isStoppingEv at Base 2.3.66.1
- _ZN4yarp2os6Module11safeRespondERKNS0_6BottleERS2_ at Base 2.3.66.1
- _ZN4yarp2os6Module12basicRespondERKNS0_6BottleERS2_ at Base 2.3.66.1
- _ZN4yarp2os6Module12updateModuleEv at Base 2.3.66.1
- _ZN4yarp2os6Module14attachTerminalEv at Base 2.3.66.1
- _ZN4yarp2os6Module15interruptModuleEv at Base 2.3.66.1
- _ZN4yarp2os6Module15openFromCommandEiPPcb at Base 2.3.66.1
- _ZN4yarp2os6Module6attachERNS0_11TypedReaderINS0_6BottleEEEb at Base 2.3.66.1
- _ZN4yarp2os6Module6attachERNS0_4PortE at Base 2.3.66.1
- _ZN4yarp2os6Module7getNameEPKc at Base 2.3.66.1
- _ZN4yarp2os6Module7respondERKNS0_6BottleERS2_ at Base 2.3.66.1
- _ZN4yarp2os6Module7setNameEPKc at Base 2.3.66.1
- _ZN4yarp2os6Module9getPeriodEv at Base 2.3.66.1
- _ZN4yarp2os6Module9runModuleEiPPcb at Base 2.3.66.1
- _ZN4yarp2os6Module9runModuleEv at Base 2.3.66.1
- _ZN4yarp2os6ModuleC1Ev at Base 2.3.66.1
- _ZN4yarp2os6ModuleC2Ev at Base 2.3.66.1
- _ZN4yarp2os6ModuleD0Ev at Base 2.3.66.1
- _ZN4yarp2os6ModuleD1Ev at Base 2.3.66.1
- _ZN4yarp2os6ModuleD2Ev at Base 2.3.66.1
- _ZN4yarp2os6Random4seedEi at Base 2.3.66.1
- _ZN4yarp2os6Random6normalEdd at Base 2.3.66.1
- _ZN4yarp2os6Random6normalEv at Base 2.3.66.1
- _ZN4yarp2os6Random7uniformEii at Base 2.3.66.1
- _ZN4yarp2os6Random7uniformEv at Base 2.3.66.1
- _ZN4yarp2os6ThingsC1Ev at Base 2.3.66.1
- _ZN4yarp2os6ThingsC2Ev at Base 2.3.66.1
- _ZN4yarp2os6ThingsD0Ev at Base 2.3.66.1
- _ZN4yarp2os6ThingsD1Ev at Base 2.3.66.1
- _ZN4yarp2os6ThingsD2Ev at Base 2.3.66.1
- _ZN4yarp2os6Thread10afterStartEb at Base 2.3.66.1
- _ZN4yarp2os6Thread10isStoppingEv at Base 2.3.66.1
- _ZN4yarp2os6Thread10setOptionsEi at Base 2.3.66.1
- _ZN4yarp2os6Thread11beforeStartEv at Base 2.3.66.1
- _ZN4yarp2os6Thread11getPriorityEv at Base 2.3.66.1
- _ZN4yarp2os6Thread11setPriorityEii at Base 2.3.66.1
- _ZN4yarp2os6Thread14getKeyOfCallerEv at Base 2.3.66.1
- _ZN4yarp2os6Thread19setDefaultStackSizeEi at Base 2.3.66.1
- _ZN4yarp2os6Thread4joinEd at Base 2.3.66.1
- _ZN4yarp2os6Thread4stopEv at Base 2.3.66.1
- _ZN4yarp2os6Thread5startEv at Base 2.3.66.1
- _ZN4yarp2os6Thread6getKeyEv at Base 2.3.66.1
- _ZN4yarp2os6Thread6onStopEv at Base 2.3.66.1
- _ZN4yarp2os6Thread8getCountEv at Base 2.3.66.1
- _ZN4yarp2os6Thread9getPolicyEv at Base 2.3.66.1
- _ZN4yarp2os6Thread9isRunningEv at Base 2.3.66.1
- _ZN4yarp2os6ThreadC1Ev at Base 2.3.66.1
- _ZN4yarp2os6ThreadC2Ev at Base 2.3.66.1
- _ZN4yarp2os6ThreadD0Ev at Base 2.3.66.1
- _ZN4yarp2os6ThreadD1Ev at Base 2.3.66.1
- _ZN4yarp2os6ThreadD2Ev at Base 2.3.66.1
- _ZN4yarp2os6getenvEPKc at Base 2.3.66.1
- _ZN4yarp2os6getpidEv at Base 2.3.66.1
- _ZN4yarp2os6renameEPKcS2_ at Base 2.3.66.1
- _ZN4yarp2os6signalEiPFviE at Base 2.3.66.1
- _ZN4yarp2os7Carrier5replyERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.66.1
- _ZN4yarp2os7Contact10fromStringERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os7Contact10setTimeoutEf at Base 2.3.66.1
- _ZN4yarp2os7Contact15convertHostToIpEPKc at Base 2.3.66.1
- _ZN4yarp2os7Contact5emptyEv at Base 2.3.66.1
- _ZN4yarp2os7Contact6byNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os7Contact7invalidEv at Base 2.3.66.1
- _ZN4yarp2os7Contact7setHostERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os7Contact7setPortEi at Base 2.3.66.1
- _ZN4yarp2os7Contact8byConfigERNS0_10SearchableE at Base 2.3.66.1
- _ZN4yarp2os7Contact8bySocketERKNS0_11ConstStringES4_i at Base 2.3.66.1
- _ZN4yarp2os7Contact9byCarrierERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os7Contact9setNestedERKNS0_13NestedContactE at Base 2.3.66.1
- _ZN4yarp2os7ContactC1ERKNS0_11ConstStringEi at Base 2.3.66.1
- _ZN4yarp2os7ContactC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os7ContactC1Ev at Base 2.3.66.1
- _ZN4yarp2os7ContactC2ERKNS0_11ConstStringEi at Base 2.3.66.1
- _ZN4yarp2os7ContactC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os7ContactC2Ev at Base 2.3.66.1
- _ZN4yarp2os7ContactD0Ev at Base 2.3.66.1
- _ZN4yarp2os7ContactD1Ev at Base 2.3.66.1
- _ZN4yarp2os7ContactD2Ev at Base 2.3.66.1
- _ZN4yarp2os7ContactaSERKS1_ at Base 2.3.66.1
- _ZN4yarp2os7IConfig4openERNS0_10SearchableE at Base 2.3.66.1
- _ZN4yarp2os7IConfig5closeEv at Base 2.3.66.1
- _ZN4yarp2os7IConfig9configureERNS0_10SearchableE at Base 2.3.66.1
- _ZN4yarp2os7IConfigD0Ev at Base 2.3.66.1
- _ZN4yarp2os7IConfigD1Ev at Base 2.3.66.1
- _ZN4yarp2os7IConfigD2Ev at Base 2.3.66.1
- _ZN4yarp2os7NetType11toHexStringEi at Base 2.3.66.1
- _ZN4yarp2os7NetType5toIntERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os7NetType6getCrcEPcm at Base 2.3.66.1
- _ZN4yarp2os7NetType6netIntERKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os7NetType6netIntEiRKNS0_5BytesE at Base 2.3.66.1
- _ZN4yarp2os7NetType8toStringEi at Base 2.3.66.1
- _ZN4yarp2os7NetType8toStringEj at Base 2.3.66.1
- _ZN4yarp2os7NetType8toStringEl at Base 2.3.66.1
- _ZN4yarp2os7StampedD0Ev at Base 2.3.66.1
- _ZN4yarp2os7StampedD1Ev at Base 2.3.66.1
- _ZN4yarp2os7StampedD2Ev at Base 2.3.66.1
- _ZN4yarp2os7mkdir_pEPKci at Base 2.3.66.1
- _ZN4yarp2os8PortInfoC1Ev at Base 2.3.66.1
- _ZN4yarp2os8PortInfoC2Ev at Base 2.3.66.1
- _ZN4yarp2os8Portable12copyPortableERNS0_10PortWriterERNS0_10PortReaderE at Base 2.3.66.1
- _ZN4yarp2os8Property10fromConfigEPKcRNS0_10SearchableEb at Base 2.3.66.1
- _ZN4yarp2os8Property10fromConfigEPKcb at Base 2.3.66.1
- _ZN4yarp2os8Property10fromStringERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os8Property11fromCommandEiPPKcbb at Base 2.3.66.1
- _ZN4yarp2os8Property11fromCommandEiPPcbb at Base 2.3.66.1
- _ZN4yarp2os8Property13fromArgumentsEPKcb at Base 2.3.66.1
- _ZN4yarp2os8Property13fromConfigDirERKNS0_11ConstStringES4_b at Base 2.3.66.1
- _ZN4yarp2os8Property14fromConfigFileERKNS0_11ConstStringERNS0_10SearchableEb at Base 2.3.66.1
- _ZN4yarp2os8Property14fromConfigFileERKNS0_11ConstStringEb at Base 2.3.66.1
- _ZN4yarp2os8Property3putERKNS0_11ConstStringEPNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os8Property3putERKNS0_11ConstStringERKNS0_5ValueE at Base 2.3.66.1
- _ZN4yarp2os8Property3putERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZN4yarp2os8Property3putERKNS0_11ConstStringEd at Base 2.3.66.1
- _ZN4yarp2os8Property3putERKNS0_11ConstStringEi at Base 2.3.66.1
- _ZN4yarp2os8Property4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp2os8Property5clearEv at Base 2.3.66.1
- _ZN4yarp2os8Property5unputERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os8Property5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp2os8Property6summonEv at Base 2.3.66.1
- _ZN4yarp2os8Property8addGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os8Property9fromQueryEPKcb at Base 2.3.66.1
- _ZN4yarp2os8PropertyC1EPKc at Base 2.3.66.1
- _ZN4yarp2os8PropertyC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os8PropertyC1Ei at Base 2.3.66.1
- _ZN4yarp2os8PropertyC2EPKc at Base 2.3.66.1
- _ZN4yarp2os8PropertyC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp2os8PropertyC2Ei at Base 2.3.66.1
- _ZN4yarp2os8PropertyD0Ev at Base 2.3.66.1
- _ZN4yarp2os8PropertyD1Ev at Base 2.3.66.1
- _ZN4yarp2os8PropertyD2Ev at Base 2.3.66.1
- _ZN4yarp2os8PropertyaSERKS1_ at Base 2.3.66.1
- _ZN4yarp2os8QosStyle14getDSCPByVocabEi at Base 2.3.66.1
- _ZN4yarp2os8QosStyle15getLevelByVocabEi at Base 2.3.66.1
- _ZN4yarp2os8QosStyle17setPacketPriorityERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os8QosStyle23setPacketPriorityByDscpENS1_18PacketPriorityDSCPE at Base 2.3.66.1
- _ZN4yarp2os8QosStyle24setPacketPriorityByLevelENS1_19PacketPriorityLevelE at Base 2.3.66.1
- _ZN4yarp2os8QosStyleC1Ev at Base 2.3.66.1
- _ZN4yarp2os8QosStyleC2Ev at Base 2.3.66.1
- _ZN4yarp2os8RFModule10isStoppingEv at Base 2.3.66.1
- _ZN4yarp2os8RFModule10stopModuleEb at Base 2.3.66.1
- _ZN4yarp2os8RFModule11safeRespondERKNS0_6BottleERS2_ at Base 2.3.66.1
- _ZN4yarp2os8RFModule12basicRespondERKNS0_6BottleERS2_ at Base 2.3.66.1
- _ZN4yarp2os8RFModule14attachTerminalEv at Base 2.3.66.1
- _ZN4yarp2os8RFModule14detachTerminalEv at Base 2.3.66.1
- _ZN4yarp2os8RFModule15interruptModuleEv at Base 2.3.66.1
- _ZN4yarp2os8RFModule5closeEv at Base 2.3.66.1
- _ZN4yarp2os8RFModule6attachERNS0_4PortE at Base 2.3.66.1
- _ZN4yarp2os8RFModule6attachERNS0_9RpcServerE at Base 2.3.66.1
- _ZN4yarp2os8RFModule7getNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZN4yarp2os8RFModule7respondERKNS0_6BottleERS2_ at Base 2.3.66.1
- _ZN4yarp2os8RFModule7setNameEPKc at Base 2.3.66.1
- _ZN4yarp2os8RFModule9configureERNS0_14ResourceFinderE at Base 2.3.66.1
- _ZN4yarp2os8RFModule9getPeriodEv at Base 2.3.66.1
- _ZN4yarp2os8RFModule9runModuleERNS0_14ResourceFinderE at Base 2.3.66.1
- _ZN4yarp2os8RFModule9runModuleEv at Base 2.3.66.1
- _ZN4yarp2os8RFModuleC1Ev at Base 2.3.66.1
- _ZN4yarp2os8RFModuleC2Ev at Base 2.3.66.1
- _ZN4yarp2os8RFModuleD0Ev at Base 2.3.66.1
- _ZN4yarp2os8RFModuleD1Ev at Base 2.3.66.1
- _ZN4yarp2os8RFModuleD2Ev at Base 2.3.66.1
- _ZN4yarp2os8Runnable10afterStartEb at Base 2.3.66.1
- _ZN4yarp2os8Runnable10threadInitEv at Base 2.3.66.1
- _ZN4yarp2os8Runnable11beforeStartEv at Base 2.3.66.1
- _ZN4yarp2os8Runnable13threadReleaseEv at Base 2.3.66.1
- _ZN4yarp2os8Runnable3runEv at Base 2.3.66.1
- _ZN4yarp2os8Runnable5closeEv at Base 2.3.66.1
- _ZN4yarp2os8RunnableD0Ev at Base 2.3.66.1
- _ZN4yarp2os8RunnableD1Ev at Base 2.3.66.1
- _ZN4yarp2os8RunnableD2Ev at Base 2.3.66.1
- _ZN4yarp2os8Terminee3runEv at Base 2.3.66.1
- _ZN4yarp2os8Terminee6onStopEv at Base 2.3.66.1
- _ZN4yarp2os8TermineeC1EPKc at Base 2.3.66.1
- _ZN4yarp2os8TermineeC2EPKc at Base 2.3.66.1
- _ZN4yarp2os8TermineeD0Ev at Base 2.3.66.1
- _ZN4yarp2os8TermineeD1Ev at Base 2.3.66.1
- _ZN4yarp2os8TermineeD2Ev at Base 2.3.66.1
- _ZN4yarp2os9NameSpace12checkNetworkEd at Base 2.3.66.1
- _ZN4yarp2os9NameSpace12checkNetworkEv at Base 2.3.66.1
- _ZN4yarp2os9NameSpaceD0Ev at Base 2.3.66.1
- _ZN4yarp2os9NameSpaceD1Ev at Base 2.3.66.1
- _ZN4yarp2os9NameSpaceD2Ev at Base 2.3.66.1
- _ZN4yarp2os9NameStoreD0Ev at Base 2.3.66.1
- _ZN4yarp2os9NameStoreD1Ev at Base 2.3.66.1
- _ZN4yarp2os9NameStoreD2Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcClient10setRpcModeEb at Base 2.3.66.1
- _ZN4yarp2os9RpcClient12replyAndDropERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os9RpcClient12setInputModeEb at Base 2.3.66.1
- _ZN4yarp2os9RpcClient13setOutputModeEb at Base 2.3.66.1
- _ZN4yarp2os9RpcClient4readERNS0_10PortReaderEb at Base 2.3.66.1
- _ZN4yarp2os9RpcClient5replyERNS0_10PortWriterE at Base 2.3.66.1
- _ZN4yarp2os9RpcClientC1Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcClientC2Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcClientD0Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcClientD1Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcClientD2Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcServer10setRpcModeEb at Base 2.3.66.1
- _ZN4yarp2os9RpcServer12setInputModeEb at Base 2.3.66.1
- _ZN4yarp2os9RpcServer13setOutputModeEb at Base 2.3.66.1
- _ZN4yarp2os9RpcServer4readERNS0_10PortReaderEb at Base 2.3.66.1
- _ZN4yarp2os9RpcServerC1Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcServerC2Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcServerD0Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcServerD1Ev at Base 2.3.66.1
- _ZN4yarp2os9RpcServerD2Ev at Base 2.3.66.1
- _ZN4yarp2os9Semaphore15waitWithTimeoutEd at Base 2.3.66.1
- _ZN4yarp2os9Semaphore4postEv at Base 2.3.66.1
- _ZN4yarp2os9Semaphore4waitEv at Base 2.3.66.1
- _ZN4yarp2os9Semaphore5checkEv at Base 2.3.66.1
- _ZN4yarp2os9SemaphoreC1Ej at Base 2.3.66.1
- _ZN4yarp2os9SemaphoreC2Ej at Base 2.3.66.1
- _ZN4yarp2os9SemaphoreD0Ev at Base 2.3.66.1
- _ZN4yarp2os9SemaphoreD1Ev at Base 2.3.66.1
- _ZN4yarp2os9SemaphoreD2Ev at Base 2.3.66.1
- _ZN6ACE_OS8hostnameEPcm at Base 2.3.66.1
- _ZNK4yarp2os10Searchable10getMonitorEv at Base 2.3.66.1
- _ZNK4yarp2os10Searchable15reportToMonitorERKNS0_12SearchReportE at Base 2.3.66.1
- _ZNK4yarp2os10Searchable17getMonitorContextEv at Base 2.3.66.1
- _ZNK4yarp2os10Searchable5checkERKNS0_11ConstStringERKNS0_5ValueES4_ at Base 2.3.66.1
- _ZNK4yarp2os10Searchable5checkERKNS0_11ConstStringERPNS0_5ValueES4_ at Base 2.3.66.1
- _ZNK4yarp2os10Searchable5checkERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZNK4yarp2os10Searchable6isNullEv at Base 2.3.66.1
- _ZNK4yarp2os10Searchable9findGroupERKNS0_11ConstStringES4_ at Base 2.3.66.1
- _ZNK4yarp2os11ConstString4hashEv at Base 2.3.66.1
- _ZNK4yarp2os11Contactable7getNameEv at Base 2.3.66.1
- _ZNK4yarp2os12ManagedBytes3getEv at Base 2.3.66.1
- _ZNK4yarp2os12ManagedBytes4usedEv at Base 2.3.66.1
- _ZNK4yarp2os12ManagedBytes6lengthEv at Base 2.3.66.1
- _ZNK4yarp2os12NetworkClock7isValidEv at Base 2.3.66.1
- _ZNK4yarp2os12RosNameSpace17usesCentralServerEv at Base 2.3.66.1
- _ZNK4yarp2os12RosNameSpace20getNameServerContactEv at Base 2.3.66.1
- _ZNK4yarp2os12RosNameSpace26serverAllocatesPortNumbersEv at Base 2.3.66.1
- _ZNK4yarp2os12RosNameSpace28connectionHasNameOfEndpointsEv at Base 2.3.66.1
- _ZNK4yarp2os12RosNameSpace9localOnlyEv at Base 2.3.66.1
- _ZNK4yarp2os13SharedLibrary7isValidEv at Base 2.3.66.1
- _ZNK4yarp2os14MultiNameSpace17usesCentralServerEv at Base 2.3.66.1
- _ZNK4yarp2os14MultiNameSpace20getNameServerContactEv at Base 2.3.66.1
- _ZNK4yarp2os14MultiNameSpace26serverAllocatesPortNumbersEv at Base 2.3.66.1
- _ZNK4yarp2os14MultiNameSpace28connectionHasNameOfEndpointsEv at Base 2.3.66.1
- _ZNK4yarp2os14MultiNameSpace9localOnlyEv at Base 2.3.66.1
- _ZNK4yarp2os14ResourceFinder4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os14ResourceFinder5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os14ResourceFinder6isNullEv at Base 2.3.66.1
- _ZNK4yarp2os14ResourceFinder8toStringEv at Base 2.3.66.1
- _ZNK4yarp2os14ResourceFinder9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os16ConnectionWriter6isNullEv at Base 2.3.66.1
- _ZNK4yarp2os17RateThreadWrapper13getAttachmentEv at Base 2.3.66.1
- _ZNK4yarp2os18YarpPluginSettings12reportStatusERNS0_20SharedLibraryFactoryE at Base 2.3.66.1
- _ZNK4yarp2os18YarpPluginSettings13reportFailureEv at Base 2.3.66.1
- _ZNK4yarp2os20NullConnectionWriter6isNullEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory12getClassNameEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory16getBaseClassNameEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory17getReferenceCountEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory6getApiEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory7getNameEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory7isValidEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory8getErrorEv at Base 2.3.66.1
- _ZNK4yarp2os20SharedLibraryFactory9getStatusEv at Base 2.3.66.1
- _ZNK4yarp2os3Log4infoEPKcz at Base 2.3.66.1
- _ZNK4yarp2os3Log4infoEv at Base 2.3.66.1
- _ZNK4yarp2os3Log5debugEPKcz at Base 2.3.66.1
- _ZNK4yarp2os3Log5debugEv at Base 2.3.66.1
- _ZNK4yarp2os3Log5errorEPKcz at Base 2.3.66.1
- _ZNK4yarp2os3Log5errorEv at Base 2.3.66.1
- _ZNK4yarp2os3Log5fatalEPKcz at Base 2.3.66.1
- _ZNK4yarp2os3Log5fatalEv at Base 2.3.66.1
- _ZNK4yarp2os3Log5traceEPKcz at Base 2.3.66.1
- _ZNK4yarp2os3Log5traceEv at Base 2.3.66.1
- _ZNK4yarp2os3Log7warningEPKcz at Base 2.3.66.1
- _ZNK4yarp2os3Log7warningEv at Base 2.3.66.1
- _ZNK4yarp2os3idl10WireReader10getIsVocabEv at Base 2.3.66.1
- _ZNK4yarp2os3idl10WireReader7getModeEv at Base 2.3.66.1
- _ZNK4yarp2os3idl10WireReader9getStringEv at Base 2.3.66.1
- _ZNK4yarp2os3idl10WireWriter6isNullEv at Base 2.3.66.1
- _ZNK4yarp2os3idl9WireState7isValidEv at Base 2.3.66.1
- _ZNK4yarp2os4Name8isRootedEv at Base 2.3.66.1
- _ZNK4yarp2os4Name9toAddressEv at Base 2.3.66.1
- _ZNK4yarp2os4Port18needImplementationEv at Base 2.3.66.1
- _ZNK4yarp2os4Port5whereEv at Base 2.3.66.1
- _ZNK4yarp2os4Port5writeERNS0_10PortWriterEPS2_ at Base 2.3.66.1
- _ZNK4yarp2os4Port5writeERNS0_10PortWriterERNS0_10PortReaderEPS2_ at Base 2.3.66.1
- _ZNK4yarp2os4Port6isOpenEv at Base 2.3.66.1
- _ZNK4yarp2os4Type14readPropertiesEv at Base 2.3.66.1
- _ZNK4yarp2os4impl10BottleImpl12findGroupBitERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os4impl10BottleImpl3getEi at Base 2.3.66.1
- _ZNK4yarp2os4impl10BottleImpl4sizeEv at Base 2.3.66.1
- _ZNK4yarp2os4impl10BottleImpl7findBitERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os4impl10StoreInt6412toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl10StoreVocab12toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl10StoreVocab14toStringNestedEv at Base 2.3.66.1
- _ZNK4yarp2os4impl11StoreDouble12toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl11StoreString12toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl11StoreString14toStringNestedEv at Base 2.3.66.1
- _ZNK4yarp2os4impl20PortReaderBufferBase7getNameEv at Base 2.3.66.1
- _ZNK4yarp2os4impl8Storable4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os4impl8Storable5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os4impl8Storable9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os4impl8StorableeqERKNS0_5ValueE at Base 2.3.66.1
- _ZNK4yarp2os4impl8StoreInt12toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl9StoreBlob12toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl9StoreBlob14toStringNestedEv at Base 2.3.66.1
- _ZNK4yarp2os4impl9StoreDict12toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl9StoreDict14toStringNestedEv at Base 2.3.66.1
- _ZNK4yarp2os4impl9StoreList12toStringFlexEv at Base 2.3.66.1
- _ZNK4yarp2os4impl9StoreList14toStringNestedEv at Base 2.3.66.1
- _ZNK4yarp2os4impl9StoreList7subCodeEv at Base 2.3.66.1
- _ZNK4yarp2os5Bytes3getEv at Base 2.3.66.1
- _ZNK4yarp2os5Bytes6lengthEv at Base 2.3.66.1
- _ZNK4yarp2os5Value12asBlobLengthEv at Base 2.3.66.1
- _ZNK4yarp2os5Value12asSearchableEv at Base 2.3.66.1
- _ZNK4yarp2os5Value2okEv at Base 2.3.66.1
- _ZNK4yarp2os5Value4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os5Value5asIntEv at Base 2.3.66.1
- _ZNK4yarp2os5Value5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os5Value5cloneEv at Base 2.3.66.1
- _ZNK4yarp2os5Value5isIntEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6asBlobEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6asBoolEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6asDictEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6asListEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6createEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6isBlobEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6isBoolEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6isDictEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6isLeafEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6isListEv at Base 2.3.66.1
- _ZNK4yarp2os5Value6isNullEv at Base 2.3.66.1
- _ZNK4yarp2os5Value7asInt64Ev at Base 2.3.66.1
- _ZNK4yarp2os5Value7asVocabEv at Base 2.3.66.1
- _ZNK4yarp2os5Value7getCodeEv at Base 2.3.66.1
- _ZNK4yarp2os5Value7isInt64Ev at Base 2.3.66.1
- _ZNK4yarp2os5Value7isVocabEv at Base 2.3.66.1
- _ZNK4yarp2os5Value8asDoubleEv at Base 2.3.66.1
- _ZNK4yarp2os5Value8asStringEv at Base 2.3.66.1
- _ZNK4yarp2os5Value8isDoubleEv at Base 2.3.66.1
- _ZNK4yarp2os5Value8isStringEv at Base 2.3.66.1
- _ZNK4yarp2os5Value8toStringEv at Base 2.3.66.1
- _ZNK4yarp2os5Value9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os5ValueeqERKS1_ at Base 2.3.66.1
- _ZNK4yarp2os5ValueneERKS1_ at Base 2.3.66.1
- _ZNK4yarp2os6Bottle3getEi at Base 2.3.66.1
- _ZNK4yarp2os6Bottle4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os6Bottle4sizeEv at Base 2.3.66.1
- _ZNK4yarp2os6Bottle4tailEv at Base 2.3.66.1
- _ZNK4yarp2os6Bottle5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os6Bottle6isNullEv at Base 2.3.66.1
- _ZNK4yarp2os6Bottle8toStringEv at Base 2.3.66.1
- _ZNK4yarp2os6Bottle9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os7Contact10addCarrierERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os7Contact10getCarrierEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact10getRegNameEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact10getTimeoutEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact10hasTimeoutEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact5toURIEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact7addHostERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os7Contact7addNameERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os7Contact7addPortEi at Base 2.3.66.1
- _ZNK4yarp2os7Contact7getHostEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact7getNameEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact7getPortEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact7isValidEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact8toStringEv at Base 2.3.66.1
- _ZNK4yarp2os7Contact9addNestedERKNS0_13NestedContactE at Base 2.3.66.1
- _ZNK4yarp2os7Contact9addSocketERKNS0_11ConstStringES4_i at Base 2.3.66.1
- _ZNK4yarp2os7Contact9getNestedEv at Base 2.3.66.1
- _ZNK4yarp2os8Property4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os8Property5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os8Property5checkEv at Base 2.3.66.1
- _ZNK4yarp2os8Property8toStringEv at Base 2.3.66.1
- _ZNK4yarp2os8Property9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZNK4yarp2os8QosStyle23getPacketPriorityAsDSCPEv at Base 2.3.66.1
- _ZNK4yarp2os8QosStyle24getPacketPriorityAsLevelEv at Base 2.3.66.1
- _ZNK4yarp2os9NameSpace17getNameServerNameEv at Base 2.3.66.1
- _ZNK4yarp2os9RpcServer5writeERNS0_10PortWriterEPS2_ at Base 2.3.66.1
- _ZNK4yarp2os9RpcServer5writeERNS0_10PortWriterERNS0_10PortReaderEPS2_ at Base 2.3.66.1
- _ZNSt5dequeIN4yarp2os6BottleESaIS2_EE16_M_push_back_auxIJS2_EEEvDpOT_ at Base 2.3.66.1
- _ZNSt5dequeIN4yarp2os6BottleESaIS2_EE19_M_destroy_data_auxESt15_Deque_iteratorIS2_RS2_PS2_ES8_ at Base 2.3.66.1
- _ZNSt5dequeIN4yarp2os6BottleESaIS2_EED1Ev at Base 2.3.66.1
- _ZNSt5dequeIN4yarp2os6BottleESaIS2_EED2Ev at Base 2.3.66.1
- _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 2.3.66.1
- _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 2.3.66.1
- _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EED1Ev at Base 2.3.66.1
- _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EED2Ev at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11equal_rangeERS4_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS2_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS4_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4findERS4_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_M_copyINSD_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS7_EPKSH_PSt18_Rb_tree_node_baseRT_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE11equal_rangeERS4_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE24_M_get_insert_unique_posERS4_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS4_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE7_M_copyINSB_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS5_EPKSF_PSt18_Rb_tree_node_baseRT_ at Base 2.3.66.1
- _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 2.3.66.1
- _ZTI18ZombieHunterThread at Base 2.3.66.1
- _ZTIN4yarp2os10ConnectionE at Base 2.3.66.1
- _ZTIN4yarp2os10NullStreamE at Base 2.3.66.1
- _ZTIN4yarp2os10PortReaderE at Base 2.3.66.1
- _ZTIN4yarp2os10PortReportE at Base 2.3.66.1
- _ZTIN4yarp2os10PortWriterE at Base 2.3.66.1
- _ZTIN4yarp2os10RateThreadE at Base 2.3.66.1
- _ZTIN4yarp2os10SearchableE at Base 2.3.66.1
- _ZTIN4yarp2os11ContactableE at Base 2.3.66.1
- _ZTIN4yarp2os11InputStreamE at Base 2.3.66.1
- _ZTIN4yarp2os11ShiftStreamE at Base 2.3.66.1
- _ZTIN4yarp2os11SizedWriterE at Base 2.3.66.1
- _ZTIN4yarp2os12ContactablesE at Base 2.3.66.1
- _ZTIN4yarp2os12ManagedBytesE at Base 2.3.66.1
- _ZTIN4yarp2os12MessageStackE at Base 2.3.66.1
- _ZTIN4yarp2os12NetworkClockE at Base 2.3.66.1
- _ZTIN4yarp2os12OutputStreamE at Base 2.3.66.1
- _ZTIN4yarp2os12RosNameSpaceE at Base 2.3.66.1
- _ZTIN4yarp2os12TwoWayStreamE at Base 2.3.66.1
- _ZTIN4yarp2os13InputProtocolE at Base 2.3.66.1
- _ZTIN4yarp2os13MonitorObjectE at Base 2.3.66.1
- _ZTIN4yarp2os13SearchMonitorE at Base 2.3.66.1
- _ZTIN4yarp2os13SharedLibraryE at Base 2.3.66.1
- _ZTIN4yarp2os13YarpNameSpaceE at Base 2.3.66.1
- _ZTIN4yarp2os14DummyConnectorE at Base 2.3.66.1
- _ZTIN4yarp2os14MultiNameSpaceE at Base 2.3.66.1
- _ZTIN4yarp2os14NullConnectionE at Base 2.3.66.1
- _ZTIN4yarp2os14OutputProtocolE at Base 2.3.66.1
- _ZTIN4yarp2os14ResourceFinderE at Base 2.3.66.1
- _ZTIN4yarp2os15AbstractCarrierE at Base 2.3.66.1
- _ZTIN4yarp2os15ConnectionStateE at Base 2.3.66.1
- _ZTIN4yarp2os16ConnectionReaderE at Base 2.3.66.1
- _ZTIN4yarp2os16ConnectionWriterE at Base 2.3.66.1
- _ZTIN4yarp2os16ModifyingCarrierE at Base 2.3.66.1
- _ZTIN4yarp2os17PortReaderCreatorE at Base 2.3.66.1
- _ZTIN4yarp2os17RateThreadWrapperE at Base 2.3.66.1
- _ZTIN4yarp2os18YarpPluginSelectorE at Base 2.3.66.1
- _ZTIN4yarp2os19AbstractContactableE at Base 2.3.66.1
- _ZTIN4yarp2os20NullConnectionReaderE at Base 2.3.66.1
- _ZTIN4yarp2os20NullConnectionWriterE at Base 2.3.66.1
- _ZTIN4yarp2os20PortWriterBufferBaseE at Base 2.3.66.1
- _ZTIN4yarp2os20SharedLibraryFactoryE at Base 2.3.66.1
- _ZTIN4yarp2os20SystemInfoSerializerE at Base 2.3.66.1
- _ZTIN4yarp2os21UnbufferedContactableE at Base 2.3.66.1
- _ZTIN4yarp2os3LogE at Base 2.3.66.1
- _ZTIN4yarp2os3idl12WirePortableE at Base 2.3.66.1
- _ZTIN4yarp2os4FaceE at Base 2.3.66.1
- _ZTIN4yarp2os4NodeE at Base 2.3.66.1
- _ZTIN4yarp2os4PortE at Base 2.3.66.1
- _ZTIN4yarp2os4TypeE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10BottleImplE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10NameClientE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10NameServer10HostRecordE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10NameServer11McastRecordE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10NameServer14ReusableRecordIiEE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10NameServer20DisposableNameRecordE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10NameServerE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10StoreInt64E at Base 2.3.66.1
- _ZTIN4yarp2os4impl10StoreVocabE at Base 2.3.66.1
- _ZTIN4yarp2os4impl10ThreadImplE at Base 2.3.66.1
- _ZTIN4yarp2os4impl11PortCommandE at Base 2.3.66.1
- _ZTIN4yarp2os4impl11PortManagerE at Base 2.3.66.1
- _ZTIN4yarp2os4impl11StoreDoubleE at Base 2.3.66.1
- _ZTIN4yarp2os4impl11StoreStringE at Base 2.3.66.1
- _ZTIN4yarp2os4impl13SemaphoreImplE at Base 2.3.66.1
- _ZTIN4yarp2os4impl14NameServerStubE at Base 2.3.66.1
- _ZTIN4yarp2os4impl16PortDataModifierE at Base 2.3.66.1
- _ZTIN4yarp2os4impl17DgramTwoWayStreamE at Base 2.3.66.1
- _ZTIN4yarp2os4impl17RecursiveLockImplE at Base 2.3.66.1
- _ZTIN4yarp2os4impl18FallbackNameClientE at Base 2.3.66.1
- _ZTIN4yarp2os4impl18FallbackNameServerE at Base 2.3.66.1
- _ZTIN4yarp2os4impl20PortReaderBufferBaseE at Base 2.3.66.1
- _ZTIN4yarp2os4impl22StreamConnectionReaderE at Base 2.3.66.1
- _ZTIN4yarp2os4impl24BufferedConnectionWriterE at Base 2.3.66.1
- _ZTIN4yarp2os4impl27PortReaderBufferBaseCreatorE at Base 2.3.66.1
- _ZTIN4yarp2os4impl6LoggerE at Base 2.3.66.1
- _ZTIN4yarp2os4impl7TcpFaceE at Base 2.3.66.1
- _ZTIN4yarp2os4impl8AuthHMACE at Base 2.3.66.1
- _ZTIN4yarp2os4impl8CarriersE at Base 2.3.66.1
- _ZTIN4yarp2os4impl8PortCoreE at Base 2.3.66.1
- _ZTIN4yarp2os4impl8ProtocolE at Base 2.3.66.1
- _ZTIN4yarp2os4impl8StorableE at Base 2.3.66.1
- _ZTIN4yarp2os4impl8StoreIntE at Base 2.3.66.1
- _ZTIN4yarp2os4impl8UnitTestE at Base 2.3.66.1
- _ZTIN4yarp2os4impl9StoreBlobE at Base 2.3.66.1
- _ZTIN4yarp2os4impl9StoreDictE at Base 2.3.66.1
- _ZTIN4yarp2os4impl9StoreListE at Base 2.3.66.1
- _ZTIN4yarp2os4impl9StoreNullE at Base 2.3.66.1
- _ZTIN4yarp2os5ClockE at Base 2.3.66.1
- _ZTIN4yarp2os5EventE at Base 2.3.66.1
- _ZTIN4yarp2os5NodesE at Base 2.3.66.1
- _ZTIN4yarp2os5StampE at Base 2.3.66.1
- _ZTIN4yarp2os5ValueE at Base 2.3.66.1
- _ZTIN4yarp2os6BottleE at Base 2.3.66.1
- _ZTIN4yarp2os6ModuleE at Base 2.3.66.1
- _ZTIN4yarp2os6ThingsE at Base 2.3.66.1
- _ZTIN4yarp2os6ThreadE at Base 2.3.66.1
- _ZTIN4yarp2os7CarrierE at Base 2.3.66.1
- _ZTIN4yarp2os7ContactE at Base 2.3.66.1
- _ZTIN4yarp2os7IConfigE at Base 2.3.66.1
- _ZTIN4yarp2os7StampedE at Base 2.3.66.1
- _ZTIN4yarp2os8PortableE at Base 2.3.66.1
- _ZTIN4yarp2os8PropertyE at Base 2.3.66.1
- _ZTIN4yarp2os8RFModuleE at Base 2.3.66.1
- _ZTIN4yarp2os8RunnableE at Base 2.3.66.1
- _ZTIN4yarp2os8TermineeE at Base 2.3.66.1
- _ZTIN4yarp2os9NameSpaceE at Base 2.3.66.1
- _ZTIN4yarp2os9NameStoreE at Base 2.3.66.1
- _ZTIN4yarp2os9RpcClientE at Base 2.3.66.1
- _ZTIN4yarp2os9RpcServerE at Base 2.3.66.1
- _ZTIN4yarp2os9SemaphoreE at Base 2.3.66.1
- _ZTS18ZombieHunterThread at Base 2.3.66.1
- _ZTSN4yarp2os10ConnectionE at Base 2.3.66.1
- _ZTSN4yarp2os10NullStreamE at Base 2.3.66.1
- _ZTSN4yarp2os10PortReaderE at Base 2.3.66.1
- _ZTSN4yarp2os10PortReportE at Base 2.3.66.1
- _ZTSN4yarp2os10PortWriterE at Base 2.3.66.1
- _ZTSN4yarp2os10RateThreadE at Base 2.3.66.1
- _ZTSN4yarp2os10SearchableE at Base 2.3.66.1
- _ZTSN4yarp2os11ContactableE at Base 2.3.66.1
- _ZTSN4yarp2os11InputStreamE at Base 2.3.66.1
- _ZTSN4yarp2os11ShiftStreamE at Base 2.3.66.1
- _ZTSN4yarp2os11SizedWriterE at Base 2.3.66.1
- _ZTSN4yarp2os12ContactablesE at Base 2.3.66.1
- _ZTSN4yarp2os12ManagedBytesE at Base 2.3.66.1
- _ZTSN4yarp2os12MessageStackE at Base 2.3.66.1
- _ZTSN4yarp2os12NetworkClockE at Base 2.3.66.1
- _ZTSN4yarp2os12OutputStreamE at Base 2.3.66.1
- _ZTSN4yarp2os12RosNameSpaceE at Base 2.3.66.1
- _ZTSN4yarp2os12TwoWayStreamE at Base 2.3.66.1
- _ZTSN4yarp2os13InputProtocolE at Base 2.3.66.1
- _ZTSN4yarp2os13MonitorObjectE at Base 2.3.66.1
- _ZTSN4yarp2os13SearchMonitorE at Base 2.3.66.1
- _ZTSN4yarp2os13SharedLibraryE at Base 2.3.66.1
- _ZTSN4yarp2os13YarpNameSpaceE at Base 2.3.66.1
- _ZTSN4yarp2os14DummyConnectorE at Base 2.3.66.1
- _ZTSN4yarp2os14MultiNameSpaceE at Base 2.3.66.1
- _ZTSN4yarp2os14NullConnectionE at Base 2.3.66.1
- _ZTSN4yarp2os14OutputProtocolE at Base 2.3.66.1
- _ZTSN4yarp2os14ResourceFinderE at Base 2.3.66.1
- _ZTSN4yarp2os15AbstractCarrierE at Base 2.3.66.1
- _ZTSN4yarp2os15ConnectionStateE at Base 2.3.66.1
- _ZTSN4yarp2os16ConnectionReaderE at Base 2.3.66.1
- _ZTSN4yarp2os16ConnectionWriterE at Base 2.3.66.1
- _ZTSN4yarp2os16ModifyingCarrierE at Base 2.3.66.1
- _ZTSN4yarp2os17PortReaderCreatorE at Base 2.3.66.1
- _ZTSN4yarp2os17RateThreadWrapperE at Base 2.3.66.1
- _ZTSN4yarp2os18YarpPluginSelectorE at Base 2.3.66.1
- _ZTSN4yarp2os19AbstractContactableE at Base 2.3.66.1
- _ZTSN4yarp2os20NullConnectionReaderE at Base 2.3.66.1
- _ZTSN4yarp2os20NullConnectionWriterE at Base 2.3.66.1
- _ZTSN4yarp2os20PortWriterBufferBaseE at Base 2.3.66.1
- _ZTSN4yarp2os20SharedLibraryFactoryE at Base 2.3.66.1
- _ZTSN4yarp2os20SystemInfoSerializerE at Base 2.3.66.1
- _ZTSN4yarp2os21UnbufferedContactableE at Base 2.3.66.1
- _ZTSN4yarp2os3LogE at Base 2.3.66.1
- _ZTSN4yarp2os3idl12WirePortableE at Base 2.3.66.1
- _ZTSN4yarp2os4FaceE at Base 2.3.66.1
- _ZTSN4yarp2os4NodeE at Base 2.3.66.1
- _ZTSN4yarp2os4PortE at Base 2.3.66.1
- _ZTSN4yarp2os4TypeE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10BottleImplE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10NameClientE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10NameServer10HostRecordE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10NameServer11McastRecordE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10NameServer14ReusableRecordIiEE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10NameServer20DisposableNameRecordE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10NameServerE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10StoreInt64E at Base 2.3.66.1
- _ZTSN4yarp2os4impl10StoreVocabE at Base 2.3.66.1
- _ZTSN4yarp2os4impl10ThreadImplE at Base 2.3.66.1
- _ZTSN4yarp2os4impl11PortCommandE at Base 2.3.66.1
- _ZTSN4yarp2os4impl11PortManagerE at Base 2.3.66.1
- _ZTSN4yarp2os4impl11StoreDoubleE at Base 2.3.66.1
- _ZTSN4yarp2os4impl11StoreStringE at Base 2.3.66.1
- _ZTSN4yarp2os4impl13SemaphoreImplE at Base 2.3.66.1
- _ZTSN4yarp2os4impl14NameServerStubE at Base 2.3.66.1
- _ZTSN4yarp2os4impl16PortDataModifierE at Base 2.3.66.1
- _ZTSN4yarp2os4impl17DgramTwoWayStreamE at Base 2.3.66.1
- _ZTSN4yarp2os4impl17RecursiveLockImplE at Base 2.3.66.1
- _ZTSN4yarp2os4impl18FallbackNameClientE at Base 2.3.66.1
- _ZTSN4yarp2os4impl18FallbackNameServerE at Base 2.3.66.1
- _ZTSN4yarp2os4impl20PortReaderBufferBaseE at Base 2.3.66.1
- _ZTSN4yarp2os4impl22StreamConnectionReaderE at Base 2.3.66.1
- _ZTSN4yarp2os4impl24BufferedConnectionWriterE at Base 2.3.66.1
- _ZTSN4yarp2os4impl27PortReaderBufferBaseCreatorE at Base 2.3.66.1
- _ZTSN4yarp2os4impl6LoggerE at Base 2.3.66.1
- _ZTSN4yarp2os4impl7TcpFaceE at Base 2.3.66.1
- _ZTSN4yarp2os4impl8AuthHMACE at Base 2.3.66.1
- _ZTSN4yarp2os4impl8CarriersE at Base 2.3.66.1
- _ZTSN4yarp2os4impl8PortCoreE at Base 2.3.66.1
- _ZTSN4yarp2os4impl8ProtocolE at Base 2.3.66.1
- _ZTSN4yarp2os4impl8StorableE at Base 2.3.66.1
- _ZTSN4yarp2os4impl8StoreIntE at Base 2.3.66.1
- _ZTSN4yarp2os4impl8UnitTestE at Base 2.3.66.1
- _ZTSN4yarp2os4impl9StoreBlobE at Base 2.3.66.1
- _ZTSN4yarp2os4impl9StoreDictE at Base 2.3.66.1
- _ZTSN4yarp2os4impl9StoreListE at Base 2.3.66.1
- _ZTSN4yarp2os4impl9StoreNullE at Base 2.3.66.1
- _ZTSN4yarp2os5ClockE at Base 2.3.66.1
- _ZTSN4yarp2os5EventE at Base 2.3.66.1
- _ZTSN4yarp2os5NodesE at Base 2.3.66.1
- _ZTSN4yarp2os5StampE at Base 2.3.66.1
- _ZTSN4yarp2os5ValueE at Base 2.3.66.1
- _ZTSN4yarp2os6BottleE at Base 2.3.66.1
- _ZTSN4yarp2os6ModuleE at Base 2.3.66.1
- _ZTSN4yarp2os6ThingsE at Base 2.3.66.1
- _ZTSN4yarp2os6ThreadE at Base 2.3.66.1
- _ZTSN4yarp2os7CarrierE at Base 2.3.66.1
- _ZTSN4yarp2os7ContactE at Base 2.3.66.1
- _ZTSN4yarp2os7IConfigE at Base 2.3.66.1
- _ZTSN4yarp2os7StampedE at Base 2.3.66.1
- _ZTSN4yarp2os8PortableE at Base 2.3.66.1
- _ZTSN4yarp2os8PropertyE at Base 2.3.66.1
- _ZTSN4yarp2os8RFModuleE at Base 2.3.66.1
- _ZTSN4yarp2os8RunnableE at Base 2.3.66.1
- _ZTSN4yarp2os8TermineeE at Base 2.3.66.1
- _ZTSN4yarp2os9NameSpaceE at Base 2.3.66.1
- _ZTSN4yarp2os9NameStoreE at Base 2.3.66.1
- _ZTSN4yarp2os9RpcClientE at Base 2.3.66.1
- _ZTSN4yarp2os9RpcServerE at Base 2.3.66.1
- _ZTSN4yarp2os9SemaphoreE at Base 2.3.66.1
- _ZTV18ZombieHunterThread at Base 2.3.66.1
- _ZTVN4yarp2os10NullStreamE at Base 2.3.66.1
- _ZTVN4yarp2os10PortReaderE at Base 2.3.66.1
- _ZTVN4yarp2os10PortReportE at Base 2.3.66.1
- _ZTVN4yarp2os10PortWriterE at Base 2.3.66.1
- _ZTVN4yarp2os10RateThreadE at Base 2.3.66.1
- _ZTVN4yarp2os10SearchableE at Base 2.3.66.1
- _ZTVN4yarp2os11ContactableE at Base 2.3.66.1
- _ZTVN4yarp2os11ShiftStreamE at Base 2.3.66.1
- _ZTVN4yarp2os11SizedWriterE at Base 2.3.66.1
- _ZTVN4yarp2os12ManagedBytesE at Base 2.3.66.1
- _ZTVN4yarp2os12MessageStackE at Base 2.3.66.1
- _ZTVN4yarp2os12NetworkClockE at Base 2.3.66.1
- _ZTVN4yarp2os12RosNameSpaceE at Base 2.3.66.1
- _ZTVN4yarp2os12TwoWayStreamE at Base 2.3.66.1
- _ZTVN4yarp2os13MonitorObjectE at Base 2.3.66.1
- _ZTVN4yarp2os13SearchMonitorE at Base 2.3.66.1
- _ZTVN4yarp2os13SharedLibraryE at Base 2.3.66.1
- _ZTVN4yarp2os13YarpNameSpaceE at Base 2.3.66.1
- _ZTVN4yarp2os14DummyConnectorE at Base 2.3.66.1
- _ZTVN4yarp2os14MultiNameSpaceE at Base 2.3.66.1
- _ZTVN4yarp2os14NullConnectionE at Base 2.3.66.1
- _ZTVN4yarp2os14ResourceFinderE at Base 2.3.66.1
- _ZTVN4yarp2os15AbstractCarrierE at Base 2.3.66.1
- _ZTVN4yarp2os16ConnectionReaderE at Base 2.3.66.1
- _ZTVN4yarp2os16ConnectionWriterE at Base 2.3.66.1
- _ZTVN4yarp2os16ModifyingCarrierE at Base 2.3.66.1
- _ZTVN4yarp2os17PortReaderCreatorE at Base 2.3.66.1
- _ZTVN4yarp2os17RateThreadWrapperE at Base 2.3.66.1
- _ZTVN4yarp2os18YarpPluginSelectorE at Base 2.3.66.1
- _ZTVN4yarp2os20NullConnectionReaderE at Base 2.3.66.1
- _ZTVN4yarp2os20NullConnectionWriterE at Base 2.3.66.1
- _ZTVN4yarp2os20PortWriterBufferBaseE at Base 2.3.66.1
- _ZTVN4yarp2os20SharedLibraryFactoryE at Base 2.3.66.1
- _ZTVN4yarp2os20SystemInfoSerializerE at Base 2.3.66.1
- _ZTVN4yarp2os21UnbufferedContactableE at Base 2.3.66.1
- _ZTVN4yarp2os3LogE at Base 2.3.66.1
- _ZTVN4yarp2os3idl12WirePortableE at Base 2.3.66.1
- _ZTVN4yarp2os4NodeE at Base 2.3.66.1
- _ZTVN4yarp2os4PortE at Base 2.3.66.1
- _ZTVN4yarp2os4TypeE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10BottleImplE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10NameClientE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10NameServer10HostRecordE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10NameServer11McastRecordE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10NameServer14ReusableRecordIiEE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10NameServer20DisposableNameRecordE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10NameServerE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10StoreInt64E at Base 2.3.66.1
- _ZTVN4yarp2os4impl10StoreVocabE at Base 2.3.66.1
- _ZTVN4yarp2os4impl10ThreadImplE at Base 2.3.66.1
- _ZTVN4yarp2os4impl11PortCommandE at Base 2.3.66.1
- _ZTVN4yarp2os4impl11PortManagerE at Base 2.3.66.1
- _ZTVN4yarp2os4impl11StoreDoubleE at Base 2.3.66.1
- _ZTVN4yarp2os4impl11StoreStringE at Base 2.3.66.1
- _ZTVN4yarp2os4impl13SemaphoreImplE at Base 2.3.66.1
- _ZTVN4yarp2os4impl16PortDataModifierE at Base 2.3.66.1
- _ZTVN4yarp2os4impl17DgramTwoWayStreamE at Base 2.3.66.1
- _ZTVN4yarp2os4impl17RecursiveLockImplE at Base 2.3.66.1
- _ZTVN4yarp2os4impl18FallbackNameClientE at Base 2.3.66.1
- _ZTVN4yarp2os4impl18FallbackNameServerE at Base 2.3.66.1
- _ZTVN4yarp2os4impl20PortReaderBufferBaseE at Base 2.3.66.1
- _ZTVN4yarp2os4impl22StreamConnectionReaderE at Base 2.3.66.1
- _ZTVN4yarp2os4impl24BufferedConnectionWriterE at Base 2.3.66.1
- _ZTVN4yarp2os4impl27PortReaderBufferBaseCreatorE at Base 2.3.66.1
- _ZTVN4yarp2os4impl6LoggerE at Base 2.3.66.1
- _ZTVN4yarp2os4impl7TcpFaceE at Base 2.3.66.1
- _ZTVN4yarp2os4impl8AuthHMACE at Base 2.3.66.1
- _ZTVN4yarp2os4impl8CarriersE at Base 2.3.66.1
- _ZTVN4yarp2os4impl8PortCoreE at Base 2.3.66.1
- _ZTVN4yarp2os4impl8ProtocolE at Base 2.3.66.1
- _ZTVN4yarp2os4impl8StorableE at Base 2.3.66.1
- _ZTVN4yarp2os4impl8StoreIntE at Base 2.3.66.1
- _ZTVN4yarp2os4impl8UnitTestE at Base 2.3.66.1
- _ZTVN4yarp2os4impl9StoreBlobE at Base 2.3.66.1
- _ZTVN4yarp2os4impl9StoreDictE at Base 2.3.66.1
- _ZTVN4yarp2os4impl9StoreListE at Base 2.3.66.1
- _ZTVN4yarp2os4impl9StoreNullE at Base 2.3.66.1
- _ZTVN4yarp2os5EventE at Base 2.3.66.1
- _ZTVN4yarp2os5NodesE at Base 2.3.66.1
- _ZTVN4yarp2os5StampE at Base 2.3.66.1
- _ZTVN4yarp2os5ValueE at Base 2.3.66.1
- _ZTVN4yarp2os6BottleE at Base 2.3.66.1
- _ZTVN4yarp2os6ModuleE at Base 2.3.66.1
- _ZTVN4yarp2os6ThingsE at Base 2.3.66.1
- _ZTVN4yarp2os6ThreadE at Base 2.3.66.1
- _ZTVN4yarp2os7CarrierE at Base 2.3.66.1
- _ZTVN4yarp2os7ContactE at Base 2.3.66.1
- _ZTVN4yarp2os7IConfigE at Base 2.3.66.1
- _ZTVN4yarp2os7StampedE at Base 2.3.66.1
- _ZTVN4yarp2os8PortableE at Base 2.3.66.1
- _ZTVN4yarp2os8PropertyE at Base 2.3.66.1
- _ZTVN4yarp2os8RFModuleE at Base 2.3.66.1
- _ZTVN4yarp2os8RunnableE at Base 2.3.66.1
- _ZTVN4yarp2os8TermineeE at Base 2.3.66.1
- _ZTVN4yarp2os9NameSpaceE at Base 2.3.66.1
- _ZTVN4yarp2os9NameStoreE at Base 2.3.66.1
- _ZTVN4yarp2os9RpcClientE at Base 2.3.66.1
- _ZTVN4yarp2os9RpcServerE at Base 2.3.66.1
- _ZTVN4yarp2os9SemaphoreE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore10adminBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore10reportUnitEPNS1_12PortCoreUnitEb at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore11removeInputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore11setEnvelopeERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore12removeOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore6reportERKNS0_8PortInfoE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore8describeEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore9addOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamEb at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCore9readBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCoreD0Ev at Base 2.3.66.1
- _ZThn112_N4yarp2os4impl8PortCoreD1Ev at Base 2.3.66.1
- _ZThn160_N4yarp2os4impl8PortCoreD0Ev at Base 2.3.66.1
- _ZThn160_N4yarp2os4impl8PortCoreD1Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os10NullStream4isOkEv at Base 2.3.66.1
- _ZThn16_N4yarp2os10NullStream5closeEv at Base 2.3.66.1
- _ZThn16_N4yarp2os10NullStream5writeERKNS0_5BytesE at Base 2.3.66.1
- _ZThn16_N4yarp2os10NullStreamD0Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os10NullStreamD1Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl17DgramTwoWayStream16getTypeOfServiceEv at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl17DgramTwoWayStream16setTypeOfServiceEi at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl17DgramTwoWayStream4isOkEv at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl17DgramTwoWayStream5flushEv at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl17DgramTwoWayStream5writeERKNS0_5BytesE at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl17DgramTwoWayStreamD0Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl17DgramTwoWayStreamD1Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl8Protocol18getSenderSpecifierEv at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl8Protocol8setRouteERKNS0_5RouteE at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl8StorableD0Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os4impl8StorableD1Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os5ValueD0Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os5ValueD1Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os6BottleD0Ev at Base 2.3.66.1
- _ZThn16_N4yarp2os6BottleD1Ev at Base 2.3.66.1
- _ZThn16_NK4yarp2os4impl8Storable4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os4impl8Storable5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os4impl8Storable9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os5Value4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os5Value5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os5Value6isNullEv at Base 2.3.66.1
- _ZThn16_NK4yarp2os5Value8toStringEv at Base 2.3.66.1
- _ZThn16_NK4yarp2os5Value9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os6Bottle4findERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os6Bottle5checkERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn16_NK4yarp2os6Bottle6isNullEv at Base 2.3.66.1
- _ZThn16_NK4yarp2os6Bottle8toStringEv at Base 2.3.66.1
- _ZThn16_NK4yarp2os6Bottle9findGroupERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn48_N4yarp2os8Property4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZThn48_N4yarp2os8Property5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn48_N4yarp2os8PropertyD0Ev at Base 2.3.66.1
- _ZThn48_N4yarp2os8PropertyD1Ev at Base 2.3.66.1
- _ZThn56_N4yarp2os8Property5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn56_N4yarp2os8PropertyD0Ev at Base 2.3.66.1
- _ZThn56_N4yarp2os8PropertyD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os10NullStream4isOkEv at Base 2.3.66.1
- _ZThn8_N4yarp2os10NullStream4readERKNS0_5BytesE at Base 2.3.66.1
- _ZThn8_N4yarp2os10NullStream5closeEv at Base 2.3.66.1
- _ZThn8_N4yarp2os10NullStreamD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os10NullStreamD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os12ManagedBytes5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os12ManagedBytesD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os12ManagedBytesD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os12NetworkClock4readERNS0_16ConnectionReaderE at Base 2.3.66.1
- _ZThn8_N4yarp2os12NetworkClockD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os12NetworkClockD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os12RosNameSpace3runEv at Base 2.3.66.1
- _ZThn8_N4yarp2os12RosNameSpaceD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os12RosNameSpaceD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os20SystemInfoSerializer5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os20SystemInfoSerializerD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os20SystemInfoSerializerD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl10BottleImpl14onCommencementEv at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl10BottleImpl5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl10BottleImplD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl10BottleImplD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl11PortCommand5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl17DgramTwoWayStream4isOkEv at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl17DgramTwoWayStream4readERKNS0_5BytesE at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl17DgramTwoWayStream9interruptEv at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl17DgramTwoWayStreamD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl17DgramTwoWayStreamD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl24BufferedConnectionWriter5writeERNS0_12OutputStreamE at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl8Protocol4openERKNS0_11ConstStringE at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl8Protocol9beginReadEv at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl8Protocol9interruptEv at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl8Storable5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl8StorableD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os4impl8StorableD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os5Stamp5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os5Value5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os5ValueD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os5ValueD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os6Bottle14onCommencementEv at Base 2.3.66.1
- _ZThn8_N4yarp2os6Bottle5writeERNS0_16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp2os6BottleD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp2os6BottleD1Ev at Base 2.3.66.1
- hmac_sha224 at Base 2.3.66.1
- hmac_sha224_final at Base 2.3.66.1
- hmac_sha224_init at Base 2.3.66.1
- hmac_sha224_reinit at Base 2.3.66.1
- hmac_sha224_update at Base 2.3.66.1
- hmac_sha256 at Base 2.3.66.1
- hmac_sha256_final at Base 2.3.66.1
- hmac_sha256_init at Base 2.3.66.1
- hmac_sha256_reinit at Base 2.3.66.1
- hmac_sha256_update at Base 2.3.66.1
- hmac_sha384 at Base 2.3.66.1
- hmac_sha384_final at Base 2.3.66.1
- hmac_sha384_init at Base 2.3.66.1
- hmac_sha384_reinit at Base 2.3.66.1
- hmac_sha384_update at Base 2.3.66.1
- hmac_sha512 at Base 2.3.66.1
- hmac_sha512_final at Base 2.3.66.1
- hmac_sha512_init at Base 2.3.66.1
- hmac_sha512_reinit at Base 2.3.66.1
- hmac_sha512_update at Base 2.3.66.1
- sha224 at Base 2.3.66.1
- sha224_final at Base 2.3.66.1
- sha224_h0 at Base 2.3.66.1
- sha224_init at Base 2.3.66.1
- sha224_update at Base 2.3.66.1
- sha256 at Base 2.3.66.1
- sha256_final at Base 2.3.66.1
- sha256_h0 at Base 2.3.66.1
- sha256_init at Base 2.3.66.1
- sha256_k at Base 2.3.66.1
- sha256_transf at Base 2.3.66.1
- sha256_update at Base 2.3.66.1
- sha384 at Base 2.3.66.1
- sha384_final at Base 2.3.66.1
- sha384_h0 at Base 2.3.66.1
- sha384_init at Base 2.3.66.1
- sha384_update at Base 2.3.66.1
- sha512 at Base 2.3.66.1
- sha512_final at Base 2.3.66.1
- sha512_h0 at Base 2.3.66.1
- sha512_init at Base 2.3.66.1
- sha512_k at Base 2.3.66.1
- sha512_transf at Base 2.3.66.1
- sha512_update at Base 2.3.66.1
+ _Z16yarp_print_traceP8_IO_FILEPKci at Base 2.3.70
+ _Z26typedReaderMissingCallbackv at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE4swapERS5_ at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE5clearEv at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE6resizeEmRKS4_ at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE8pop_backEv at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE9push_backERKS4_ at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EEC1EmP13ACE_Allocator at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EEC2EmP13ACE_Allocator at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EED1Ev at Base 2.3.70
+ _ZN10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EED2Ev at Base 2.3.70
+ _ZN17YarpRunInfoVector11CleanZombieEi at Base 2.3.70
+ _ZN17YarpRunInfoVector2PSEv at Base 2.3.70
+ _ZN17YarpRunInfoVector3AddEP15YarpRunProcInfo at Base 2.3.70
+ _ZN17YarpRunInfoVector4PackEv at Base 2.3.70
+ _ZN17YarpRunInfoVector6SignalERN4yarp2os11ConstStringEi at Base 2.3.70
+ _ZN17YarpRunInfoVector7KillallEi at Base 2.3.70
+ _ZN17YarpRunInfoVector9IsRunningERN4yarp2os11ConstStringE at Base 2.3.70
+ _ZN17YarpRunInfoVectorC1Ev at Base 2.3.70
+ _ZN17YarpRunInfoVectorC2Ev at Base 2.3.70
+ _ZN17YarpRunInfoVectorD1Ev at Base 2.3.70
+ _ZN17YarpRunInfoVectorD2Ev at Base 2.3.70
+ _ZN20ACE_Log_Category_TSS3logE16ACE_Log_PriorityPKcz at Base 2.3.70
+ _ZN4yarp2os10NullStream11beginPacketEv at Base 2.3.70
+ _ZN4yarp2os10NullStream14getInputStreamEv at Base 2.3.70
+ _ZN4yarp2os10NullStream15getLocalAddressEv at Base 2.3.70
+ _ZN4yarp2os10NullStream15getOutputStreamEv at Base 2.3.70
+ _ZN4yarp2os10NullStream16getRemoteAddressEv at Base 2.3.70
+ _ZN4yarp2os10NullStream4isOkEv at Base 2.3.70
+ _ZN4yarp2os10NullStream4readERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os10NullStream5closeEv at Base 2.3.70
+ _ZN4yarp2os10NullStream5resetEv at Base 2.3.70
+ _ZN4yarp2os10NullStream5writeERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os10NullStream9endPacketEv at Base 2.3.70
+ _ZN4yarp2os10NullStreamD0Ev at Base 2.3.70
+ _ZN4yarp2os10NullStreamD1Ev at Base 2.3.70
+ _ZN4yarp2os10NullStreamD2Ev at Base 2.3.70
+ _ZN4yarp2os10PortReaderD0Ev at Base 2.3.70
+ _ZN4yarp2os10PortReaderD1Ev at Base 2.3.70
+ _ZN4yarp2os10PortReaderD2Ev at Base 2.3.70
+ _ZN4yarp2os10PortReportD0Ev at Base 2.3.70
+ _ZN4yarp2os10PortReportD1Ev at Base 2.3.70
+ _ZN4yarp2os10PortReportD2Ev at Base 2.3.70
+ _ZN4yarp2os10PortWriter12onCompletionEv at Base 2.3.70
+ _ZN4yarp2os10PortWriter14onCommencementEv at Base 2.3.70
+ _ZN4yarp2os10PortWriterD0Ev at Base 2.3.70
+ _ZN4yarp2os10PortWriterD1Ev at Base 2.3.70
+ _ZN4yarp2os10PortWriterD2Ev at Base 2.3.70
+ _ZN4yarp2os10RateThread10afterStartEb at Base 2.3.70
+ _ZN4yarp2os10RateThread10getEstUsedERdS2_ at Base 2.3.70
+ _ZN4yarp2os10RateThread10getEstUsedEv at Base 2.3.70
+ _ZN4yarp2os10RateThread10threadInitEv at Base 2.3.70
+ _ZN4yarp2os10RateThread11beforeStartEv at Base 2.3.70
+ _ZN4yarp2os10RateThread11getPriorityEv at Base 2.3.70
+ _ZN4yarp2os10RateThread11isSuspendedEv at Base 2.3.70
+ _ZN4yarp2os10RateThread11setPriorityEii at Base 2.3.70
+ _ZN4yarp2os10RateThread12getEstPeriodERdS2_ at Base 2.3.70
+ _ZN4yarp2os10RateThread12getEstPeriodEv at Base 2.3.70
+ _ZN4yarp2os10RateThread13getIterationsEv at Base 2.3.70
+ _ZN4yarp2os10RateThread13threadReleaseEv at Base 2.3.70
+ _ZN4yarp2os10RateThread4joinEd at Base 2.3.70
+ _ZN4yarp2os10RateThread4stepEv at Base 2.3.70
+ _ZN4yarp2os10RateThread4stopEv at Base 2.3.70
+ _ZN4yarp2os10RateThread5startEv at Base 2.3.70
+ _ZN4yarp2os10RateThread6resumeEv at Base 2.3.70
+ _ZN4yarp2os10RateThread7getRateEv at Base 2.3.70
+ _ZN4yarp2os10RateThread7setRateEi at Base 2.3.70
+ _ZN4yarp2os10RateThread7suspendEv at Base 2.3.70
+ _ZN4yarp2os10RateThread9askToStopEv at Base 2.3.70
+ _ZN4yarp2os10RateThread9getPolicyEv at Base 2.3.70
+ _ZN4yarp2os10RateThread9isRunningEv at Base 2.3.70
+ _ZN4yarp2os10RateThread9resetStatEv at Base 2.3.70
+ _ZN4yarp2os10RateThreadC1Ei at Base 2.3.70
+ _ZN4yarp2os10RateThreadC2Ei at Base 2.3.70
+ _ZN4yarp2os10RateThreadD0Ev at Base 2.3.70
+ _ZN4yarp2os10RateThreadD1Ev at Base 2.3.70
+ _ZN4yarp2os10RateThreadD2Ev at Base 2.3.70
+ _ZN4yarp2os10Searchable10setMonitorEPNS0_13SearchMonitorEPKc at Base 2.3.70
+ _ZN4yarp2os10SearchableC1Ev at Base 2.3.70
+ _ZN4yarp2os10SearchableC2Ev at Base 2.3.70
+ _ZN4yarp2os10SearchableD0Ev at Base 2.3.70
+ _ZN4yarp2os10SearchableD1Ev at Base 2.3.70
+ _ZN4yarp2os10SearchableD2Ev at Base 2.3.70
+ _ZN4yarp2os10SystemInfo11getLoadInfoEv at Base 2.3.70
+ _ZN4yarp2os10SystemInfo11getUserInfoEv at Base 2.3.70
+ _ZN4yarp2os10SystemInfo13getMemoryInfoEv at Base 2.3.70
+ _ZN4yarp2os10SystemInfo14getProcessInfoEi at Base 2.3.70
+ _ZN4yarp2os10SystemInfo14getStorageInfoEv at Base 2.3.70
+ _ZN4yarp2os10SystemInfo15getPlatformInfoEv at Base 2.3.70
+ _ZN4yarp2os10SystemInfo16getProcessorInfoEv at Base 2.3.70
+ _ZN4yarp2os10Terminator15terminateByNameEPKc at Base 2.3.70
+ _ZN4yarp2os11ConstString4nposE at Base 2.3.70
+ _ZN4yarp2os11Contactable4openEv at Base 2.3.70
+ _ZN4yarp2os11ContactableD0Ev at Base 2.3.70
+ _ZN4yarp2os11ContactableD1Ev at Base 2.3.70
+ _ZN4yarp2os11ContactableD2Ev at Base 2.3.70
+ _ZN4yarp2os11InputStream11readDiscardEm at Base 2.3.70
+ _ZN4yarp2os11InputStream8readFullERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os11InputStream8readLineEiPb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase10disconnectERKNS0_11ConstStringES4_RKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase10disconnectERKNS0_11ConstStringES4_b at Base 2.3.70
+ _ZN4yarp2os11NetworkBase10readStringEPb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11finiMinimumEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11getPropertyEPKcS3_ at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11initMinimumEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11initializedEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11isConnectedERKNS0_11ConstStringES4_RKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11isConnectedERKNS0_11ConstStringES4_b at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11queryBypassEPNS0_9NameStoreE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase11setPropertyEPKcS3_RKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase12checkNetworkEd at Base 2.3.70
+ _ZN4yarp2os11NetworkBase12checkNetworkEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase12getLocalModeEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase12registerNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase12setLocalModeEb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase12setVerbosityEi at Base 2.3.70
+ _ZN4yarp2os11NetworkBase13getConfigFileEPKc at Base 2.3.70
+ _ZN4yarp2os11NetworkBase13runNameServerEiPPc at Base 2.3.70
+ _ZN4yarp2os11NetworkBase14getEnvironmentEPKcPb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase14getQueryBypassEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase14setEnvironmentERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os11NetworkBase14unregisterNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase15autoInitMinimumEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase15registerCarrierEPKcS3_ at Base 2.3.70
+ _ZN4yarp2os11NetworkBase15registerContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase16detectNameServerEbRbS2_ at Base 2.3.70
+ _ZN4yarp2os11NetworkBase16getConnectionQosERKNS0_11ConstStringES4_RNS0_8QosStyleES6_b at Base 2.3.70
+ _ZN4yarp2os11NetworkBase16getPathSeparatorEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase16setConnectionQosERKNS0_11ConstStringES4_RKNS0_8QosStyleES7_b at Base 2.3.70
+ _ZN4yarp2os11NetworkBase16setConnectionQosERKNS0_11ConstStringES4_RKNS0_8QosStyleEb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase16unsetEnvironmentERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase17getNameServerNameEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase17setNameServerNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase17unregisterContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase19getDefaultPortRangeEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase20getNameServerContactEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase20setNameServerContactERNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase21getDirectorySeparatorEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase22localNetworkAllocationEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase4lockEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase4mainEiPPc at Base 2.3.70
+ _ZN4yarp2os11NetworkBase4syncERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase5writeERKNS0_11ConstStringERNS0_10PortWriterERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase5writeERKNS0_7ContactERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase5writeERKNS0_7ContactERNS0_10PortWriterERNS0_10PortReaderEbbd at Base 2.3.70
+ _ZN4yarp2os11NetworkBase6existsERKNS0_11ConstStringERKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase6existsERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase6unlockEv at Base 2.3.70
+ _ZN4yarp2os11NetworkBase7connectERKNS0_11ConstStringES4_RKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os11NetworkBase7connectERKNS0_11ConstStringES4_S4_b at Base 2.3.70
+ _ZN4yarp2os11NetworkBase9assertionEb at Base 2.3.70
+ _ZN4yarp2os11NetworkBase9queryNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os11SystemClock11delaySystemEd at Base 2.3.70
+ _ZN4yarp2os11SystemClock9nowSystemEv at Base 2.3.70
+ _ZN4yarp2os11gethostnameEPcm at Base 2.3.70
+ _ZN4yarp2os11getprognameEPcm at Base 2.3.70
+ _ZN4yarp2os11setprognameEPKc at Base 2.3.70
+ _ZN4yarp2os12ContactStyleC1Ev at Base 2.3.70
+ _ZN4yarp2os12ContactStyleC2Ev at Base 2.3.70
+ _ZN4yarp2os12LogForwarder11getInstanceEv at Base 2.3.70
+ _ZN4yarp2os12LogForwarder13clearInstanceEv at Base 2.3.70
+ _ZN4yarp2os12LogForwarder3semE at Base 2.3.70
+ _ZN4yarp2os12LogForwarder7forwardERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.70
+ _ZN4yarp2os12LogForwarder8instanceE at Base 2.3.70
+ _ZN4yarp2os12LogForwarderC1Ev at Base 2.3.70
+ _ZN4yarp2os12LogForwarderC2Ev at Base 2.3.70
+ _ZN4yarp2os12LogForwarderD1Ev at Base 2.3.70
+ _ZN4yarp2os12LogForwarderD2Ev at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes14allocateOnNeedEmm at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes4copyEv at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes5bytesEv at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes5clearEv at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes7setUsedEm at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes8allocateEm at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes9resetUsedEv at Base 2.3.70
+ _ZN4yarp2os12ManagedBytes9usedBytesEv at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC1ERKNS0_5BytesEb at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC1Em at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC1Ev at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC2ERKNS0_5BytesEb at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC2Em at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesC2Ev at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesD0Ev at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesD1Ev at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesD2Ev at Base 2.3.70
+ _ZN4yarp2os12ManagedBytesaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os12MessageStack5stackERNS0_10PortWriterERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12MessageStack6attachERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os12MessageStackC1Ei at Base 2.3.70
+ _ZN4yarp2os12MessageStackC2Ei at Base 2.3.70
+ _ZN4yarp2os12MessageStackD0Ev at Base 2.3.70
+ _ZN4yarp2os12MessageStackD1Ev at Base 2.3.70
+ _ZN4yarp2os12MessageStackD2Ev at Base 2.3.70
+ _ZN4yarp2os12NetworkClock3nowEv at Base 2.3.70
+ _ZN4yarp2os12NetworkClock4openERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12NetworkClock4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os12NetworkClock5delayEd at Base 2.3.70
+ _ZN4yarp2os12NetworkClockC1Ev at Base 2.3.70
+ _ZN4yarp2os12NetworkClockC2Ev at Base 2.3.70
+ _ZN4yarp2os12NetworkClockD0Ev at Base 2.3.70
+ _ZN4yarp2os12NetworkClockD1Ev at Base 2.3.70
+ _ZN4yarp2os12NetworkClockD2Ev at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace11fromRosNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace11getPropertyERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace11setPropertyERKNS0_11ConstStringES4_RKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace12connectTopicERNS0_6BottleEbRKNS0_7ContactES6_NS0_12ContactStyleEb at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace12registerNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace13toRosNodeNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace14unregisterNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace15fromRosNodeNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace15registerContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace16detectNameServerEbRbS2_ at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace16registerAdvancedERKNS0_7ContactEPNS0_9NameStoreE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace17unregisterContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace18connectPortToTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace18connectTopicToPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace18unregisterAdvancedERKNS0_11ConstStringEPNS0_9NameStoreE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace23disconnectPortFromTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace23disconnectTopicFromPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace29connectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace32disconnectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace3runEv at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace6rosifyERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace9queryNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpace9toRosNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpaceC1ERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpaceC2ERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os12RosNameSpaceD0Ev at Base 2.3.70
+ _ZN4yarp2os12RosNameSpaceD1Ev at Base 2.3.70
+ _ZN4yarp2os12RosNameSpaceD2Ev at Base 2.3.70
+ _ZN4yarp2os12SearchReportC1Ev at Base 2.3.70
+ _ZN4yarp2os12SearchReportC2Ev at Base 2.3.70
+ _ZN4yarp2os12TwoWayStreamD0Ev at Base 2.3.70
+ _ZN4yarp2os12TwoWayStreamD1Ev at Base 2.3.70
+ _ZN4yarp2os12TwoWayStreamD2Ev at Base 2.3.70
+ _ZN4yarp2os13MonitorObject11updateReplyERNS0_6ThingsE at Base 2.3.70
+ _ZN4yarp2os13MonitorObject4trigEv at Base 2.3.70
+ _ZN4yarp2os13MonitorObject6acceptERNS0_6ThingsE at Base 2.3.70
+ _ZN4yarp2os13MonitorObject6createERKNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os13MonitorObject6updateERNS0_6ThingsE at Base 2.3.70
+ _ZN4yarp2os13MonitorObject7destroyEv at Base 2.3.70
+ _ZN4yarp2os13MonitorObject8getparamERNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os13MonitorObject8setparamERKNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os13MonitorObjectD0Ev at Base 2.3.70
+ _ZN4yarp2os13MonitorObjectD1Ev at Base 2.3.70
+ _ZN4yarp2os13MonitorObjectD2Ev at Base 2.3.70
+ _ZN4yarp2os13NestedContact10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os13NestedContactC1ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os13NestedContactC2ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os13SearchMonitorD0Ev at Base 2.3.70
+ _ZN4yarp2os13SearchMonitorD1Ev at Base 2.3.70
+ _ZN4yarp2os13SearchMonitorD2Ev at Base 2.3.70
+ _ZN4yarp2os13SharedLibrary4openEPKc at Base 2.3.70
+ _ZN4yarp2os13SharedLibrary5closeEv at Base 2.3.70
+ _ZN4yarp2os13SharedLibrary5errorEv at Base 2.3.70
+ _ZN4yarp2os13SharedLibrary9getSymbolEPKc at Base 2.3.70
+ _ZN4yarp2os13SharedLibraryC1EPKc at Base 2.3.70
+ _ZN4yarp2os13SharedLibraryC1Ev at Base 2.3.70
+ _ZN4yarp2os13SharedLibraryC2EPKc at Base 2.3.70
+ _ZN4yarp2os13SharedLibraryC2Ev at Base 2.3.70
+ _ZN4yarp2os13SharedLibraryD0Ev at Base 2.3.70
+ _ZN4yarp2os13SharedLibraryD1Ev at Base 2.3.70
+ _ZN4yarp2os13SharedLibraryD2Ev at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace11getPropertyERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace11setPropertyERKNS0_11ConstStringES4_RKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace12registerNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace14unregisterNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace15registerContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace16detectNameServerEbRbS2_ at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace17unregisterContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpace9queryNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpaceC1ERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpaceC2ERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpaceD0Ev at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpaceD1Ev at Base 2.3.70
+ _ZN4yarp2os13YarpNameSpaceD2Ev at Base 2.3.70
+ _ZN4yarp2os14DummyConnector11setTextModeEb at Base 2.3.70
+ _ZN4yarp2os14DummyConnector14getCleanWriterEv at Base 2.3.70
+ _ZN4yarp2os14DummyConnector5resetEv at Base 2.3.70
+ _ZN4yarp2os14DummyConnector9getReaderEv at Base 2.3.70
+ _ZN4yarp2os14DummyConnector9getWriterEv at Base 2.3.70
+ _ZN4yarp2os14DummyConnectorC1Ev at Base 2.3.70
+ _ZN4yarp2os14DummyConnectorC2Ev at Base 2.3.70
+ _ZN4yarp2os14DummyConnectorD0Ev at Base 2.3.70
+ _ZN4yarp2os14DummyConnectorD1Ev at Base 2.3.70
+ _ZN4yarp2os14DummyConnectorD2Ev at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace11getPropertyERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace11queryBypassEPNS0_9NameStoreE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace11setPropertyERKNS0_11ConstStringES4_RKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace12registerNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace12setLocalModeEb at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace14getQueryBypassEv at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace14unregisterNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace15registerContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace16detectNameServerEbRbS2_ at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace17unregisterContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace17writeToNameServerERNS0_10PortWriterERNS0_10PortReaderERKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace18connectPortToTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace18connectTopicToPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace23disconnectPortFromTopicERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace23disconnectTopicFromPortERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace29connectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace32disconnectPortToPortPersistentlyERKNS0_7ContactES4_NS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace8activateEb at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpace9queryNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpaceC1Ev at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpaceC2Ev at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpaceD0Ev at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpaceD1Ev at Base 2.3.70
+ _ZN4yarp2os14MultiNameSpaceD2Ev at Base 2.3.70
+ _ZN4yarp2os14RecursiveMutex4lockEv at Base 2.3.70
+ _ZN4yarp2os14RecursiveMutex6unlockEv at Base 2.3.70
+ _ZN4yarp2os14RecursiveMutex7tryLockEv at Base 2.3.70
+ _ZN4yarp2os14RecursiveMutexC1Ev at Base 2.3.70
+ _ZN4yarp2os14RecursiveMutexC2Ev at Base 2.3.70
+ _ZN4yarp2os14RecursiveMutexD1Ev at Base 2.3.70
+ _ZN4yarp2os14RecursiveMutexD2Ev at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder10addContextEPKc at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder10getContextEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder10readConfigERNS0_8PropertyERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder10setDefaultEPKcRKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder10setDefaultEPKcRKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder10setVerboseEb at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder11getContextsEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder11getDataDirsEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder12clearContextEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder13getConfigDirsEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder14createIfAbsentEbRKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder14findFileByNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder14findFileByNameERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder14getContextPathEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder16getHomeRobotPathEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder18getHomeContextPathEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder24findNestedResourceFinderEPKc at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder26getResourceFinderSingletonEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder31getDataHomeWithPossibleCreationEb at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder33getConfigHomeWithPossibleCreationEb at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder8findFileERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder8findFileERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder8findPathERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder8findPathERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder8findPathEv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder8setQuietEb at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder9configureEPKciPPcb at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder9configureEiPPcb at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder9findPathsERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinder9findPathsERKNS0_11ConstStringERKNS0_21ResourceFinderOptionsE at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderC1ERNS0_10SearchableEPv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderC1Ev at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderC2ERNS0_10SearchableEPv at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderC2Ev at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderD0Ev at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderD1Ev at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderD2Ev at Base 2.3.70
+ _ZN4yarp2os14ResourceFinderaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier10isTextModeEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier10requireAckEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier10sendHeaderERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier11expectIndexERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier11prepareSendERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier11readYarpIntERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier12getSpecifierERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier12supportReplyEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier12writeYarpIntEiRNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier13setParametersERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier14defaultSendAckERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier16defaultExpectAckERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier16defaultSendIndexERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier16getCarrierParamsERNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier16isConnectionlessEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier16setCarrierParamsERKNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier17defaultSendHeaderERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier17expectExtraHeaderERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier18defaultExpectIndexERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier19expectReplyToHeaderERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier19sendSenderSpecifierERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier20createStandardHeaderEiRKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier21expectSenderSpecifierERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier28sendConnectionStateSpecifierERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier5writeERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier7isLocalEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier7sendAckERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier8canOfferEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier8isActiveEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier8toStringEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier9canAcceptEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier9canEscapeEv at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier9expectAckERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os15AbstractCarrier9sendIndexERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.70
+ _ZN4yarp2os16ConnectionReader12readEnvelopeEv at Base 2.3.70
+ _ZN4yarp2os16ConnectionReader14readFromStreamERNS0_10PortReaderERNS0_11InputStreamE at Base 2.3.70
+ _ZN4yarp2os16ConnectionReader22createConnectionReaderERNS0_11InputStreamE at Base 2.3.70
+ _ZN4yarp2os16ConnectionReader25setParentConnectionReaderEPS1_ at Base 2.3.70
+ _ZN4yarp2os16ConnectionReaderD0Ev at Base 2.3.70
+ _ZN4yarp2os16ConnectionReaderD1Ev at Base 2.3.70
+ _ZN4yarp2os16ConnectionReaderD2Ev at Base 2.3.70
+ _ZN4yarp2os16ConnectionWriter13writeToStreamERNS0_10PortWriterERNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os16ConnectionWriter30createBufferedConnectionWriterEv at Base 2.3.70
+ _ZN4yarp2os16ConnectionWriterD0Ev at Base 2.3.70
+ _ZN4yarp2os16ConnectionWriterD1Ev at Base 2.3.70
+ _ZN4yarp2os16ConnectionWriterD2Ev at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier11checkHeaderERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier13modifiesReplyEv at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier15respondToHeaderERNS0_15ConnectionStateE at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier16getCarrierParamsERNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier16setCarrierParamsERKNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier20modifiesIncomingDataEv at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier20modifiesOutgoingDataEv at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier21configureFromPropertyERNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os16ModifyingCarrier9getHeaderERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os16PortablePairBase8readPairERNS0_16ConnectionReaderERNS0_8PortableES5_ at Base 2.3.70
+ _ZN4yarp2os16PortablePairBase9writePairERNS0_16ConnectionWriterERNS0_8PortableES5_ at Base 2.3.70
+ _ZN4yarp2os17PortReaderCreatorD0Ev at Base 2.3.70
+ _ZN4yarp2os17PortReaderCreatorD1Ev at Base 2.3.70
+ _ZN4yarp2os17PortReaderCreatorD2Ev at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper10afterStartEb at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper10threadInitEv at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper11beforeStartEv at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper13threadReleaseEv at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper3runEv at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper4openEdb at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper4stopEv at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper5closeEv at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper6attachEPNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper6attachERNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapper6detachEv at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperC1EPNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperC1ERNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperC1Ev at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperC2EPNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperC2ERNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperC2Ev at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperD0Ev at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperD1Ev at Base 2.3.70
+ _ZN4yarp2os17RateThreadWrapperD2Ev at Base 2.3.70
+ _ZN4yarp2os18YarpPluginSelector4scanEv at Base 2.3.70
+ _ZN4yarp2os18YarpPluginSettings4openERNS0_20SharedLibraryFactoryE at Base 2.3.70
+ _ZN4yarp2os18YarpPluginSettings4openERNS0_20SharedLibraryFactoryERKNS0_11ConstStringES6_ at Base 2.3.70
+ _ZN4yarp2os18YarpPluginSettings7subopenERNS0_20SharedLibraryFactoryERKNS0_11ConstStringES6_ at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader10expectTextEi at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader10isTextModeEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader11expectBlockEPKcm at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader11requestDropEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader12expectDoubleEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader12getReferenceEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader12readEnvelopeEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader15convertTextModeEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader15getLocalContactEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader16getRemoteContactEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader22getConnectionModifiersEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader7getSizeEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader7isErrorEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader7isValidEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader7pushIntEi at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader8isActiveEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader9expectIntEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionReader9getWriterEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter10isBareModeEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter10isTextModeEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter11appendBlockEPKcm at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter11appendInt64ERKl at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter11requestDropEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter12appendDoubleEd at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter12appendStringEPKci at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter12declareSizesEiPi at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter12setReferenceEPNS0_8PortableE at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter15convertTextModeEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter15setReplyHandlerERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter19appendExternalBlockEPKcm at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter7isErrorEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter7isValidEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter8isActiveEv at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter9appendIntEi at Base 2.3.70
+ _ZN4yarp2os20NullConnectionWriter9getBufferEv at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase10getContentEv at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase12waitForWriteEv at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase14releaseContentEv at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase4initEv at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase5writeEb at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase6attachERNS0_4PortE at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase6detachEv at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBase8getCountEv at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBaseC1Ev at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBaseC2Ev at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBaseD0Ev at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBaseD1Ev at Base 2.3.70
+ _ZN4yarp2os20PortWriterBufferBaseD2Ev at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactory18useFactoryFunctionEPv at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactory4openEPKcS3_ at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactory6addRefEv at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactory9removeRefEv at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactoryC1EPKcS3_ at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactoryC1Ev at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactoryC2EPKcS3_ at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactoryC2Ev at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactoryD0Ev at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactoryD1Ev at Base 2.3.70
+ _ZN4yarp2os20SharedLibraryFactoryD2Ev at Base 2.3.70
+ _ZN4yarp2os20SystemInfoSerializer4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os20SystemInfoSerializer5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os20SystemInfoSerializerC1Ev at Base 2.3.70
+ _ZN4yarp2os20SystemInfoSerializerC2Ev at Base 2.3.70
+ _ZN4yarp2os20SystemInfoSerializerD0Ev at Base 2.3.70
+ _ZN4yarp2os20SystemInfoSerializerD1Ev at Base 2.3.70
+ _ZN4yarp2os20SystemInfoSerializerD2Ev at Base 2.3.70
+ _ZN4yarp2os21ResourceFinderOptionsC1ENS1_15SearchLocationsENS1_20DuplicateFilesPolicyENS1_12SearchFlavorERKNS0_11ConstStringENS1_13MessageFilterE at Base 2.3.70
+ _ZN4yarp2os21ResourceFinderOptionsC2ENS1_15SearchLocationsENS1_20DuplicateFilesPolicyENS1_12SearchFlavorERKNS0_11ConstStringENS1_13MessageFilterE at Base 2.3.70
+ _ZN4yarp2os3Log14print_callbackE at Base 2.3.70
+ _ZN4yarp2os3Log14setLogCallbackEPFvNS1_7LogTypeEPKcS4_jS4_E at Base 2.3.70
+ _ZN4yarp2os3Log16forward_callbackE at Base 2.3.70
+ _ZN4yarp2os3LogC1EPKcjS3_ at Base 2.3.70
+ _ZN4yarp2os3LogC1Ev at Base 2.3.70
+ _ZN4yarp2os3LogC2EPKcjS3_ at Base 2.3.70
+ _ZN4yarp2os3LogC2Ev at Base 2.3.70
+ _ZN4yarp2os3LogD0Ev at Base 2.3.70
+ _ZN4yarp2os3LogD1Ev at Base 2.3.70
+ _ZN4yarp2os3LogD2Ev at Base 2.3.70
+ _ZN4yarp2os3Run10executeCmdERNS0_6BottleES3_ at Base 2.3.70
+ _ZN4yarp2os3Run11CleanZombieEi at Base 2.3.70
+ _ZN4yarp2os3Run11mLoggerPortE at Base 2.3.70
+ _ZN4yarp2os3Run11mStresstestE at Base 2.3.70
+ _ZN4yarp2os3Run11pServerPortE at Base 2.3.70
+ _ZN4yarp2os3Run11writeToPipeEiNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os3Run12mStdioVectorE at Base 2.3.70
+ _ZN4yarp2os3Run12readFromPipeEiRPcRi at Base 2.3.70
+ _ZN4yarp2os3Run14mProcessVectorE at Base 2.3.70
+ _ZN4yarp2os3Run15cleanBeforeExecEv at Base 2.3.70
+ _ZN4yarp2os3Run16executeCmdStdoutERNS0_6BottleES3_RNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os3Run18executeCmdAndStdioERNS0_6BottleES3_ at Base 2.3.70
+ _ZN4yarp2os3Run18mBraveZombieHunterE at Base 2.3.70
+ _ZN4yarp2os3Run4HelpEPKc at Base 2.3.70
+ _ZN4yarp2os3Run4killERKNS0_11ConstStringES4_i at Base 2.3.70
+ _ZN4yarp2os3Run4mainEiPPc at Base 2.3.70
+ _ZN4yarp2os3Run5startERKNS0_11ConstStringERNS0_8PropertyERS2_ at Base 2.3.70
+ _ZN4yarp2os3Run6clientERNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os3Run6serverEv at Base 2.3.70
+ _ZN4yarp2os3Run7mLoggedE at Base 2.3.70
+ _ZN4yarp2os3Run7sendMsgERNS0_6BottleENS0_11ConstStringEid at Base 2.3.70
+ _ZN4yarp2os3Run7sigtermERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os3Run7sigtermERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os3Run8mProcCNTE at Base 2.3.70
+ _ZN4yarp2os3Run9isRunningERKNS0_11ConstStringERS2_ at Base 2.3.70
+ _ZN4yarp2os3Run9mPortNameE at Base 2.3.70
+ _ZN4yarp2os3Run9userStdioERNS0_6BottleES3_ at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10readBinaryERNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10readDoubleERd at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10readMapEndEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10readNestedERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10readNestedERNS1_12WirePortableE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10readSetEndEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10readStringERNS0_11ConstStringEPb at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader10scanStringERNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader11readListEndEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader12allowGetModeEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader12expectAcceptEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader12readMapBeginERNS1_9WireStateES4_Rj at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader12readSetBeginERNS1_9WireStateERj at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader13readListBeginERNS1_9WireStateERj at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader14readListHeaderEi at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader14readListHeaderEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader14readListReturnEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader4failEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader4readERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader4readERNS1_12WirePortableE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader5clearEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader6acceptEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader6noMoreEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader7isErrorEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader7isValidEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader7readI16ERs at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader7readI32ERi at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader7readI64ERl at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader7readTagEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader8readBoolERb at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader8readByteERa at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader8readEnumERiRNS1_9WireVocabE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader9getWriterEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireReader9readVocabERi at Base 2.3.70
+ _ZN4yarp2os3idl10WireReaderC1ERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReaderC2ERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os3idl10WireReaderD1Ev at Base 2.3.70
+ _ZN4yarp2os3idl10WireReaderD2Ev at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter10writeVocabEi at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter11writeBinaryERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter11writeDoubleEd at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter11writeMapEndEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter11writeNestedERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter11writeNestedERNS1_12WirePortableE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter11writeSetEndEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter11writeStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter12writeListEndEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter13writeMapBeginEiij at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter13writeSetBeginEij at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter14writeListBeginEij at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter15writeListHeaderEi at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter19writeOnewayResponseEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter5writeERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter5writeERNS1_12WirePortableE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter7isErrorEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter7isValidEv at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter8writeI16ERKs at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter8writeI32ERKi at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter8writeI64ERKl at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter8writeTagEPKcii at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter9writeBoolEb at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriter9writeByteERKa at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriterC1ERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriterC1ERNS1_10WireReaderE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriterC2ERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriterC2ERNS1_10WireReaderE at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriterD1Ev at Base 2.3.70
+ _ZN4yarp2os3idl10WireWriterD2Ev at Base 2.3.70
+ _ZN4yarp2os3idl12WirePortable4readERNS1_10WireReaderE at Base 2.3.70
+ _ZN4yarp2os3idl12WirePortable5writeERNS1_10WireWriterE at Base 2.3.70
+ _ZN4yarp2os3idl9WireStateC1Ev at Base 2.3.70
+ _ZN4yarp2os3idl9WireStateC2Ev at Base 2.3.70
+ _ZN4yarp2os4Name18getCarrierModifierEPKcPb at Base 2.3.70
+ _ZN4yarp2os4NameC1ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4NameC2ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4Node3addERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os4Node5queryERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os4Node5whereEv at Base 2.3.70
+ _ZN4yarp2os4Node6Helper3addERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os4Node6Helper4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4Node6Helper5queryERKNS0_11ConstStringES5_ at Base 2.3.70
+ _ZN4yarp2os4Node6Helper6removeERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os4Node6Helper6updateERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os4Node6Helper7prepareERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4Node6removeERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os4Node6updateERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os4Node7prepareERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4Node9interruptEv at Base 2.3.70
+ _ZN4yarp2os4NodeC1ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4NodeC1Ev at Base 2.3.70
+ _ZN4yarp2os4NodeC2ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4NodeC2Ev at Base 2.3.70
+ _ZN4yarp2os4NodeD0Ev at Base 2.3.70
+ _ZN4yarp2os4NodeD1Ev at Base 2.3.70
+ _ZN4yarp2os4NodeD2Ev at Base 2.3.70
+ _ZN4yarp2os4Port10setRpcModeEb at Base 2.3.70
+ _ZN4yarp2os4Port10setTimeoutEf at Base 2.3.70
+ _ZN4yarp2os4Port10sharedOpenERS1_ at Base 2.3.70
+ _ZN4yarp2os4Port11getEnvelopeERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4Port11promiseTypeERKNS0_4TypeE at Base 2.3.70
+ _ZN4yarp2os4Port11setEnvelopeERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os4Port11setReporterERNS0_10PortReportE at Base 2.3.70
+ _ZN4yarp2os4Port12getVerbosityEv at Base 2.3.70
+ _ZN4yarp2os4Port12lockCallbackEv at Base 2.3.70
+ _ZN4yarp2os4Port12replyAndDropERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os4Port12setAdminModeEb at Base 2.3.70
+ _ZN4yarp2os4Port12setInputModeEb at Base 2.3.70
+ _ZN4yarp2os4Port12setVerbosityEi at Base 2.3.70
+ _ZN4yarp2os4Port13getInputCountEv at Base 2.3.70
+ _ZN4yarp2os4Port13resetReporterEv at Base 2.3.70
+ _ZN4yarp2os4Port13setOutputModeEb at Base 2.3.70
+ _ZN4yarp2os4Port14getOutputCountEv at Base 2.3.70
+ _ZN4yarp2os4Port14setAdminReaderERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4Port14unlockCallbackEv at Base 2.3.70
+ _ZN4yarp2os4Port15setCallbackLockEPNS0_5MutexE at Base 2.3.70
+ _ZN4yarp2os4Port15tryLockCallbackEv at Base 2.3.70
+ _ZN4yarp2os4Port16setReaderCreatorERNS0_17PortReaderCreatorE at Base 2.3.70
+ _ZN4yarp2os4Port17acquirePropertiesEb at Base 2.3.70
+ _ZN4yarp2os4Port17includeNodeInNameEb at Base 2.3.70
+ _ZN4yarp2os4Port17releasePropertiesEPNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os4Port18removeCallbackLockEv at Base 2.3.70
+ _ZN4yarp2os4Port21enableBackgroundWriteEb at Base 2.3.70
+ _ZN4yarp2os4Port4openERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4Port4openERKNS0_7ContactEb at Base 2.3.70
+ _ZN4yarp2os4Port4openERKNS0_7ContactEbPKc at Base 2.3.70
+ _ZN4yarp2os4Port4readERNS0_10PortReaderEb at Base 2.3.70
+ _ZN4yarp2os4Port5closeEv at Base 2.3.70
+ _ZN4yarp2os4Port5replyERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os4Port6resumeEv at Base 2.3.70
+ _ZN4yarp2os4Port7getTypeEv at Base 2.3.70
+ _ZN4yarp2os4Port8openFakeERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4Port9addOutputERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4Port9addOutputERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os4Port9addOutputERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4Port9getReportERNS0_10PortReportE at Base 2.3.70
+ _ZN4yarp2os4Port9interruptEv at Base 2.3.70
+ _ZN4yarp2os4Port9isWritingEv at Base 2.3.70
+ _ZN4yarp2os4Port9setReaderERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4PortC1Ev at Base 2.3.70
+ _ZN4yarp2os4PortC2Ev at Base 2.3.70
+ _ZN4yarp2os4PortD0Ev at Base 2.3.70
+ _ZN4yarp2os4PortD1Ev at Base 2.3.70
+ _ZN4yarp2os4PortD2Ev at Base 2.3.70
+ _ZN4yarp2os4Time10turboBoostEv at Base 2.3.70
+ _ZN4yarp2os4Time13isSystemClockEv at Base 2.3.70
+ _ZN4yarp2os4Time14useCustomClockEPNS0_5ClockE at Base 2.3.70
+ _ZN4yarp2os4Time14useSystemClockEv at Base 2.3.70
+ _ZN4yarp2os4Time15useNetworkClockERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4Time3nowEv at Base 2.3.70
+ _ZN4yarp2os4Time5delayEd at Base 2.3.70
+ _ZN4yarp2os4Time5yieldEv at Base 2.3.70
+ _ZN4yarp2os4Time7isValidEv at Base 2.3.70
+ _ZN4yarp2os4Type11addPropertyEPKcRKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os4Type15writePropertiesEv at Base 2.3.70
+ _ZN4yarp2os4TypeC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os4TypeC1Ev at Base 2.3.70
+ _ZN4yarp2os4TypeC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os4TypeC2Ev at Base 2.3.70
+ _ZN4yarp2os4TypeD0Ev at Base 2.3.70
+ _ZN4yarp2os4TypeD1Ev at Base 2.3.70
+ _ZN4yarp2os4TypeD2Ev at Base 2.3.70
+ _ZN4yarp2os4TypeaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os4exitEi at Base 2.3.70
+ _ZN4yarp2os4forkEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl10fromBinaryEPKci at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl10isCompleteEPKc at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl10specializeEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl14onCommencementEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl17getSpecializationEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl3addEPNS1_8StorableE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl3popEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl4editEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl5clearEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl5isIntEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl5synchEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl6getIntEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl6isListEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl7addDictEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl7addListEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl7getListEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl7subCodeEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl7toBytesERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl8getBytesEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl8isDoubleEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl8isStringEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl8smartAddERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl8toStringEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9byteCountEv at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9copyRangeEPKS2_ii at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9fromBytesERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9fromBytesERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9getDoubleEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9getStringEi at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9setNestedEb at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImpl9storeNullE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImplC1EPNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImplC1Ev at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImplC2EPNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImplC2Ev at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImplD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImplD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl10BottleImplD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient10setContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient12registerNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient12registerNameERKNS0_11ConstStringERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient13updateAddressEv at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient14extractAddressERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient14extractAddressERKNS0_6BottleE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient14instanceClosedE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient14unregisterNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient4sendERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient4sendERNS0_6BottleES4_ at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient5mutexE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient5setupEv at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient8instanceE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient9getServerEv at Base 2.3.70
+ _ZN4yarp2os4impl10NameClient9queryNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameClientC1Ev at Base 2.3.70
+ _ZN4yarp2os4impl10NameClientC2Ev at Base 2.3.70
+ _ZN4yarp2os4impl10NameClientD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl10NameClientD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl10NameClientD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig10createPathERKNS0_11ConstStringEi at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig10getAddressEv at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig10readConfigERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig10setAddressERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig11getHostNameEbRKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig11isLocalNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig11writeConfigERKNS0_11ConstStringES5_ at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig12getNamespaceEb at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig12setNamespaceERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig13getNamespacesEb at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig13getSafeStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig14expandFilenameEPKc at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig14getIpsAsBottleEv at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig17getConfigFileNameEPKcS4_ at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig6getIpsEv at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig6toFileEb at Base 2.3.70
+ _ZN4yarp2os4impl10NameConfig8fromFileEPKc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer11cmdAnnounceEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer11cmdRegisterEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer11ncmdVersionEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer12registerNameERKNS0_11ConstStringERKNS0_7ContactES5_ at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer13cmdUnregisterEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer13getHostRecordERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer13getNameRecordERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer14unregisterNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer17cmdGarbageCollectEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer4mainEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer5applyERKNS0_11ConstStringERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer5applyERKNS0_6BottleERS3_RKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer5setupEv at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer6botifyERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer6cmdBotEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer6cmdGetEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer6cmdSetEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer7cmdHelpEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer7cmdListEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer7ncmdGetEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer7ncmdSetEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer7textifyERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer8cmdCheckEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer8cmdMatchEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer8cmdQueryEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer8cmdRouteEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer8ncmdListEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer9ncmdQueryEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer9queryNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10NameServer9terminateERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreInt6410fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreInt644codeE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreInt647readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreInt648writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreVocab10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreVocab16fromStringNestedERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreVocab4codeE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreVocab7readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl10StoreVocab8writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl10afterStartEb at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl10askToCloseEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl10setOptionsEi at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl10threadInitEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11beforeStartEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11changeCountEi at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11getPriorityEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11setPriorityEii at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11synchroPostEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11synchroWaitEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11threadCountE at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl11threadMutexE at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl13threadReleaseEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl14getKeyOfCallerEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl16defaultStackSizeE at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl19setDefaultStackSizeEi at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl3runEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl4finiEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl4initEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl4joinEd at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl5closeEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl5startEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl5yieldEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl6getKeyEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl6getTidEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl6notifyEb at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl8getCountEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl9getPolicyEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl9isClosingEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl9isRunningEv at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImpl9timeMutexE at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImplC1EPNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImplC1Ev at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImplC2EPNS0_8RunnableE at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImplC2Ev at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImplD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImplD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl10ThreadImplD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl11PortCommand4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl11PortCommand5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl11SplitString3getEi at Base 2.3.70
+ _ZN4yarp2os4impl11SplitString3getEv at Base 2.3.70
+ _ZN4yarp2os4impl11SplitString3setEiPKc at Base 2.3.70
+ _ZN4yarp2os4impl11SplitString4sizeEv at Base 2.3.70
+ _ZN4yarp2os4impl11SplitString5applyEPKcc at Base 2.3.70
+ _ZN4yarp2os4impl11SplitStringC1EPKcc at Base 2.3.70
+ _ZN4yarp2os4impl11SplitStringC1Ev at Base 2.3.70
+ _ZN4yarp2os4impl11SplitStringC2EPKcc at Base 2.3.70
+ _ZN4yarp2os4impl11SplitStringC2Ev at Base 2.3.70
+ _ZN4yarp2os4impl11StoreDouble10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreDouble4codeE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreDouble7readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreDouble8writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreString10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreString16fromStringNestedERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreString4codeE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreString7readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl11StoreString8writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream10getMonitorEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream11beginPacketEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream13removeMonitorEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream13restrictMcastEP20ACE_SOCK_Dgram_McastRKNS0_7ContactES7_b at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream16getTypeOfServiceEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream16setTypeOfServiceEi at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream22configureSystemBuffersEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream4isOkEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream4joinERKNS0_7ContactEbS5_ at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream4openERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream4openERKNS0_7ContactES5_ at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream4readERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream5flushEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream5resetEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream5writeERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream8allocateEii at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream9closeMainEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream9endPacketEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream9interruptEv at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStream9openMcastERKNS0_7ContactES5_ at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStreamD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStreamD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl17DgramTwoWayStreamD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl18FallbackNameClient10getAddressEv at Base 2.3.70
+ _ZN4yarp2os4impl18FallbackNameClient3runEv at Base 2.3.70
+ _ZN4yarp2os4impl18FallbackNameClient4seekEv at Base 2.3.70
+ _ZN4yarp2os4impl18FallbackNameClient5closeEv at Base 2.3.70
+ _ZN4yarp2os4impl18FallbackNameServer10getAddressEv at Base 2.3.70
+ _ZN4yarp2os4impl18FallbackNameServer3runEv at Base 2.3.70
+ _ZN4yarp2os4impl18FallbackNameServer5closeEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase10attachBaseERNS0_4PortE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase10setCreatorEPNS1_27PortReaderBufferBaseCreatorE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase10setReplierERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase11getEnvelopeERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase12getMaxBufferEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase13setAllowReuseEb at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase14setAutoReleaseEb at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase15setTargetPeriodEd at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase16acceptObjectBaseEPNS0_10PortReaderEPNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase16forgetObjectBaseEPNS0_10PortReaderEPNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase4initEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase5checkEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase5clearEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase6createEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase7acquireEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase7releaseEPNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase7releaseEPv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase8isClosedEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase8readBaseERbb at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase8setPruneEb at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBase9interruptEv at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBaseC1Ej at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBaseC2Ej at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBaseD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBaseD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl20PortReaderBufferBaseD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReader11flushWriterEv at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReader12readEnvelopeEv at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReader15convertTextModeEv at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReader22getConnectionModifiersEv at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReader9getWriterEv at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReaderD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReaderD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl22StreamConnectionReaderD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter15convertTextModeEv at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter20applyConvertTextModeEv at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter4pushERKNS0_5BytesEb at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter5writeERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter5writeERNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter7addPoolERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter7restartEv at Base 2.3.70
+ _ZN4yarp2os4impl24BufferedConnectionWriter8toStringEv at Base 2.3.70
+ _ZN4yarp2os4impl27PortReaderBufferBaseCreatorD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl27PortReaderBufferBaseCreatorD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl27PortReaderBufferBaseCreatorD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl6Logger3getEv at Base 2.3.70
+ _ZN4yarp2os4impl6Logger4exitEi at Base 2.3.70
+ _ZN4yarp2os4impl6Logger4finiEv at Base 2.3.70
+ _ZN4yarp2os4impl6Logger4rootE at Base 2.3.70
+ _ZN4yarp2os4impl6Logger4showEjRKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl6Logger6setPidEv at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFace15getLocalAddressEv at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFace4openERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFace4readEv at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFace5closeEv at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFace5writeERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFace9closeFaceEv at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFaceD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFaceD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl7TcpFaceD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMAC10authSourceEPNS0_11InputStreamEPNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMAC10check_hmacEPhS3_ at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMAC10fill_nonceEPh at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMAC12receive_hmacEPNS0_11InputStreamEPhS5_ at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMAC8authDestEPNS0_11InputStreamEPNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMAC9send_hmacEPNS0_12OutputStreamEPhS5_ at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMACC1Ev at Base 2.3.70
+ _ZN4yarp2os4impl8AuthHMACC2Ev at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore10adminBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore10cleanUnitsEb at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore10closeUnitsEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore10removeUnitERKNS0_5RouteEbPb at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore10reportUnitEPNS1_12PortCoreUnitEb at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore10sendHelperERNS0_10PortWriterEiPNS0_10PortReaderEPS3_ at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore11getEnvelopeERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore11getEnvelopeEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore11manualStartEPKc at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore11removeInputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore11setEnvelopeERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore11setEnvelopeERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore12removeOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore13getEventCountEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore13getInputCountEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore14getOutputCountEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore14setReadCreatorERNS0_17PortReaderCreatorE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore14setReadHandlerERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore16getTypeOfServiceEPNS1_12PortCoreUnitE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore16notifyCompletionEPv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore16setTypeOfServiceEPNS1_12PortCoreUnitEi at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore17acquirePropertiesEb at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore17attachPortMonitorERNS0_8PropertyEbRNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore17releasePropertiesEPNS0_8PropertyE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore17setReportCallbackEPNS0_10PortReportE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore18dettachPortMonitorEb at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore19getParamPortMonitorERNS0_8PropertyEbRNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore19resetReportCallbackEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore19setAdminReadHandlerERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore19setParamPortMonitorERNS0_8PropertyEbRNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore25setProcessSchedulingParamEii at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore3runEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore4sendERNS0_10PortWriterEPNS0_10PortReaderEPS3_ at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore5closeEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore5startEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore6getPidEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore6isUnitERKNS0_5RouteEi at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore6listenERKNS0_7ContactEb at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore6reportERKNS0_8PortInfoE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore6resumeEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore8addInputEPNS0_13InputProtocolE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore8describeEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore8describeERNS0_10PortReportE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore9addOutputEPNS0_14OutputProtocolE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore9addOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamEb at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore9closeMainEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore9interruptEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore9isWritingEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore9readBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8PortCore9reapUnitsEv at Base 2.3.70
+ _ZN4yarp2os4impl8PortCoreD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl8PortCoreD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl8PortCoreD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol10setCarrierERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol11closeHelperEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol11expectIndexEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol12expectHeaderEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol15getRecvDelegateEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol15getSendDelegateEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol15respondToHeaderEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol18getSenderSpecifierEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol23expectProtocolSpecifierEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol4openERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol4openERKNS0_5RouteE at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol5writeERNS0_11SizedWriterE at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol7sendAckEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol8setRouteERKNS0_5RouteE at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol9beginReadEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol9expectAckEv at Base 2.3.70
+ _ZN4yarp2os4impl8Protocol9interruptEv at Base 2.3.70
+ _ZN4yarp2os4impl8ProtocolC1EPNS0_12TwoWayStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8ProtocolC2EPNS0_12TwoWayStreamE at Base 2.3.70
+ _ZN4yarp2os4impl8Storable12createByCodeEi at Base 2.3.70
+ _ZN4yarp2os4impl8Storable4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl8Storable5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl8StorableD0Ev at Base 2.3.70
+ _ZN4yarp2os4impl8StorableD1Ev at Base 2.3.70
+ _ZN4yarp2os4impl8StorableD2Ev at Base 2.3.70
+ _ZN4yarp2os4impl8StoreInt10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8StoreInt4codeE at Base 2.3.70
+ _ZN4yarp2os4impl8StoreInt7readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl8StoreInt8writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest11runSubTestsEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest14checkEqualImplERKNS0_11ConstStringES5_PKcS7_S7_S7_i at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest14checkEqualImplEiiPKcS4_S4_S4_i at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest14heapMonitorEndEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest14heapMonitorOpsEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest14stopTestSystemEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest15saveEnvironmentEPKc at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest15startTestSystemEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest16heapMonitorBeginEb at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest17checkEqualishImplEddPKcS4_S4_S4_i at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest18restoreEnvironmentEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest20heapMonitorSupportedEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest3addERS2_ at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest3runEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest3runEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest5clearEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest5countEi at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest6reportEiRKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest7getRootEv at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest7theRootE at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTest8humanizeERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTestC1EPS2_ at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTestC1Ev at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTestC2EPS2_ at Base 2.3.70
+ _ZN4yarp2os4impl8UnitTestC2Ev at Base 2.3.70
+ _ZN4yarp2os4impl9Companion10cmdConnectEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion10cmdVersionEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion10disconnectEPKcS4_b at Base 2.3.70
+ _ZN4yarp2os4impl9Companion10readStringEPb at Base 2.3.70
+ _ZN4yarp2os4impl9Companion11cmdResourceEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion11sendMessageERKNS0_11ConstStringERNS0_10PortWriterERS3_b at Base 2.3.70
+ _ZN4yarp2os4impl9Companion11unsubscribeEPKcS4_ at Base 2.3.70
+ _ZN4yarp2os4impl9Companion12cmdDetectRosEb at Base 2.3.70
+ _ZN4yarp2os4impl9Companion12cmdNamespaceEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion12cmdReadWriteEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion12cmdRpcServerEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion12cmdTerminateEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion13cmdDisconnectEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion13cmdRegressionEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion15disconnectInputEPKcS4_b at Base 2.3.70
+ _ZN4yarp2os4impl9Companion3rpcEPKcS4_ at Base 2.3.70
+ _ZN4yarp2os4impl9Companion4mainEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion4pingEPKcb at Base 2.3.70
+ _ZN4yarp2os4impl9Companion4pollEPKcb at Base 2.3.70
+ _ZN4yarp2os4impl9Companion4readEPKcS4_b at Base 2.3.70
+ _ZN4yarp2os4impl9Companion4waitEPKcbS4_ at Base 2.3.70
+ _ZN4yarp2os4impl9Companion5writeEPKciPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion6cmdRpcEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion6cmdRunEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion6existsEPKcRKNS0_12ContactStyleE at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdConfEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdHelpEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdMakeEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdNameEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdPingEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdReadEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdRpc2EiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdTimeEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7cmdWaitEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7connectEPKcS4_b at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7forwardEPKcS4_ at Base 2.3.70
+ _ZN4yarp2os4impl9Companion7versionEv at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8cmdCheckEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8cmdCleanEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8cmdMergeEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8cmdTopicEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8cmdWhereEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8cmdWriteEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8dispatchEPKciPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion8instanceE at Base 2.3.70
+ _ZN4yarp2os4impl9Companion9applyArgsERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os4impl9Companion9cmdDetectEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion9cmdExistsEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion9cmdPluginEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion9cmdSampleEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion9cmdServerEiPPc at Base 2.3.70
+ _ZN4yarp2os4impl9Companion9subscribeEPKcS4_S4_ at Base 2.3.70
+ _ZN4yarp2os4impl9CompanionC1Ev at Base 2.3.70
+ _ZN4yarp2os4impl9CompanionC2Ev at Base 2.3.70
+ _ZN4yarp2os4impl9StoreBlob10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreBlob16fromStringNestedERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreBlob4codeE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreBlob7readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreBlob8writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreDict10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreDict16fromStringNestedERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreDict4codeE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreDict7readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreDict8writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreList10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreList16fromStringNestedERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreList4codeE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreList7readRawERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os4impl9StoreList8writeRawERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os4statEPKc at Base 2.3.70
+ _ZN4yarp2os5BytesC1EPcm at Base 2.3.70
+ _ZN4yarp2os5BytesC1Ev at Base 2.3.70
+ _ZN4yarp2os5BytesC2EPcm at Base 2.3.70
+ _ZN4yarp2os5BytesC2Ev at Base 2.3.70
+ _ZN4yarp2os5Event4waitEv at Base 2.3.70
+ _ZN4yarp2os5Event5resetEv at Base 2.3.70
+ _ZN4yarp2os5Event6signalEv at Base 2.3.70
+ _ZN4yarp2os5EventC1Eb at Base 2.3.70
+ _ZN4yarp2os5EventC2Eb at Base 2.3.70
+ _ZN4yarp2os5EventD0Ev at Base 2.3.70
+ _ZN4yarp2os5EventD1Ev at Base 2.3.70
+ _ZN4yarp2os5EventD2Ev at Base 2.3.70
+ _ZN4yarp2os5Mutex4lockEv at Base 2.3.70
+ _ZN4yarp2os5Mutex6unlockEv at Base 2.3.70
+ _ZN4yarp2os5Mutex7tryLockEv at Base 2.3.70
+ _ZN4yarp2os5MutexC1Ev at Base 2.3.70
+ _ZN4yarp2os5MutexC2Ev at Base 2.3.70
+ _ZN4yarp2os5MutexD1Ev at Base 2.3.70
+ _ZN4yarp2os5MutexD2Ev at Base 2.3.70
+ _ZN4yarp2os5Nodes13getActiveNameEv at Base 2.3.70
+ _ZN4yarp2os5Nodes13setActiveNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Nodes15addExternalNodeERKNS0_11ConstStringERNS0_4NodeE at Base 2.3.70
+ _ZN4yarp2os5Nodes17requireActiveNameEv at Base 2.3.70
+ _ZN4yarp2os5Nodes18removeExternalNodeERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Nodes3addERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os5Nodes5clearEv at Base 2.3.70
+ _ZN4yarp2os5Nodes5queryERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os5Nodes6Helper3addERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os5Nodes6Helper5queryERKNS0_11ConstStringES5_ at Base 2.3.70
+ _ZN4yarp2os5Nodes6Helper6removeERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os5Nodes6Helper6updateERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os5Nodes6Helper7getNodeERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os5Nodes6Helper7prepareERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Nodes6Helper9interruptEv at Base 2.3.70
+ _ZN4yarp2os5Nodes6enableEb at Base 2.3.70
+ _ZN4yarp2os5Nodes6getURIERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Nodes6removeERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os5Nodes6updateERNS0_11ContactableE at Base 2.3.70
+ _ZN4yarp2os5Nodes7prepareERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Nodes9getParentERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Nodes9interruptEv at Base 2.3.70
+ _ZN4yarp2os5NodesC1Ev at Base 2.3.70
+ _ZN4yarp2os5NodesC2Ev at Base 2.3.70
+ _ZN4yarp2os5NodesD0Ev at Base 2.3.70
+ _ZN4yarp2os5NodesD1Ev at Base 2.3.70
+ _ZN4yarp2os5NodesD2Ev at Base 2.3.70
+ _ZN4yarp2os5Route11setFromNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Route12setToContactERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os5Route14setCarrierNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Route9setToNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Route9swapNamesEv at Base 2.3.70
+ _ZN4yarp2os5RouteC1ERKNS0_11ConstStringES4_S4_ at Base 2.3.70
+ _ZN4yarp2os5RouteC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os5RouteC1Ev at Base 2.3.70
+ _ZN4yarp2os5RouteC2ERKNS0_11ConstStringES4_S4_ at Base 2.3.70
+ _ZN4yarp2os5RouteC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os5RouteC2Ev at Base 2.3.70
+ _ZN4yarp2os5RouteD0Ev at Base 2.3.70
+ _ZN4yarp2os5RouteD1Ev at Base 2.3.70
+ _ZN4yarp2os5RouteD2Ev at Base 2.3.70
+ _ZN4yarp2os5RouteaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os5Stamp11getMaxCountEv at Base 2.3.70
+ _ZN4yarp2os5Stamp4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os5Stamp5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os5Stamp6updateEd at Base 2.3.70
+ _ZN4yarp2os5Stamp6updateEv at Base 2.3.70
+ _ZN4yarp2os5Stamp7getTimeEv at Base 2.3.70
+ _ZN4yarp2os5Stamp7isValidEv at Base 2.3.70
+ _ZN4yarp2os5Stamp8getCountEv at Base 2.3.70
+ _ZN4yarp2os5StampC1Eid at Base 2.3.70
+ _ZN4yarp2os5StampC1Ev at Base 2.3.70
+ _ZN4yarp2os5StampC2Eid at Base 2.3.70
+ _ZN4yarp2os5StampC2Ev at Base 2.3.70
+ _ZN4yarp2os5Value10fromStringEPKc at Base 2.3.70
+ _ZN4yarp2os5Value10makeDoubleEd at Base 2.3.70
+ _ZN4yarp2os5Value10makeStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Value12getNullValueEv at Base 2.3.70
+ _ZN4yarp2os5Value4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os5Value5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os5Value7makeIntEi at Base 2.3.70
+ _ZN4yarp2os5Value8makeBlobEPvi at Base 2.3.70
+ _ZN4yarp2os5Value8makeListEPKc at Base 2.3.70
+ _ZN4yarp2os5Value8makeListEv at Base 2.3.70
+ _ZN4yarp2os5Value8setProxyEPNS0_4impl8StorableE at Base 2.3.70
+ _ZN4yarp2os5Value9makeValueERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Value9makeVocabERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5Value9makeVocabEi at Base 2.3.70
+ _ZN4yarp2os5ValueC1EPvi at Base 2.3.70
+ _ZN4yarp2os5ValueC1ERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os5ValueC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os5ValueC1Ed at Base 2.3.70
+ _ZN4yarp2os5ValueC1Eib at Base 2.3.70
+ _ZN4yarp2os5ValueC1Ev at Base 2.3.70
+ _ZN4yarp2os5ValueC2EPvi at Base 2.3.70
+ _ZN4yarp2os5ValueC2ERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os5ValueC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os5ValueC2Ed at Base 2.3.70
+ _ZN4yarp2os5ValueC2Eib at Base 2.3.70
+ _ZN4yarp2os5ValueC2Ev at Base 2.3.70
+ _ZN4yarp2os5ValueD0Ev at Base 2.3.70
+ _ZN4yarp2os5ValueD1Ev at Base 2.3.70
+ _ZN4yarp2os5ValueD2Ev at Base 2.3.70
+ _ZN4yarp2os5ValueaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os5Vocab6decodeEi at Base 2.3.70
+ _ZN4yarp2os5Vocab6encodeERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os5abortEb at Base 2.3.70
+ _ZN4yarp2os5mkdirEPKc at Base 2.3.70
+ _ZN4yarp2os5rmdirEPKc at Base 2.3.70
+ _ZN4yarp2os6Bottle10fromBinaryEPKci at Base 2.3.70
+ _ZN4yarp2os6Bottle10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os6Bottle10hasChangedEv at Base 2.3.70
+ _ZN4yarp2os6Bottle11setReadOnlyEb at Base 2.3.70
+ _ZN4yarp2os6Bottle13getNullBottleEv at Base 2.3.70
+ _ZN4yarp2os6Bottle14onCommencementEv at Base 2.3.70
+ _ZN4yarp2os6Bottle17getSpecializationEv at Base 2.3.70
+ _ZN4yarp2os6Bottle18describeBottleCodeEi at Base 2.3.70
+ _ZN4yarp2os6Bottle3addEPKc at Base 2.3.70
+ _ZN4yarp2os6Bottle3addEPNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os6Bottle3addERKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os6Bottle3popEv at Base 2.3.70
+ _ZN4yarp2os6Bottle4copyERKS1_ii at Base 2.3.70
+ _ZN4yarp2os6Bottle4finiEv at Base 2.3.70
+ _ZN4yarp2os6Bottle4readERNS0_10PortWriterEb at Base 2.3.70
+ _ZN4yarp2os6Bottle4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os6Bottle5clearEv at Base 2.3.70
+ _ZN4yarp2os6Bottle5writeERNS0_10PortReaderEb at Base 2.3.70
+ _ZN4yarp2os6Bottle5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os6Bottle6addIntEi at Base 2.3.70
+ _ZN4yarp2os6Bottle6appendERKS1_ at Base 2.3.70
+ _ZN4yarp2os6Bottle7addDictEv at Base 2.3.70
+ _ZN4yarp2os6Bottle7addListEv at Base 2.3.70
+ _ZN4yarp2os6Bottle8addInt64ERKl at Base 2.3.70
+ _ZN4yarp2os6Bottle8addVocabEi at Base 2.3.70
+ _ZN4yarp2os6Bottle8toBinaryEPm at Base 2.3.70
+ _ZN4yarp2os6Bottle8toStringEi at Base 2.3.70
+ _ZN4yarp2os6Bottle9addDoubleEd at Base 2.3.70
+ _ZN4yarp2os6Bottle9addStringEPKc at Base 2.3.70
+ _ZN4yarp2os6Bottle9addStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os6BottleC1ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os6BottleC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os6BottleC1Ev at Base 2.3.70
+ _ZN4yarp2os6BottleC2ERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os6BottleC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os6BottleC2Ev at Base 2.3.70
+ _ZN4yarp2os6BottleD0Ev at Base 2.3.70
+ _ZN4yarp2os6BottleD1Ev at Base 2.3.70
+ _ZN4yarp2os6BottleD2Ev at Base 2.3.70
+ _ZN4yarp2os6BottleaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os6BottleeqERKS1_ at Base 2.3.70
+ _ZN4yarp2os6BottleneERKS1_ at Base 2.3.70
+ _ZN4yarp2os6Module10isStoppingEv at Base 2.3.70
+ _ZN4yarp2os6Module11safeRespondERKNS0_6BottleERS2_ at Base 2.3.70
+ _ZN4yarp2os6Module12basicRespondERKNS0_6BottleERS2_ at Base 2.3.70
+ _ZN4yarp2os6Module12updateModuleEv at Base 2.3.70
+ _ZN4yarp2os6Module14attachTerminalEv at Base 2.3.70
+ _ZN4yarp2os6Module15interruptModuleEv at Base 2.3.70
+ _ZN4yarp2os6Module15openFromCommandEiPPcb at Base 2.3.70
+ _ZN4yarp2os6Module6attachERNS0_11TypedReaderINS0_6BottleEEEb at Base 2.3.70
+ _ZN4yarp2os6Module6attachERNS0_4PortE at Base 2.3.70
+ _ZN4yarp2os6Module7getNameEPKc at Base 2.3.70
+ _ZN4yarp2os6Module7respondERKNS0_6BottleERS2_ at Base 2.3.70
+ _ZN4yarp2os6Module7setNameEPKc at Base 2.3.70
+ _ZN4yarp2os6Module9getPeriodEv at Base 2.3.70
+ _ZN4yarp2os6Module9runModuleEiPPcb at Base 2.3.70
+ _ZN4yarp2os6Module9runModuleEv at Base 2.3.70
+ _ZN4yarp2os6ModuleC1Ev at Base 2.3.70
+ _ZN4yarp2os6ModuleC2Ev at Base 2.3.70
+ _ZN4yarp2os6ModuleD0Ev at Base 2.3.70
+ _ZN4yarp2os6ModuleD1Ev at Base 2.3.70
+ _ZN4yarp2os6ModuleD2Ev at Base 2.3.70
+ _ZN4yarp2os6Random4seedEi at Base 2.3.70
+ _ZN4yarp2os6Random6normalEdd at Base 2.3.70
+ _ZN4yarp2os6Random6normalEv at Base 2.3.70
+ _ZN4yarp2os6Random7uniformEii at Base 2.3.70
+ _ZN4yarp2os6Random7uniformEv at Base 2.3.70
+ _ZN4yarp2os6ThingsC1Ev at Base 2.3.70
+ _ZN4yarp2os6ThingsC2Ev at Base 2.3.70
+ _ZN4yarp2os6ThingsD0Ev at Base 2.3.70
+ _ZN4yarp2os6ThingsD1Ev at Base 2.3.70
+ _ZN4yarp2os6ThingsD2Ev at Base 2.3.70
+ _ZN4yarp2os6Thread10afterStartEb at Base 2.3.70
+ _ZN4yarp2os6Thread10isStoppingEv at Base 2.3.70
+ _ZN4yarp2os6Thread10setOptionsEi at Base 2.3.70
+ _ZN4yarp2os6Thread11beforeStartEv at Base 2.3.70
+ _ZN4yarp2os6Thread11getPriorityEv at Base 2.3.70
+ _ZN4yarp2os6Thread11setPriorityEii at Base 2.3.70
+ _ZN4yarp2os6Thread14getKeyOfCallerEv at Base 2.3.70
+ _ZN4yarp2os6Thread19setDefaultStackSizeEi at Base 2.3.70
+ _ZN4yarp2os6Thread4joinEd at Base 2.3.70
+ _ZN4yarp2os6Thread4stopEv at Base 2.3.70
+ _ZN4yarp2os6Thread5startEv at Base 2.3.70
+ _ZN4yarp2os6Thread5yieldEv at Base 2.3.70
+ _ZN4yarp2os6Thread6getKeyEv at Base 2.3.70
+ _ZN4yarp2os6Thread6onStopEv at Base 2.3.70
+ _ZN4yarp2os6Thread8getCountEv at Base 2.3.70
+ _ZN4yarp2os6Thread9getPolicyEv at Base 2.3.70
+ _ZN4yarp2os6Thread9isRunningEv at Base 2.3.70
+ _ZN4yarp2os6ThreadC1Ev at Base 2.3.70
+ _ZN4yarp2os6ThreadC2Ev at Base 2.3.70
+ _ZN4yarp2os6ThreadD0Ev at Base 2.3.70
+ _ZN4yarp2os6ThreadD1Ev at Base 2.3.70
+ _ZN4yarp2os6ThreadD2Ev at Base 2.3.70
+ _ZN4yarp2os6getcwdEPcm at Base 2.3.70
+ _ZN4yarp2os6getenvEPKc at Base 2.3.70
+ _ZN4yarp2os6getpidEv at Base 2.3.70
+ _ZN4yarp2os6renameEPKcS2_ at Base 2.3.70
+ _ZN4yarp2os6signalEiPFviE at Base 2.3.70
+ _ZN4yarp2os7Carrier5replyERNS0_15ConnectionStateERNS0_11SizedWriterE at Base 2.3.70
+ _ZN4yarp2os7Contact10fromConfigERKNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os7Contact10fromStringERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os7Contact10setCarrierERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os7Contact10setTimeoutEf at Base 2.3.70
+ _ZN4yarp2os7Contact15convertHostToIpEPKc at Base 2.3.70
+ _ZN4yarp2os7Contact16setNestedContactERKNS0_13NestedContactE at Base 2.3.70
+ _ZN4yarp2os7Contact5emptyEv at Base 2.3.70
+ _ZN4yarp2os7Contact6byNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os7Contact7invalidEv at Base 2.3.70
+ _ZN4yarp2os7Contact7setHostERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os7Contact7setNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os7Contact7setPortEi at Base 2.3.70
+ _ZN4yarp2os7Contact8byConfigERNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os7Contact8bySocketERKNS0_11ConstStringES4_i at Base 2.3.70
+ _ZN4yarp2os7Contact9byCarrierERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os7Contact9setSocketERKNS0_11ConstStringES4_i at Base 2.3.70
+ _ZN4yarp2os7ContactC1ERKNS0_11ConstStringES4_S4_i at Base 2.3.70
+ _ZN4yarp2os7ContactC1ERKNS0_11ConstStringES4_i at Base 2.3.70
+ _ZN4yarp2os7ContactC1ERKNS0_11ConstStringEi at Base 2.3.70
+ _ZN4yarp2os7ContactC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os7ContactC2ERKNS0_11ConstStringES4_S4_i at Base 2.3.70
+ _ZN4yarp2os7ContactC2ERKNS0_11ConstStringES4_i at Base 2.3.70
+ _ZN4yarp2os7ContactC2ERKNS0_11ConstStringEi at Base 2.3.70
+ _ZN4yarp2os7ContactC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os7ContactD0Ev at Base 2.3.70
+ _ZN4yarp2os7ContactD1Ev at Base 2.3.70
+ _ZN4yarp2os7ContactD2Ev at Base 2.3.70
+ _ZN4yarp2os7ContactaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os7IConfig4openERNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os7IConfig5closeEv at Base 2.3.70
+ _ZN4yarp2os7IConfig9configureERNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os7IConfigD0Ev at Base 2.3.70
+ _ZN4yarp2os7IConfigD1Ev at Base 2.3.70
+ _ZN4yarp2os7IConfigD2Ev at Base 2.3.70
+ _ZN4yarp2os7NetType11toHexStringEi at Base 2.3.70
+ _ZN4yarp2os7NetType5toIntERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os7NetType6getCrcEPcm at Base 2.3.70
+ _ZN4yarp2os7NetType6netIntERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os7NetType6netIntEiRKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os7NetType8toStringEi at Base 2.3.70
+ _ZN4yarp2os7NetType8toStringEj at Base 2.3.70
+ _ZN4yarp2os7NetType8toStringEl at Base 2.3.70
+ _ZN4yarp2os7StampedD0Ev at Base 2.3.70
+ _ZN4yarp2os7StampedD1Ev at Base 2.3.70
+ _ZN4yarp2os7StampedD2Ev at Base 2.3.70
+ _ZN4yarp2os7mkdir_pEPKci at Base 2.3.70
+ _ZN4yarp2os8Carriers11getInstanceEv at Base 2.3.70
+ _ZN4yarp2os8Carriers12listCarriersEv at Base 2.3.70
+ _ZN4yarp2os8Carriers13chooseCarrierERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os8Carriers13chooseCarrierERKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os8Carriers14removeInstanceEv at Base 2.3.70
+ _ZN4yarp2os8Carriers18getCarrierTemplateERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os8Carriers19addCarrierPrototypeEPNS0_7CarrierE at Base 2.3.70
+ _ZN4yarp2os8Carriers5clearEv at Base 2.3.70
+ _ZN4yarp2os8Carriers6listenERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os8Carriers7Private12matchCarrierEPKNS0_5BytesERNS0_6BottleE at Base 2.3.70
+ _ZN4yarp2os8Carriers7Private13chooseCarrierEPKNS0_11ConstStringEPKNS0_5BytesEbb at Base 2.3.70
+ _ZN4yarp2os8Carriers7Private14scanForCarrierEPKNS0_5BytesE at Base 2.3.70
+ _ZN4yarp2os8Carriers7Private15checkForCarrierEPKNS0_5BytesERNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os8Carriers7Private22yarp_carriers_instanceE at Base 2.3.70
+ _ZN4yarp2os8Carriers7Private5mutexE at Base 2.3.70
+ _ZN4yarp2os8Carriers7Private6selectERNS0_10SearchableE at Base 2.3.70
+ _ZN4yarp2os8Carriers7connectERKNS0_7ContactE at Base 2.3.70
+ _ZN4yarp2os8CarriersC1Ev at Base 2.3.70
+ _ZN4yarp2os8CarriersC2Ev at Base 2.3.70
+ _ZN4yarp2os8CarriersD0Ev at Base 2.3.70
+ _ZN4yarp2os8CarriersD1Ev at Base 2.3.70
+ _ZN4yarp2os8CarriersD2Ev at Base 2.3.70
+ _ZN4yarp2os8PortInfoC1Ev at Base 2.3.70
+ _ZN4yarp2os8PortInfoC2Ev at Base 2.3.70
+ _ZN4yarp2os8Portable12copyPortableERNS0_10PortWriterERNS0_10PortReaderE at Base 2.3.70
+ _ZN4yarp2os8Property10fromConfigEPKcRNS0_10SearchableEb at Base 2.3.70
+ _ZN4yarp2os8Property10fromConfigEPKcb at Base 2.3.70
+ _ZN4yarp2os8Property10fromStringERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os8Property11fromCommandEiPPKcbb at Base 2.3.70
+ _ZN4yarp2os8Property11fromCommandEiPPcbb at Base 2.3.70
+ _ZN4yarp2os8Property13fromArgumentsEPKcb at Base 2.3.70
+ _ZN4yarp2os8Property13fromConfigDirERKNS0_11ConstStringES4_b at Base 2.3.70
+ _ZN4yarp2os8Property14fromConfigFileERKNS0_11ConstStringERNS0_10SearchableEb at Base 2.3.70
+ _ZN4yarp2os8Property14fromConfigFileERKNS0_11ConstStringEb at Base 2.3.70
+ _ZN4yarp2os8Property3putERKNS0_11ConstStringEPNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os8Property3putERKNS0_11ConstStringERKNS0_5ValueE at Base 2.3.70
+ _ZN4yarp2os8Property3putERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZN4yarp2os8Property3putERKNS0_11ConstStringEd at Base 2.3.70
+ _ZN4yarp2os8Property3putERKNS0_11ConstStringEi at Base 2.3.70
+ _ZN4yarp2os8Property4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp2os8Property5clearEv at Base 2.3.70
+ _ZN4yarp2os8Property5unputERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os8Property5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp2os8Property6summonEv at Base 2.3.70
+ _ZN4yarp2os8Property8addGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os8Property9fromQueryEPKcb at Base 2.3.70
+ _ZN4yarp2os8PropertyC1EPKc at Base 2.3.70
+ _ZN4yarp2os8PropertyC1ERKS1_ at Base 2.3.70
+ _ZN4yarp2os8PropertyC1Ei at Base 2.3.70
+ _ZN4yarp2os8PropertyC2EPKc at Base 2.3.70
+ _ZN4yarp2os8PropertyC2ERKS1_ at Base 2.3.70
+ _ZN4yarp2os8PropertyC2Ei at Base 2.3.70
+ _ZN4yarp2os8PropertyD0Ev at Base 2.3.70
+ _ZN4yarp2os8PropertyD1Ev at Base 2.3.70
+ _ZN4yarp2os8PropertyD2Ev at Base 2.3.70
+ _ZN4yarp2os8PropertyaSERKS1_ at Base 2.3.70
+ _ZN4yarp2os8QosStyle14getDSCPByVocabEi at Base 2.3.70
+ _ZN4yarp2os8QosStyle15getLevelByVocabEi at Base 2.3.70
+ _ZN4yarp2os8QosStyle17setPacketPriorityERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os8QosStyle23setPacketPriorityByDscpENS1_18PacketPriorityDSCPE at Base 2.3.70
+ _ZN4yarp2os8QosStyle24setPacketPriorityByLevelENS1_19PacketPriorityLevelE at Base 2.3.70
+ _ZN4yarp2os8QosStyleC1Ev at Base 2.3.70
+ _ZN4yarp2os8QosStyleC2Ev at Base 2.3.70
+ _ZN4yarp2os8RFModule10isStoppingEv at Base 2.3.70
+ _ZN4yarp2os8RFModule10joinModuleEd at Base 2.3.70
+ _ZN4yarp2os8RFModule10stopModuleEb at Base 2.3.70
+ _ZN4yarp2os8RFModule11safeRespondERKNS0_6BottleERS2_ at Base 2.3.70
+ _ZN4yarp2os8RFModule12basicRespondERKNS0_6BottleERS2_ at Base 2.3.70
+ _ZN4yarp2os8RFModule14attachTerminalEv at Base 2.3.70
+ _ZN4yarp2os8RFModule14detachTerminalEv at Base 2.3.70
+ _ZN4yarp2os8RFModule15interruptModuleEv at Base 2.3.70
+ _ZN4yarp2os8RFModule17runModuleThreadedERNS0_14ResourceFinderE at Base 2.3.70
+ _ZN4yarp2os8RFModule17runModuleThreadedEv at Base 2.3.70
+ _ZN4yarp2os8RFModule5closeEv at Base 2.3.70
+ _ZN4yarp2os8RFModule6attachERNS0_4PortE at Base 2.3.70
+ _ZN4yarp2os8RFModule6attachERNS0_9RpcServerE at Base 2.3.70
+ _ZN4yarp2os8RFModule7getNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZN4yarp2os8RFModule7respondERKNS0_6BottleERS2_ at Base 2.3.70
+ _ZN4yarp2os8RFModule7setNameEPKc at Base 2.3.70
+ _ZN4yarp2os8RFModule9configureERNS0_14ResourceFinderE at Base 2.3.70
+ _ZN4yarp2os8RFModule9getPeriodEv at Base 2.3.70
+ _ZN4yarp2os8RFModule9runModuleERNS0_14ResourceFinderE at Base 2.3.70
+ _ZN4yarp2os8RFModule9runModuleEv at Base 2.3.70
+ _ZN4yarp2os8RFModuleC1Ev at Base 2.3.70
+ _ZN4yarp2os8RFModuleC2Ev at Base 2.3.70
+ _ZN4yarp2os8RFModuleD0Ev at Base 2.3.70
+ _ZN4yarp2os8RFModuleD1Ev at Base 2.3.70
+ _ZN4yarp2os8RFModuleD2Ev at Base 2.3.70
+ _ZN4yarp2os8Runnable10afterStartEb at Base 2.3.70
+ _ZN4yarp2os8Runnable10threadInitEv at Base 2.3.70
+ _ZN4yarp2os8Runnable11beforeStartEv at Base 2.3.70
+ _ZN4yarp2os8Runnable13threadReleaseEv at Base 2.3.70
+ _ZN4yarp2os8Runnable3runEv at Base 2.3.70
+ _ZN4yarp2os8Runnable5closeEv at Base 2.3.70
+ _ZN4yarp2os8RunnableD0Ev at Base 2.3.70
+ _ZN4yarp2os8RunnableD1Ev at Base 2.3.70
+ _ZN4yarp2os8RunnableD2Ev at Base 2.3.70
+ _ZN4yarp2os8Terminee3runEv at Base 2.3.70
+ _ZN4yarp2os8Terminee6onStopEv at Base 2.3.70
+ _ZN4yarp2os8TermineeC1EPKc at Base 2.3.70
+ _ZN4yarp2os8TermineeC2EPKc at Base 2.3.70
+ _ZN4yarp2os8TermineeD0Ev at Base 2.3.70
+ _ZN4yarp2os8TermineeD1Ev at Base 2.3.70
+ _ZN4yarp2os8TermineeD2Ev at Base 2.3.70
+ _ZN4yarp2os9NameSpace12checkNetworkEd at Base 2.3.70
+ _ZN4yarp2os9NameSpace12checkNetworkEv at Base 2.3.70
+ _ZN4yarp2os9NameSpaceD0Ev at Base 2.3.70
+ _ZN4yarp2os9NameSpaceD1Ev at Base 2.3.70
+ _ZN4yarp2os9NameSpaceD2Ev at Base 2.3.70
+ _ZN4yarp2os9NameStoreD0Ev at Base 2.3.70
+ _ZN4yarp2os9NameStoreD1Ev at Base 2.3.70
+ _ZN4yarp2os9NameStoreD2Ev at Base 2.3.70
+ _ZN4yarp2os9RpcClient10setRpcModeEb at Base 2.3.70
+ _ZN4yarp2os9RpcClient12replyAndDropERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os9RpcClient12setInputModeEb at Base 2.3.70
+ _ZN4yarp2os9RpcClient13setOutputModeEb at Base 2.3.70
+ _ZN4yarp2os9RpcClient4readERNS0_10PortReaderEb at Base 2.3.70
+ _ZN4yarp2os9RpcClient5replyERNS0_10PortWriterE at Base 2.3.70
+ _ZN4yarp2os9RpcClientC1Ev at Base 2.3.70
+ _ZN4yarp2os9RpcClientC2Ev at Base 2.3.70
+ _ZN4yarp2os9RpcClientD0Ev at Base 2.3.70
+ _ZN4yarp2os9RpcClientD1Ev at Base 2.3.70
+ _ZN4yarp2os9RpcClientD2Ev at Base 2.3.70
+ _ZN4yarp2os9RpcServer10setRpcModeEb at Base 2.3.70
+ _ZN4yarp2os9RpcServer12setInputModeEb at Base 2.3.70
+ _ZN4yarp2os9RpcServer13setOutputModeEb at Base 2.3.70
+ _ZN4yarp2os9RpcServer4readERNS0_10PortReaderEb at Base 2.3.70
+ _ZN4yarp2os9RpcServerC1Ev at Base 2.3.70
+ _ZN4yarp2os9RpcServerC2Ev at Base 2.3.70
+ _ZN4yarp2os9RpcServerD0Ev at Base 2.3.70
+ _ZN4yarp2os9RpcServerD1Ev at Base 2.3.70
+ _ZN4yarp2os9RpcServerD2Ev at Base 2.3.70
+ _ZN4yarp2os9Semaphore15waitWithTimeoutEd at Base 2.3.70
+ _ZN4yarp2os9Semaphore4postEv at Base 2.3.70
+ _ZN4yarp2os9Semaphore4waitEv at Base 2.3.70
+ _ZN4yarp2os9Semaphore5checkEv at Base 2.3.70
+ _ZN4yarp2os9SemaphoreC1Ej at Base 2.3.70
+ _ZN4yarp2os9SemaphoreC2Ej at Base 2.3.70
+ _ZN4yarp2os9SemaphoreD0Ev at Base 2.3.70
+ _ZN4yarp2os9SemaphoreD1Ev at Base 2.3.70
+ _ZN4yarp2os9SemaphoreD2Ev at Base 2.3.70
+ _ZN6ACE_OS8hostnameEPcm at Base 2.3.70
+ _ZNK10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE4dumpEv at Base 2.3.70
+ _ZNK10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE4sizeEv at Base 2.3.70
+ _ZNK10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EE8capacityEv at Base 2.3.70
+ _ZNK10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EEeqERKS5_ at Base 2.3.70
+ _ZNK10ACE_VectorIPN4yarp2os4impl8UnitTestELm32EEneERKS5_ at Base 2.3.70
+ _ZNK4yarp2os10Searchable10getMonitorEv at Base 2.3.70
+ _ZNK4yarp2os10Searchable15reportToMonitorERKNS0_12SearchReportE at Base 2.3.70
+ _ZNK4yarp2os10Searchable17getMonitorContextEv at Base 2.3.70
+ _ZNK4yarp2os10Searchable5checkERKNS0_11ConstStringERKNS0_5ValueES4_ at Base 2.3.70
+ _ZNK4yarp2os10Searchable5checkERKNS0_11ConstStringERPNS0_5ValueES4_ at Base 2.3.70
+ _ZNK4yarp2os10Searchable5checkERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZNK4yarp2os10Searchable6isNullEv at Base 2.3.70
+ _ZNK4yarp2os10Searchable9findGroupERKNS0_11ConstStringES4_ at Base 2.3.70
+ _ZNK4yarp2os11ConstString4hashEv at Base 2.3.70
+ _ZNK4yarp2os11Contactable7getNameEv at Base 2.3.70
+ _ZNK4yarp2os12ManagedBytes3getEv at Base 2.3.70
+ _ZNK4yarp2os12ManagedBytes4usedEv at Base 2.3.70
+ _ZNK4yarp2os12ManagedBytes6lengthEv at Base 2.3.70
+ _ZNK4yarp2os12NetworkClock7isValidEv at Base 2.3.70
+ _ZNK4yarp2os12RosNameSpace17usesCentralServerEv at Base 2.3.70
+ _ZNK4yarp2os12RosNameSpace20getNameServerContactEv at Base 2.3.70
+ _ZNK4yarp2os12RosNameSpace26serverAllocatesPortNumbersEv at Base 2.3.70
+ _ZNK4yarp2os12RosNameSpace28connectionHasNameOfEndpointsEv at Base 2.3.70
+ _ZNK4yarp2os12RosNameSpace9localOnlyEv at Base 2.3.70
+ _ZNK4yarp2os13SharedLibrary7isValidEv at Base 2.3.70
+ _ZNK4yarp2os14MultiNameSpace17usesCentralServerEv at Base 2.3.70
+ _ZNK4yarp2os14MultiNameSpace20getNameServerContactEv at Base 2.3.70
+ _ZNK4yarp2os14MultiNameSpace26serverAllocatesPortNumbersEv at Base 2.3.70
+ _ZNK4yarp2os14MultiNameSpace28connectionHasNameOfEndpointsEv at Base 2.3.70
+ _ZNK4yarp2os14MultiNameSpace9localOnlyEv at Base 2.3.70
+ _ZNK4yarp2os14ResourceFinder4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os14ResourceFinder5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os14ResourceFinder6isNullEv at Base 2.3.70
+ _ZNK4yarp2os14ResourceFinder8toStringEv at Base 2.3.70
+ _ZNK4yarp2os14ResourceFinder9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os16ConnectionWriter6isNullEv at Base 2.3.70
+ _ZNK4yarp2os17RateThreadWrapper13getAttachmentEv at Base 2.3.70
+ _ZNK4yarp2os18YarpPluginSettings12reportStatusERNS0_20SharedLibraryFactoryE at Base 2.3.70
+ _ZNK4yarp2os18YarpPluginSettings13reportFailureEv at Base 2.3.70
+ _ZNK4yarp2os20NullConnectionWriter6isNullEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory12getClassNameEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory16getBaseClassNameEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory17getReferenceCountEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory6getApiEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory7getNameEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory7isValidEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory8getErrorEv at Base 2.3.70
+ _ZNK4yarp2os20SharedLibraryFactory9getStatusEv at Base 2.3.70
+ _ZNK4yarp2os3Log4infoEPKcz at Base 2.3.70
+ _ZNK4yarp2os3Log4infoEv at Base 2.3.70
+ _ZNK4yarp2os3Log5debugEPKcz at Base 2.3.70
+ _ZNK4yarp2os3Log5debugEv at Base 2.3.70
+ _ZNK4yarp2os3Log5errorEPKcz at Base 2.3.70
+ _ZNK4yarp2os3Log5errorEv at Base 2.3.70
+ _ZNK4yarp2os3Log5fatalEPKcz at Base 2.3.70
+ _ZNK4yarp2os3Log5fatalEv at Base 2.3.70
+ _ZNK4yarp2os3Log5traceEPKcz at Base 2.3.70
+ _ZNK4yarp2os3Log5traceEv at Base 2.3.70
+ _ZNK4yarp2os3Log7warningEPKcz at Base 2.3.70
+ _ZNK4yarp2os3Log7warningEv at Base 2.3.70
+ _ZNK4yarp2os3idl10WireReader10getIsVocabEv at Base 2.3.70
+ _ZNK4yarp2os3idl10WireReader7getModeEv at Base 2.3.70
+ _ZNK4yarp2os3idl10WireReader9getStringEv at Base 2.3.70
+ _ZNK4yarp2os3idl10WireWriter6isNullEv at Base 2.3.70
+ _ZNK4yarp2os3idl9WireState7isValidEv at Base 2.3.70
+ _ZNK4yarp2os4Name8isRootedEv at Base 2.3.70
+ _ZNK4yarp2os4Name9toAddressEv at Base 2.3.70
+ _ZNK4yarp2os4Port18needImplementationEv at Base 2.3.70
+ _ZNK4yarp2os4Port5whereEv at Base 2.3.70
+ _ZNK4yarp2os4Port5writeERNS0_10PortWriterEPS2_ at Base 2.3.70
+ _ZNK4yarp2os4Port5writeERNS0_10PortWriterERNS0_10PortReaderEPS2_ at Base 2.3.70
+ _ZNK4yarp2os4Port6isOpenEv at Base 2.3.70
+ _ZNK4yarp2os4Type14readPropertiesEv at Base 2.3.70
+ _ZNK4yarp2os4impl10BottleImpl12findGroupBitERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os4impl10BottleImpl3getEi at Base 2.3.70
+ _ZNK4yarp2os4impl10BottleImpl4sizeEv at Base 2.3.70
+ _ZNK4yarp2os4impl10BottleImpl7findBitERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os4impl10StoreInt648toStringEv at Base 2.3.70
+ _ZNK4yarp2os4impl10StoreVocab14toStringNestedEv at Base 2.3.70
+ _ZNK4yarp2os4impl10StoreVocab8toStringEv at Base 2.3.70
+ _ZNK4yarp2os4impl11StoreDouble8toStringEv at Base 2.3.70
+ _ZNK4yarp2os4impl11StoreString14toStringNestedEv at Base 2.3.70
+ _ZNK4yarp2os4impl11StoreString8toStringEv at Base 2.3.70
+ _ZNK4yarp2os4impl20PortReaderBufferBase7getNameEv at Base 2.3.70
+ _ZNK4yarp2os4impl8Storable4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os4impl8Storable5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os4impl8Storable9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os4impl8StorableeqERKNS0_5ValueE at Base 2.3.70
+ _ZNK4yarp2os4impl8StoreInt8toStringEv at Base 2.3.70
+ _ZNK4yarp2os4impl9StoreBlob14toStringNestedEv at Base 2.3.70
+ _ZNK4yarp2os4impl9StoreBlob8toStringEv at Base 2.3.70
+ _ZNK4yarp2os4impl9StoreDict14toStringNestedEv at Base 2.3.70
+ _ZNK4yarp2os4impl9StoreDict8toStringEv at Base 2.3.70
+ _ZNK4yarp2os4impl9StoreList14toStringNestedEv at Base 2.3.70
+ _ZNK4yarp2os4impl9StoreList7subCodeEv at Base 2.3.70
+ _ZNK4yarp2os4impl9StoreList8toStringEv at Base 2.3.70
+ _ZNK4yarp2os5Bytes3getEv at Base 2.3.70
+ _ZNK4yarp2os5Bytes6lengthEv at Base 2.3.70
+ _ZNK4yarp2os5Route11addFromNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os5Route11getFromNameEv at Base 2.3.70
+ _ZNK4yarp2os5Route12addToContactERKNS0_7ContactE at Base 2.3.70
+ _ZNK4yarp2os5Route12getToContactEv at Base 2.3.70
+ _ZNK4yarp2os5Route14addCarrierNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os5Route14getCarrierNameEv at Base 2.3.70
+ _ZNK4yarp2os5Route8toStringEv at Base 2.3.70
+ _ZNK4yarp2os5Route9addToNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os5Route9getToNameEv at Base 2.3.70
+ _ZNK4yarp2os5Value12asBlobLengthEv at Base 2.3.70
+ _ZNK4yarp2os5Value12asSearchableEv at Base 2.3.70
+ _ZNK4yarp2os5Value2okEv at Base 2.3.70
+ _ZNK4yarp2os5Value4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os5Value5asIntEv at Base 2.3.70
+ _ZNK4yarp2os5Value5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os5Value5cloneEv at Base 2.3.70
+ _ZNK4yarp2os5Value5isIntEv at Base 2.3.70
+ _ZNK4yarp2os5Value6asBlobEv at Base 2.3.70
+ _ZNK4yarp2os5Value6asBoolEv at Base 2.3.70
+ _ZNK4yarp2os5Value6asDictEv at Base 2.3.70
+ _ZNK4yarp2os5Value6asListEv at Base 2.3.70
+ _ZNK4yarp2os5Value6createEv at Base 2.3.70
+ _ZNK4yarp2os5Value6isBlobEv at Base 2.3.70
+ _ZNK4yarp2os5Value6isBoolEv at Base 2.3.70
+ _ZNK4yarp2os5Value6isDictEv at Base 2.3.70
+ _ZNK4yarp2os5Value6isLeafEv at Base 2.3.70
+ _ZNK4yarp2os5Value6isListEv at Base 2.3.70
+ _ZNK4yarp2os5Value6isNullEv at Base 2.3.70
+ _ZNK4yarp2os5Value7asInt64Ev at Base 2.3.70
+ _ZNK4yarp2os5Value7asVocabEv at Base 2.3.70
+ _ZNK4yarp2os5Value7getCodeEv at Base 2.3.70
+ _ZNK4yarp2os5Value7isInt64Ev at Base 2.3.70
+ _ZNK4yarp2os5Value7isVocabEv at Base 2.3.70
+ _ZNK4yarp2os5Value8asDoubleEv at Base 2.3.70
+ _ZNK4yarp2os5Value8asStringEv at Base 2.3.70
+ _ZNK4yarp2os5Value8isDoubleEv at Base 2.3.70
+ _ZNK4yarp2os5Value8isStringEv at Base 2.3.70
+ _ZNK4yarp2os5Value8toStringEv at Base 2.3.70
+ _ZNK4yarp2os5Value9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os5ValueeqERKS1_ at Base 2.3.70
+ _ZNK4yarp2os5ValueneERKS1_ at Base 2.3.70
+ _ZNK4yarp2os6Bottle3getEi at Base 2.3.70
+ _ZNK4yarp2os6Bottle4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os6Bottle4sizeEv at Base 2.3.70
+ _ZNK4yarp2os6Bottle4tailEv at Base 2.3.70
+ _ZNK4yarp2os6Bottle5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os6Bottle6isNullEv at Base 2.3.70
+ _ZNK4yarp2os6Bottle8toStringEv at Base 2.3.70
+ _ZNK4yarp2os6Bottle9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os7Contact10addCarrierERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os7Contact10getCarrierEv at Base 2.3.70
+ _ZNK4yarp2os7Contact10getRegNameEv at Base 2.3.70
+ _ZNK4yarp2os7Contact10getTimeoutEv at Base 2.3.70
+ _ZNK4yarp2os7Contact10hasTimeoutEv at Base 2.3.70
+ _ZNK4yarp2os7Contact5toURIEb at Base 2.3.70
+ _ZNK4yarp2os7Contact7addHostERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os7Contact7addNameERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os7Contact7addPortEi at Base 2.3.70
+ _ZNK4yarp2os7Contact7getHostEv at Base 2.3.70
+ _ZNK4yarp2os7Contact7getNameEv at Base 2.3.70
+ _ZNK4yarp2os7Contact7getPortEv at Base 2.3.70
+ _ZNK4yarp2os7Contact7isValidEv at Base 2.3.70
+ _ZNK4yarp2os7Contact8toStringEv at Base 2.3.70
+ _ZNK4yarp2os7Contact9addNestedERKNS0_13NestedContactE at Base 2.3.70
+ _ZNK4yarp2os7Contact9addSocketERKNS0_11ConstStringES4_i at Base 2.3.70
+ _ZNK4yarp2os7Contact9getNestedEv at Base 2.3.70
+ _ZNK4yarp2os8Property4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os8Property5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os8Property5checkEv at Base 2.3.70
+ _ZNK4yarp2os8Property8toStringEv at Base 2.3.70
+ _ZNK4yarp2os8Property9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZNK4yarp2os8QosStyle23getPacketPriorityAsDSCPEv at Base 2.3.70
+ _ZNK4yarp2os8QosStyle24getPacketPriorityAsLevelEv at Base 2.3.70
+ _ZNK4yarp2os9NameSpace17getNameServerNameEv at Base 2.3.70
+ _ZNK4yarp2os9RpcServer5writeERNS0_10PortWriterEPS2_ at Base 2.3.70
+ _ZNK4yarp2os9RpcServer5writeERNS0_10PortWriterERNS0_10PortReaderEPS2_ at Base 2.3.70
+ _ZNSt5dequeIN4yarp2os6BottleESaIS2_EE16_M_push_back_auxIJS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt5dequeIN4yarp2os6BottleESaIS2_EE19_M_destroy_data_auxESt15_Deque_iteratorIS2_RS2_PS2_ES8_ at Base 2.3.70
+ _ZNSt5dequeIN4yarp2os6BottleESaIS2_EED1Ev at Base 2.3.70
+ _ZNSt5dequeIN4yarp2os6BottleESaIS2_EED2Ev at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EED1Ev at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os11ConstStringESaIS2_EED2Ev at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os7ContactESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_ at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os7ContactESaIS2_EED1Ev at Base 2.3.70
+ _ZNSt6vectorIN4yarp2os7ContactESaIS2_EED2Ev at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11equal_rangeERS4_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS2_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS4_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4findERS4_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_M_copyINSD_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS7_EPKSH_PSt18_Rb_tree_node_baseRT_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_PNS1_4NodeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE11equal_rangeERS4_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE24_M_get_insert_unique_posERS4_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS4_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE7_M_copyINSB_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS5_EPKSF_PSt18_Rb_tree_node_baseRT_ at Base 2.3.70
+ _ZNSt8_Rb_treeIN4yarp2os11ConstStringESt4pairIKS2_iESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE10_M_insert_IS6_IN4yarp2os11ConstStringESI_ENSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSO_OT_RT0_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE15_M_insert_equalIS6_IN4yarp2os11ConstStringESI_EEESt17_Rb_tree_iteratorIS8_EOT_ at Base 2.3.70
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E at Base 2.3.70
+ _ZTI18ZombieHunterThread at Base 2.3.70
+ _ZTIN4yarp2os10ConnectionE at Base 2.3.70
+ _ZTIN4yarp2os10NullStreamE at Base 2.3.70
+ _ZTIN4yarp2os10PortReaderE at Base 2.3.70
+ _ZTIN4yarp2os10PortReportE at Base 2.3.70
+ _ZTIN4yarp2os10PortWriterE at Base 2.3.70
+ _ZTIN4yarp2os10RateThreadE at Base 2.3.70
+ _ZTIN4yarp2os10SearchableE at Base 2.3.70
+ _ZTIN4yarp2os11ContactableE at Base 2.3.70
+ _ZTIN4yarp2os11InputStreamE at Base 2.3.70
+ _ZTIN4yarp2os11ShiftStreamE at Base 2.3.70
+ _ZTIN4yarp2os11SizedWriterE at Base 2.3.70
+ _ZTIN4yarp2os12ContactablesE at Base 2.3.70
+ _ZTIN4yarp2os12ManagedBytesE at Base 2.3.70
+ _ZTIN4yarp2os12MessageStackE at Base 2.3.70
+ _ZTIN4yarp2os12NetworkClockE at Base 2.3.70
+ _ZTIN4yarp2os12OutputStreamE at Base 2.3.70
+ _ZTIN4yarp2os12RosNameSpaceE at Base 2.3.70
+ _ZTIN4yarp2os12TwoWayStreamE at Base 2.3.70
+ _ZTIN4yarp2os13InputProtocolE at Base 2.3.70
+ _ZTIN4yarp2os13MonitorObjectE at Base 2.3.70
+ _ZTIN4yarp2os13SearchMonitorE at Base 2.3.70
+ _ZTIN4yarp2os13SharedLibraryE at Base 2.3.70
+ _ZTIN4yarp2os13YarpNameSpaceE at Base 2.3.70
+ _ZTIN4yarp2os14DummyConnectorE at Base 2.3.70
+ _ZTIN4yarp2os14MultiNameSpaceE at Base 2.3.70
+ _ZTIN4yarp2os14NullConnectionE at Base 2.3.70
+ _ZTIN4yarp2os14OutputProtocolE at Base 2.3.70
+ _ZTIN4yarp2os14ResourceFinderE at Base 2.3.70
+ _ZTIN4yarp2os15AbstractCarrierE at Base 2.3.70
+ _ZTIN4yarp2os15ConnectionStateE at Base 2.3.70
+ _ZTIN4yarp2os16ConnectionReaderE at Base 2.3.70
+ _ZTIN4yarp2os16ConnectionWriterE at Base 2.3.70
+ _ZTIN4yarp2os16ModifyingCarrierE at Base 2.3.70
+ _ZTIN4yarp2os17PortReaderCreatorE at Base 2.3.70
+ _ZTIN4yarp2os17RateThreadWrapperE at Base 2.3.70
+ _ZTIN4yarp2os18YarpPluginSelectorE at Base 2.3.70
+ _ZTIN4yarp2os19AbstractContactableE at Base 2.3.70
+ _ZTIN4yarp2os20NullConnectionReaderE at Base 2.3.70
+ _ZTIN4yarp2os20NullConnectionWriterE at Base 2.3.70
+ _ZTIN4yarp2os20PortWriterBufferBaseE at Base 2.3.70
+ _ZTIN4yarp2os20SharedLibraryFactoryE at Base 2.3.70
+ _ZTIN4yarp2os20SystemInfoSerializerE at Base 2.3.70
+ _ZTIN4yarp2os21UnbufferedContactableE at Base 2.3.70
+ _ZTIN4yarp2os3LogE at Base 2.3.70
+ _ZTIN4yarp2os3idl12WirePortableE at Base 2.3.70
+ _ZTIN4yarp2os4FaceE at Base 2.3.70
+ _ZTIN4yarp2os4Node6HelperE at Base 2.3.70
+ _ZTIN4yarp2os4NodeE at Base 2.3.70
+ _ZTIN4yarp2os4PortE at Base 2.3.70
+ _ZTIN4yarp2os4TypeE at Base 2.3.70
+ _ZTIN4yarp2os4impl10BottleImplE at Base 2.3.70
+ _ZTIN4yarp2os4impl10NameClientE at Base 2.3.70
+ _ZTIN4yarp2os4impl10NameServer10HostRecordE at Base 2.3.70
+ _ZTIN4yarp2os4impl10NameServer11McastRecordE at Base 2.3.70
+ _ZTIN4yarp2os4impl10NameServer14ReusableRecordIiEE at Base 2.3.70
+ _ZTIN4yarp2os4impl10NameServer20DisposableNameRecordE at Base 2.3.70
+ _ZTIN4yarp2os4impl10NameServerE at Base 2.3.70
+ _ZTIN4yarp2os4impl10StoreInt64E at Base 2.3.70
+ _ZTIN4yarp2os4impl10StoreVocabE at Base 2.3.70
+ _ZTIN4yarp2os4impl10ThreadImplE at Base 2.3.70
+ _ZTIN4yarp2os4impl11PortCommandE at Base 2.3.70
+ _ZTIN4yarp2os4impl11PortManagerE at Base 2.3.70
+ _ZTIN4yarp2os4impl11StoreDoubleE at Base 2.3.70
+ _ZTIN4yarp2os4impl11StoreStringE at Base 2.3.70
+ _ZTIN4yarp2os4impl13SemaphoreImplE at Base 2.3.70
+ _ZTIN4yarp2os4impl14NameServerStubE at Base 2.3.70
+ _ZTIN4yarp2os4impl16PortDataModifierE at Base 2.3.70
+ _ZTIN4yarp2os4impl17DgramTwoWayStreamE at Base 2.3.70
+ _ZTIN4yarp2os4impl17RecursiveLockImplE at Base 2.3.70
+ _ZTIN4yarp2os4impl18FallbackNameClientE at Base 2.3.70
+ _ZTIN4yarp2os4impl18FallbackNameServerE at Base 2.3.70
+ _ZTIN4yarp2os4impl20PortReaderBufferBaseE at Base 2.3.70
+ _ZTIN4yarp2os4impl22StreamConnectionReaderE at Base 2.3.70
+ _ZTIN4yarp2os4impl24BufferedConnectionWriterE at Base 2.3.70
+ _ZTIN4yarp2os4impl27PortReaderBufferBaseCreatorE at Base 2.3.70
+ _ZTIN4yarp2os4impl6LoggerE at Base 2.3.70
+ _ZTIN4yarp2os4impl7TcpFaceE at Base 2.3.70
+ _ZTIN4yarp2os4impl8AuthHMACE at Base 2.3.70
+ _ZTIN4yarp2os4impl8PortCoreE at Base 2.3.70
+ _ZTIN4yarp2os4impl8ProtocolE at Base 2.3.70
+ _ZTIN4yarp2os4impl8StorableE at Base 2.3.70
+ _ZTIN4yarp2os4impl8StoreIntE at Base 2.3.70
+ _ZTIN4yarp2os4impl8UnitTestE at Base 2.3.70
+ _ZTIN4yarp2os4impl9StoreBlobE at Base 2.3.70
+ _ZTIN4yarp2os4impl9StoreDictE at Base 2.3.70
+ _ZTIN4yarp2os4impl9StoreListE at Base 2.3.70
+ _ZTIN4yarp2os4impl9StoreNullE at Base 2.3.70
+ _ZTIN4yarp2os5ClockE at Base 2.3.70
+ _ZTIN4yarp2os5EventE at Base 2.3.70
+ _ZTIN4yarp2os5NodesE at Base 2.3.70
+ _ZTIN4yarp2os5RouteE at Base 2.3.70
+ _ZTIN4yarp2os5StampE at Base 2.3.70
+ _ZTIN4yarp2os5ValueE at Base 2.3.70
+ _ZTIN4yarp2os6BottleE at Base 2.3.70
+ _ZTIN4yarp2os6ModuleE at Base 2.3.70
+ _ZTIN4yarp2os6ThingsE at Base 2.3.70
+ _ZTIN4yarp2os6ThreadE at Base 2.3.70
+ _ZTIN4yarp2os7CarrierE at Base 2.3.70
+ _ZTIN4yarp2os7ContactE at Base 2.3.70
+ _ZTIN4yarp2os7IConfigE at Base 2.3.70
+ _ZTIN4yarp2os7StampedE at Base 2.3.70
+ _ZTIN4yarp2os8Carriers7PrivateE at Base 2.3.70
+ _ZTIN4yarp2os8CarriersE at Base 2.3.70
+ _ZTIN4yarp2os8PortableE at Base 2.3.70
+ _ZTIN4yarp2os8PropertyE at Base 2.3.70
+ _ZTIN4yarp2os8RFModuleE at Base 2.3.70
+ _ZTIN4yarp2os8RunnableE at Base 2.3.70
+ _ZTIN4yarp2os8TermineeE at Base 2.3.70
+ _ZTIN4yarp2os9NameSpaceE at Base 2.3.70
+ _ZTIN4yarp2os9NameStoreE at Base 2.3.70
+ _ZTIN4yarp2os9RpcClientE at Base 2.3.70
+ _ZTIN4yarp2os9RpcServerE at Base 2.3.70
+ _ZTIN4yarp2os9SemaphoreE at Base 2.3.70
+ _ZTS18ZombieHunterThread at Base 2.3.70
+ _ZTSN4yarp2os10ConnectionE at Base 2.3.70
+ _ZTSN4yarp2os10NullStreamE at Base 2.3.70
+ _ZTSN4yarp2os10PortReaderE at Base 2.3.70
+ _ZTSN4yarp2os10PortReportE at Base 2.3.70
+ _ZTSN4yarp2os10PortWriterE at Base 2.3.70
+ _ZTSN4yarp2os10RateThreadE at Base 2.3.70
+ _ZTSN4yarp2os10SearchableE at Base 2.3.70
+ _ZTSN4yarp2os11ContactableE at Base 2.3.70
+ _ZTSN4yarp2os11InputStreamE at Base 2.3.70
+ _ZTSN4yarp2os11ShiftStreamE at Base 2.3.70
+ _ZTSN4yarp2os11SizedWriterE at Base 2.3.70
+ _ZTSN4yarp2os12ContactablesE at Base 2.3.70
+ _ZTSN4yarp2os12ManagedBytesE at Base 2.3.70
+ _ZTSN4yarp2os12MessageStackE at Base 2.3.70
+ _ZTSN4yarp2os12NetworkClockE at Base 2.3.70
+ _ZTSN4yarp2os12OutputStreamE at Base 2.3.70
+ _ZTSN4yarp2os12RosNameSpaceE at Base 2.3.70
+ _ZTSN4yarp2os12TwoWayStreamE at Base 2.3.70
+ _ZTSN4yarp2os13InputProtocolE at Base 2.3.70
+ _ZTSN4yarp2os13MonitorObjectE at Base 2.3.70
+ _ZTSN4yarp2os13SearchMonitorE at Base 2.3.70
+ _ZTSN4yarp2os13SharedLibraryE at Base 2.3.70
+ _ZTSN4yarp2os13YarpNameSpaceE at Base 2.3.70
+ _ZTSN4yarp2os14DummyConnectorE at Base 2.3.70
+ _ZTSN4yarp2os14MultiNameSpaceE at Base 2.3.70
+ _ZTSN4yarp2os14NullConnectionE at Base 2.3.70
+ _ZTSN4yarp2os14OutputProtocolE at Base 2.3.70
+ _ZTSN4yarp2os14ResourceFinderE at Base 2.3.70
+ _ZTSN4yarp2os15AbstractCarrierE at Base 2.3.70
+ _ZTSN4yarp2os15ConnectionStateE at Base 2.3.70
+ _ZTSN4yarp2os16ConnectionReaderE at Base 2.3.70
+ _ZTSN4yarp2os16ConnectionWriterE at Base 2.3.70
+ _ZTSN4yarp2os16ModifyingCarrierE at Base 2.3.70
+ _ZTSN4yarp2os17PortReaderCreatorE at Base 2.3.70
+ _ZTSN4yarp2os17RateThreadWrapperE at Base 2.3.70
+ _ZTSN4yarp2os18YarpPluginSelectorE at Base 2.3.70
+ _ZTSN4yarp2os19AbstractContactableE at Base 2.3.70
+ _ZTSN4yarp2os20NullConnectionReaderE at Base 2.3.70
+ _ZTSN4yarp2os20NullConnectionWriterE at Base 2.3.70
+ _ZTSN4yarp2os20PortWriterBufferBaseE at Base 2.3.70
+ _ZTSN4yarp2os20SharedLibraryFactoryE at Base 2.3.70
+ _ZTSN4yarp2os20SystemInfoSerializerE at Base 2.3.70
+ _ZTSN4yarp2os21UnbufferedContactableE at Base 2.3.70
+ _ZTSN4yarp2os3LogE at Base 2.3.70
+ _ZTSN4yarp2os3idl12WirePortableE at Base 2.3.70
+ _ZTSN4yarp2os4FaceE at Base 2.3.70
+ _ZTSN4yarp2os4Node6HelperE at Base 2.3.70
+ _ZTSN4yarp2os4NodeE at Base 2.3.70
+ _ZTSN4yarp2os4PortE at Base 2.3.70
+ _ZTSN4yarp2os4TypeE at Base 2.3.70
+ _ZTSN4yarp2os4impl10BottleImplE at Base 2.3.70
+ _ZTSN4yarp2os4impl10NameClientE at Base 2.3.70
+ _ZTSN4yarp2os4impl10NameServer10HostRecordE at Base 2.3.70
+ _ZTSN4yarp2os4impl10NameServer11McastRecordE at Base 2.3.70
+ _ZTSN4yarp2os4impl10NameServer14ReusableRecordIiEE at Base 2.3.70
+ _ZTSN4yarp2os4impl10NameServer20DisposableNameRecordE at Base 2.3.70
+ _ZTSN4yarp2os4impl10NameServerE at Base 2.3.70
+ _ZTSN4yarp2os4impl10StoreInt64E at Base 2.3.70
+ _ZTSN4yarp2os4impl10StoreVocabE at Base 2.3.70
+ _ZTSN4yarp2os4impl10ThreadImplE at Base 2.3.70
+ _ZTSN4yarp2os4impl11PortCommandE at Base 2.3.70
+ _ZTSN4yarp2os4impl11PortManagerE at Base 2.3.70
+ _ZTSN4yarp2os4impl11StoreDoubleE at Base 2.3.70
+ _ZTSN4yarp2os4impl11StoreStringE at Base 2.3.70
+ _ZTSN4yarp2os4impl13SemaphoreImplE at Base 2.3.70
+ _ZTSN4yarp2os4impl14NameServerStubE at Base 2.3.70
+ _ZTSN4yarp2os4impl16PortDataModifierE at Base 2.3.70
+ _ZTSN4yarp2os4impl17DgramTwoWayStreamE at Base 2.3.70
+ _ZTSN4yarp2os4impl17RecursiveLockImplE at Base 2.3.70
+ _ZTSN4yarp2os4impl18FallbackNameClientE at Base 2.3.70
+ _ZTSN4yarp2os4impl18FallbackNameServerE at Base 2.3.70
+ _ZTSN4yarp2os4impl20PortReaderBufferBaseE at Base 2.3.70
+ _ZTSN4yarp2os4impl22StreamConnectionReaderE at Base 2.3.70
+ _ZTSN4yarp2os4impl24BufferedConnectionWriterE at Base 2.3.70
+ _ZTSN4yarp2os4impl27PortReaderBufferBaseCreatorE at Base 2.3.70
+ _ZTSN4yarp2os4impl6LoggerE at Base 2.3.70
+ _ZTSN4yarp2os4impl7TcpFaceE at Base 2.3.70
+ _ZTSN4yarp2os4impl8AuthHMACE at Base 2.3.70
+ _ZTSN4yarp2os4impl8PortCoreE at Base 2.3.70
+ _ZTSN4yarp2os4impl8ProtocolE at Base 2.3.70
+ _ZTSN4yarp2os4impl8StorableE at Base 2.3.70
+ _ZTSN4yarp2os4impl8StoreIntE at Base 2.3.70
+ _ZTSN4yarp2os4impl8UnitTestE at Base 2.3.70
+ _ZTSN4yarp2os4impl9StoreBlobE at Base 2.3.70
+ _ZTSN4yarp2os4impl9StoreDictE at Base 2.3.70
+ _ZTSN4yarp2os4impl9StoreListE at Base 2.3.70
+ _ZTSN4yarp2os4impl9StoreNullE at Base 2.3.70
+ _ZTSN4yarp2os5ClockE at Base 2.3.70
+ _ZTSN4yarp2os5EventE at Base 2.3.70
+ _ZTSN4yarp2os5NodesE at Base 2.3.70
+ _ZTSN4yarp2os5RouteE at Base 2.3.70
+ _ZTSN4yarp2os5StampE at Base 2.3.70
+ _ZTSN4yarp2os5ValueE at Base 2.3.70
+ _ZTSN4yarp2os6BottleE at Base 2.3.70
+ _ZTSN4yarp2os6ModuleE at Base 2.3.70
+ _ZTSN4yarp2os6ThingsE at Base 2.3.70
+ _ZTSN4yarp2os6ThreadE at Base 2.3.70
+ _ZTSN4yarp2os7CarrierE at Base 2.3.70
+ _ZTSN4yarp2os7ContactE at Base 2.3.70
+ _ZTSN4yarp2os7IConfigE at Base 2.3.70
+ _ZTSN4yarp2os7StampedE at Base 2.3.70
+ _ZTSN4yarp2os8Carriers7PrivateE at Base 2.3.70
+ _ZTSN4yarp2os8CarriersE at Base 2.3.70
+ _ZTSN4yarp2os8PortableE at Base 2.3.70
+ _ZTSN4yarp2os8PropertyE at Base 2.3.70
+ _ZTSN4yarp2os8RFModuleE at Base 2.3.70
+ _ZTSN4yarp2os8RunnableE at Base 2.3.70
+ _ZTSN4yarp2os8TermineeE at Base 2.3.70
+ _ZTSN4yarp2os9NameSpaceE at Base 2.3.70
+ _ZTSN4yarp2os9NameStoreE at Base 2.3.70
+ _ZTSN4yarp2os9RpcClientE at Base 2.3.70
+ _ZTSN4yarp2os9RpcServerE at Base 2.3.70
+ _ZTSN4yarp2os9SemaphoreE at Base 2.3.70
+ _ZTV18ZombieHunterThread at Base 2.3.70
+ _ZTVN4yarp2os10NullStreamE at Base 2.3.70
+ _ZTVN4yarp2os10PortReaderE at Base 2.3.70
+ _ZTVN4yarp2os10PortReportE at Base 2.3.70
+ _ZTVN4yarp2os10PortWriterE at Base 2.3.70
+ _ZTVN4yarp2os10RateThreadE at Base 2.3.70
+ _ZTVN4yarp2os10SearchableE at Base 2.3.70
+ _ZTVN4yarp2os11ContactableE at Base 2.3.70
+ _ZTVN4yarp2os11ShiftStreamE at Base 2.3.70
+ _ZTVN4yarp2os11SizedWriterE at Base 2.3.70
+ _ZTVN4yarp2os12ManagedBytesE at Base 2.3.70
+ _ZTVN4yarp2os12MessageStackE at Base 2.3.70
+ _ZTVN4yarp2os12NetworkClockE at Base 2.3.70
+ _ZTVN4yarp2os12RosNameSpaceE at Base 2.3.70
+ _ZTVN4yarp2os12TwoWayStreamE at Base 2.3.70
+ _ZTVN4yarp2os13MonitorObjectE at Base 2.3.70
+ _ZTVN4yarp2os13SearchMonitorE at Base 2.3.70
+ _ZTVN4yarp2os13SharedLibraryE at Base 2.3.70
+ _ZTVN4yarp2os13YarpNameSpaceE at Base 2.3.70
+ _ZTVN4yarp2os14DummyConnectorE at Base 2.3.70
+ _ZTVN4yarp2os14MultiNameSpaceE at Base 2.3.70
+ _ZTVN4yarp2os14NullConnectionE at Base 2.3.70
+ _ZTVN4yarp2os14ResourceFinderE at Base 2.3.70
+ _ZTVN4yarp2os15AbstractCarrierE at Base 2.3.70
+ _ZTVN4yarp2os16ConnectionReaderE at Base 2.3.70
+ _ZTVN4yarp2os16ConnectionWriterE at Base 2.3.70
+ _ZTVN4yarp2os16ModifyingCarrierE at Base 2.3.70
+ _ZTVN4yarp2os17PortReaderCreatorE at Base 2.3.70
+ _ZTVN4yarp2os17RateThreadWrapperE at Base 2.3.70
+ _ZTVN4yarp2os18YarpPluginSelectorE at Base 2.3.70
+ _ZTVN4yarp2os20NullConnectionReaderE at Base 2.3.70
+ _ZTVN4yarp2os20NullConnectionWriterE at Base 2.3.70
+ _ZTVN4yarp2os20PortWriterBufferBaseE at Base 2.3.70
+ _ZTVN4yarp2os20SharedLibraryFactoryE at Base 2.3.70
+ _ZTVN4yarp2os20SystemInfoSerializerE at Base 2.3.70
+ _ZTVN4yarp2os21UnbufferedContactableE at Base 2.3.70
+ _ZTVN4yarp2os3LogE at Base 2.3.70
+ _ZTVN4yarp2os3idl12WirePortableE at Base 2.3.70
+ _ZTVN4yarp2os4Node6HelperE at Base 2.3.70
+ _ZTVN4yarp2os4NodeE at Base 2.3.70
+ _ZTVN4yarp2os4PortE at Base 2.3.70
+ _ZTVN4yarp2os4TypeE at Base 2.3.70
+ _ZTVN4yarp2os4impl10BottleImplE at Base 2.3.70
+ _ZTVN4yarp2os4impl10NameClientE at Base 2.3.70
+ _ZTVN4yarp2os4impl10NameServer10HostRecordE at Base 2.3.70
+ _ZTVN4yarp2os4impl10NameServer11McastRecordE at Base 2.3.70
+ _ZTVN4yarp2os4impl10NameServer14ReusableRecordIiEE at Base 2.3.70
+ _ZTVN4yarp2os4impl10NameServer20DisposableNameRecordE at Base 2.3.70
+ _ZTVN4yarp2os4impl10NameServerE at Base 2.3.70
+ _ZTVN4yarp2os4impl10StoreInt64E at Base 2.3.70
+ _ZTVN4yarp2os4impl10StoreVocabE at Base 2.3.70
+ _ZTVN4yarp2os4impl10ThreadImplE at Base 2.3.70
+ _ZTVN4yarp2os4impl11PortCommandE at Base 2.3.70
+ _ZTVN4yarp2os4impl11PortManagerE at Base 2.3.70
+ _ZTVN4yarp2os4impl11StoreDoubleE at Base 2.3.70
+ _ZTVN4yarp2os4impl11StoreStringE at Base 2.3.70
+ _ZTVN4yarp2os4impl13SemaphoreImplE at Base 2.3.70
+ _ZTVN4yarp2os4impl16PortDataModifierE at Base 2.3.70
+ _ZTVN4yarp2os4impl17DgramTwoWayStreamE at Base 2.3.70
+ _ZTVN4yarp2os4impl17RecursiveLockImplE at Base 2.3.70
+ _ZTVN4yarp2os4impl18FallbackNameClientE at Base 2.3.70
+ _ZTVN4yarp2os4impl18FallbackNameServerE at Base 2.3.70
+ _ZTVN4yarp2os4impl20PortReaderBufferBaseE at Base 2.3.70
+ _ZTVN4yarp2os4impl22StreamConnectionReaderE at Base 2.3.70
+ _ZTVN4yarp2os4impl24BufferedConnectionWriterE at Base 2.3.70
+ _ZTVN4yarp2os4impl27PortReaderBufferBaseCreatorE at Base 2.3.70
+ _ZTVN4yarp2os4impl6LoggerE at Base 2.3.70
+ _ZTVN4yarp2os4impl7TcpFaceE at Base 2.3.70
+ _ZTVN4yarp2os4impl8AuthHMACE at Base 2.3.70
+ _ZTVN4yarp2os4impl8PortCoreE at Base 2.3.70
+ _ZTVN4yarp2os4impl8ProtocolE at Base 2.3.70
+ _ZTVN4yarp2os4impl8StorableE at Base 2.3.70
+ _ZTVN4yarp2os4impl8StoreIntE at Base 2.3.70
+ _ZTVN4yarp2os4impl8UnitTestE at Base 2.3.70
+ _ZTVN4yarp2os4impl9StoreBlobE at Base 2.3.70
+ _ZTVN4yarp2os4impl9StoreDictE at Base 2.3.70
+ _ZTVN4yarp2os4impl9StoreListE at Base 2.3.70
+ _ZTVN4yarp2os4impl9StoreNullE at Base 2.3.70
+ _ZTVN4yarp2os5EventE at Base 2.3.70
+ _ZTVN4yarp2os5NodesE at Base 2.3.70
+ _ZTVN4yarp2os5RouteE at Base 2.3.70
+ _ZTVN4yarp2os5StampE at Base 2.3.70
+ _ZTVN4yarp2os5ValueE at Base 2.3.70
+ _ZTVN4yarp2os6BottleE at Base 2.3.70
+ _ZTVN4yarp2os6ModuleE at Base 2.3.70
+ _ZTVN4yarp2os6ThingsE at Base 2.3.70
+ _ZTVN4yarp2os6ThreadE at Base 2.3.70
+ _ZTVN4yarp2os7CarrierE at Base 2.3.70
+ _ZTVN4yarp2os7ContactE at Base 2.3.70
+ _ZTVN4yarp2os7IConfigE at Base 2.3.70
+ _ZTVN4yarp2os7StampedE at Base 2.3.70
+ _ZTVN4yarp2os8Carriers7PrivateE at Base 2.3.70
+ _ZTVN4yarp2os8CarriersE at Base 2.3.70
+ _ZTVN4yarp2os8PortableE at Base 2.3.70
+ _ZTVN4yarp2os8PropertyE at Base 2.3.70
+ _ZTVN4yarp2os8RFModuleE at Base 2.3.70
+ _ZTVN4yarp2os8RunnableE at Base 2.3.70
+ _ZTVN4yarp2os8TermineeE at Base 2.3.70
+ _ZTVN4yarp2os9NameSpaceE at Base 2.3.70
+ _ZTVN4yarp2os9NameStoreE at Base 2.3.70
+ _ZTVN4yarp2os9RpcClientE at Base 2.3.70
+ _ZTVN4yarp2os9RpcServerE at Base 2.3.70
+ _ZTVN4yarp2os9SemaphoreE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore10adminBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore10reportUnitEPNS1_12PortCoreUnitEb at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore11removeInputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore11setEnvelopeERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore12removeOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore6reportERKNS0_8PortInfoE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore8describeEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore9addOutputERKNS0_11ConstStringEPvPNS0_12OutputStreamEb at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCore9readBlockERNS0_16ConnectionReaderEPvPNS0_12OutputStreamE at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCoreD0Ev at Base 2.3.70
+ _ZThn112_N4yarp2os4impl8PortCoreD1Ev at Base 2.3.70
+ _ZThn160_N4yarp2os4impl8PortCoreD0Ev at Base 2.3.70
+ _ZThn160_N4yarp2os4impl8PortCoreD1Ev at Base 2.3.70
+ _ZThn16_N4yarp2os10NullStream4isOkEv at Base 2.3.70
+ _ZThn16_N4yarp2os10NullStream5closeEv at Base 2.3.70
+ _ZThn16_N4yarp2os10NullStream5writeERKNS0_5BytesE at Base 2.3.70
+ _ZThn16_N4yarp2os10NullStreamD0Ev at Base 2.3.70
+ _ZThn16_N4yarp2os10NullStreamD1Ev at Base 2.3.70
+ _ZThn16_N4yarp2os4impl17DgramTwoWayStream16getTypeOfServiceEv at Base 2.3.70
+ _ZThn16_N4yarp2os4impl17DgramTwoWayStream16setTypeOfServiceEi at Base 2.3.70
+ _ZThn16_N4yarp2os4impl17DgramTwoWayStream4isOkEv at Base 2.3.70
+ _ZThn16_N4yarp2os4impl17DgramTwoWayStream5flushEv at Base 2.3.70
+ _ZThn16_N4yarp2os4impl17DgramTwoWayStream5writeERKNS0_5BytesE at Base 2.3.70
+ _ZThn16_N4yarp2os4impl17DgramTwoWayStreamD0Ev at Base 2.3.70
+ _ZThn16_N4yarp2os4impl17DgramTwoWayStreamD1Ev at Base 2.3.70
+ _ZThn16_N4yarp2os4impl8Protocol18getSenderSpecifierEv at Base 2.3.70
+ _ZThn16_N4yarp2os4impl8Protocol8setRouteERKNS0_5RouteE at Base 2.3.70
+ _ZThn16_N4yarp2os4impl8StorableD0Ev at Base 2.3.70
+ _ZThn16_N4yarp2os4impl8StorableD1Ev at Base 2.3.70
+ _ZThn16_N4yarp2os5ValueD0Ev at Base 2.3.70
+ _ZThn16_N4yarp2os5ValueD1Ev at Base 2.3.70
+ _ZThn16_N4yarp2os6BottleD0Ev at Base 2.3.70
+ _ZThn16_N4yarp2os6BottleD1Ev at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl10StoreInt648toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl10StoreVocab8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl11StoreDouble8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl11StoreString8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl8Storable4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl8Storable5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl8Storable9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl8StoreInt8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl9StoreBlob8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl9StoreDict8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os4impl9StoreList8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os5Value4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os5Value5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os5Value6isNullEv at Base 2.3.70
+ _ZThn16_NK4yarp2os5Value8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os5Value9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os6Bottle4findERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os6Bottle5checkERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn16_NK4yarp2os6Bottle6isNullEv at Base 2.3.70
+ _ZThn16_NK4yarp2os6Bottle8toStringEv at Base 2.3.70
+ _ZThn16_NK4yarp2os6Bottle9findGroupERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn48_N4yarp2os8Property4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZThn48_N4yarp2os8Property5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn48_N4yarp2os8PropertyD0Ev at Base 2.3.70
+ _ZThn48_N4yarp2os8PropertyD1Ev at Base 2.3.70
+ _ZThn56_N4yarp2os8Property5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn56_N4yarp2os8PropertyD0Ev at Base 2.3.70
+ _ZThn56_N4yarp2os8PropertyD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os10NullStream4isOkEv at Base 2.3.70
+ _ZThn8_N4yarp2os10NullStream4readERKNS0_5BytesE at Base 2.3.70
+ _ZThn8_N4yarp2os10NullStream5closeEv at Base 2.3.70
+ _ZThn8_N4yarp2os10NullStreamD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os10NullStreamD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os12ManagedBytes5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os12ManagedBytesD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os12ManagedBytesD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os12NetworkClock4readERNS0_16ConnectionReaderE at Base 2.3.70
+ _ZThn8_N4yarp2os12NetworkClockD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os12NetworkClockD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os12RosNameSpace3runEv at Base 2.3.70
+ _ZThn8_N4yarp2os12RosNameSpaceD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os12RosNameSpaceD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os20SystemInfoSerializer5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os20SystemInfoSerializerD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os20SystemInfoSerializerD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os4impl10BottleImpl14onCommencementEv at Base 2.3.70
+ _ZThn8_N4yarp2os4impl10BottleImpl5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os4impl10BottleImplD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os4impl10BottleImplD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os4impl11PortCommand5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os4impl17DgramTwoWayStream4isOkEv at Base 2.3.70
+ _ZThn8_N4yarp2os4impl17DgramTwoWayStream4readERKNS0_5BytesE at Base 2.3.70
+ _ZThn8_N4yarp2os4impl17DgramTwoWayStream9interruptEv at Base 2.3.70
+ _ZThn8_N4yarp2os4impl17DgramTwoWayStreamD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os4impl17DgramTwoWayStreamD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os4impl24BufferedConnectionWriter5writeERNS0_12OutputStreamE at Base 2.3.70
+ _ZThn8_N4yarp2os4impl8Protocol4openERKNS0_11ConstStringE at Base 2.3.70
+ _ZThn8_N4yarp2os4impl8Protocol9beginReadEv at Base 2.3.70
+ _ZThn8_N4yarp2os4impl8Protocol9interruptEv at Base 2.3.70
+ _ZThn8_N4yarp2os4impl8Storable5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os4impl8StorableD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os4impl8StorableD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os5Stamp5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os5Value5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os5ValueD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os5ValueD1Ev at Base 2.3.70
+ _ZThn8_N4yarp2os6Bottle14onCommencementEv at Base 2.3.70
+ _ZThn8_N4yarp2os6Bottle5writeERNS0_16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp2os6BottleD0Ev at Base 2.3.70
+ _ZThn8_N4yarp2os6BottleD1Ev at Base 2.3.70
+ hmac_sha224 at Base 2.3.70
+ hmac_sha224_final at Base 2.3.70
+ hmac_sha224_init at Base 2.3.70
+ hmac_sha224_reinit at Base 2.3.70
+ hmac_sha224_update at Base 2.3.70
+ hmac_sha256 at Base 2.3.70
+ hmac_sha256_final at Base 2.3.70
+ hmac_sha256_init at Base 2.3.70
+ hmac_sha256_reinit at Base 2.3.70
+ hmac_sha256_update at Base 2.3.70
+ hmac_sha384 at Base 2.3.70
+ hmac_sha384_final at Base 2.3.70
+ hmac_sha384_init at Base 2.3.70
+ hmac_sha384_reinit at Base 2.3.70
+ hmac_sha384_update at Base 2.3.70
+ hmac_sha512 at Base 2.3.70
+ hmac_sha512_final at Base 2.3.70
+ hmac_sha512_init at Base 2.3.70
+ hmac_sha512_reinit at Base 2.3.70
+ hmac_sha512_update at Base 2.3.70
+ sha224 at Base 2.3.70
+ sha224_final at Base 2.3.70
+ sha224_h0 at Base 2.3.70
+ sha224_init at Base 2.3.70
+ sha224_update at Base 2.3.70
+ sha256 at Base 2.3.70
+ sha256_final at Base 2.3.70
+ sha256_h0 at Base 2.3.70
+ sha256_init at Base 2.3.70
+ sha256_k at Base 2.3.70
+ sha256_transf at Base 2.3.70
+ sha256_update at Base 2.3.70
+ sha384 at Base 2.3.70
+ sha384_final at Base 2.3.70
+ sha384_h0 at Base 2.3.70
+ sha384_init at Base 2.3.70
+ sha384_update at Base 2.3.70
+ sha512 at Base 2.3.70
+ sha512_final at Base 2.3.70
+ sha512_h0 at Base 2.3.70
+ sha512_init at Base 2.3.70
+ sha512_k at Base 2.3.70
+ sha512_transf at Base 2.3.70
+ sha512_update at Base 2.3.70
 libYARP_init.so.1 libyarp-os1 #MINVER#
- _ZN4yarp2os7Network4finiEv at Base 2.3.66.1
- _ZN4yarp2os7Network4initEv at Base 2.3.66.1
- _ZN4yarp2os7NetworkC1Ev at Base 2.3.66.1
- _ZN4yarp2os7NetworkC2Ev at Base 2.3.66.1
- _ZN4yarp2os7NetworkD0Ev at Base 2.3.66.1
- _ZN4yarp2os7NetworkD1Ev at Base 2.3.66.1
- _ZN4yarp2os7NetworkD2Ev at Base 2.3.66.1
- _ZTIN4yarp2os11NetworkBaseE at Base 2.3.66.1
- _ZTIN4yarp2os7NetworkE at Base 2.3.66.1
- _ZTSN4yarp2os11NetworkBaseE at Base 2.3.66.1
- _ZTSN4yarp2os7NetworkE at Base 2.3.66.1
- _ZTVN4yarp2os7NetworkE at Base 2.3.66.1
+ _ZN4yarp2os7Network4finiEv at Base 2.3.70
+ _ZN4yarp2os7Network4initEv at Base 2.3.70
+ _ZN4yarp2os7NetworkC1Ev at Base 2.3.70
+ _ZN4yarp2os7NetworkC2Ev at Base 2.3.70
+ _ZN4yarp2os7NetworkD0Ev at Base 2.3.70
+ _ZN4yarp2os7NetworkD1Ev at Base 2.3.70
+ _ZN4yarp2os7NetworkD2Ev at Base 2.3.70
+ _ZTIN4yarp2os11NetworkBaseE at Base 2.3.70
+ _ZTIN4yarp2os7NetworkE at Base 2.3.70
+ _ZTSN4yarp2os11NetworkBaseE at Base 2.3.70
+ _ZTSN4yarp2os7NetworkE at Base 2.3.70
+ _ZTVN4yarp2os7NetworkE at Base 2.3.70
diff --git a/debian/libyarp-sig1.symbols b/debian/libyarp-sig1.symbols
index f16bb16..082ee0e 100644
--- a/debian/libyarp-sig1.symbols
+++ b/debian/libyarp-sig1.symbols
@@ -1,153 +1,153 @@
 libYARP_sig.so.1 libyarp-sig1 #MINVER#
- _ZN4yarp3sig10VectorBase4readERNS_2os16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp3sig10VectorBase5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp3sig10removeColsERKNS0_6MatrixERS1_ii at Base 2.3.66.1
- _ZN4yarp3sig10removeRowsERKNS0_6MatrixERS1_ii at Base 2.3.66.1
- _ZN4yarp3sig4file4readERNS0_5SoundEPKc at Base 2.3.66.1
- _ZN4yarp3sig4file4readERNS0_7ImageOfINS0_8PixelBgrEEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file4readERNS0_7ImageOfINS0_8PixelRgbEEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file4readERNS0_7ImageOfINS0_9PixelRgbaEEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file4readERNS0_7ImageOfIfEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file4readERNS0_7ImageOfIhEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file5writeERKNS0_5ImageERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file5writeERKNS0_5SoundEPKc at Base 2.3.66.1
- _ZN4yarp3sig4file5writeERKNS0_7ImageOfINS0_8PixelBgrEEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file5writeERKNS0_7ImageOfINS0_8PixelRgbEEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file5writeERKNS0_7ImageOfINS0_9PixelRgbaEEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file5writeERKNS0_7ImageOfIfEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig4file5writeERKNS0_7ImageOfIhEERKNS_2os11ConstStringE at Base 2.3.66.1
- _ZN4yarp3sig5Image10copyPixelsEPKhiPhiiiiiibb at Base 2.3.66.1
- _ZN4yarp3sig5Image10initializeEv at Base 2.3.66.1
- _ZN4yarp3sig5Image10setQuantumEi at Base 2.3.66.1
- _ZN4yarp3sig5Image11getIplImageEv at Base 2.3.66.1
- _ZN4yarp3sig5Image11setExternalEPvii at Base 2.3.66.1
- _ZN4yarp3sig5Image11synchronizeEv at Base 2.3.66.1
- _ZN4yarp3sig5Image12setPixelCodeEi at Base 2.3.66.1
- _ZN4yarp3sig5Image12setPixelSizeEi at Base 2.3.66.1
- _ZN4yarp3sig5Image12wrapIplImageEPv at Base 2.3.66.1
- _ZN4yarp3sig5Image4copyERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig5Image4copyERKS1_ii at Base 2.3.66.1
- _ZN4yarp3sig5Image4readERNS_2os16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp3sig5Image4zeroEv at Base 2.3.66.1
- _ZN4yarp3sig5Image5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp3sig5Image6resizeEii at Base 2.3.66.1
- _ZN4yarp3sig5ImageC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig5ImageC1Ev at Base 2.3.66.1
- _ZN4yarp3sig5ImageC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig5ImageC2Ev at Base 2.3.66.1
- _ZN4yarp3sig5ImageD0Ev at Base 2.3.66.1
- _ZN4yarp3sig5ImageD1Ev at Base 2.3.66.1
- _ZN4yarp3sig5ImageD2Ev at Base 2.3.66.1
- _ZN4yarp3sig5ImageaSERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig5Sound11synchronizeEv at Base 2.3.66.1
- _ZN4yarp3sig5Sound12setFrequencyEi at Base 2.3.66.1
- _ZN4yarp3sig5Sound3setEiii at Base 2.3.66.1
- _ZN4yarp3sig5Sound4initEi at Base 2.3.66.1
- _ZN4yarp3sig5Sound4readERNS_2os16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp3sig5Sound5clearEv at Base 2.3.66.1
- _ZN4yarp3sig5Sound5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp3sig5Sound6resizeEii at Base 2.3.66.1
- _ZN4yarp3sig5Sound8subSoundEii at Base 2.3.66.1
- _ZN4yarp3sig5SoundC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig5SoundC1Ei at Base 2.3.66.1
- _ZN4yarp3sig5SoundC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig5SoundC2Ei at Base 2.3.66.1
- _ZN4yarp3sig5SoundD0Ev at Base 2.3.66.1
- _ZN4yarp3sig5SoundD1Ev at Base 2.3.66.1
- _ZN4yarp3sig5SoundD2Ev at Base 2.3.66.1
- _ZN4yarp3sig5SoundaSERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig5SoundpLERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig6Matrix10removeColsEii at Base 2.3.66.1
- _ZN4yarp3sig6Matrix10removeRowsEii at Base 2.3.66.1
- _ZN4yarp3sig6Matrix11freeGslDataEv at Base 2.3.66.1
- _ZN4yarp3sig6Matrix12allocGslDataEv at Base 2.3.66.1
- _ZN4yarp3sig6Matrix12setSubmatrixERKS1_ii at Base 2.3.66.1
- _ZN4yarp3sig6Matrix13updateGslDataEv at Base 2.3.66.1
- _ZN4yarp3sig6Matrix14updatePointersEv at Base 2.3.66.1
- _ZN4yarp3sig6Matrix3eyeEv at Base 2.3.66.1
- _ZN4yarp3sig6Matrix4readERNS_2os16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp3sig6Matrix4zeroEv at Base 2.3.66.1
- _ZN4yarp3sig6Matrix5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp3sig6Matrix6resizeEii at Base 2.3.66.1
- _ZN4yarp3sig6Matrix6setColEiRKNS0_6VectorE at Base 2.3.66.1
- _ZN4yarp3sig6Matrix6setRowEiRKNS0_6VectorE at Base 2.3.66.1
- _ZN4yarp3sig6Matrix8diagonalERKNS0_6VectorE at Base 2.3.66.1
- _ZN4yarp3sig6Matrix9setSubcolERKNS0_6VectorEii at Base 2.3.66.1
- _ZN4yarp3sig6Matrix9setSubrowERKNS0_6VectorEii at Base 2.3.66.1
- _ZN4yarp3sig6MatrixC1ERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig6MatrixC1Eii at Base 2.3.66.1
- _ZN4yarp3sig6MatrixC2ERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig6MatrixC2Eii at Base 2.3.66.1
- _ZN4yarp3sig6MatrixD0Ev at Base 2.3.66.1
- _ZN4yarp3sig6MatrixD1Ev at Base 2.3.66.1
- _ZN4yarp3sig6MatrixD2Ev at Base 2.3.66.1
- _ZN4yarp3sig6MatrixaSERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig6MatrixaSEd at Base 2.3.66.1
- _ZN4yarp3sig6Vector11freeGslDataEv at Base 2.3.66.1
- _ZN4yarp3sig6Vector12allocGslDataEv at Base 2.3.66.1
- _ZN4yarp3sig6Vector12getGslVectorEv at Base 2.3.66.1
- _ZN4yarp3sig6Vector12setSubvectorEiRKS1_ at Base 2.3.66.1
- _ZN4yarp3sig6Vector13updateGslDataEv at Base 2.3.66.1
- _ZN4yarp3sig6Vector4readERNS_2os16ConnectionReaderE at Base 2.3.66.1
- _ZN4yarp3sig6Vector4zeroEv at Base 2.3.66.1
- _ZN4yarp3sig6Vector5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZN4yarp3sig6VectorC1EmPKd at Base 2.3.66.1
- _ZN4yarp3sig6VectorC2EmPKd at Base 2.3.66.1
- _ZN4yarp3sig6VectoraSERKS1_ at Base 2.3.66.1
- _ZN4yarp3sig6VectoraSEd at Base 2.3.66.1
- _ZN4yarp3sig9submatrixERKNS0_6MatrixERS1_iiii at Base 2.3.66.1
- _ZNK4yarp3sig5Image11getIplImageEv at Base 2.3.66.1
- _ZNK4yarp3sig5Image11getRawImageEv at Base 2.3.66.1
- _ZNK4yarp3sig5Image12getPixelCodeEv at Base 2.3.66.1
- _ZNK4yarp3sig5Image12getPixelSizeEv at Base 2.3.66.1
- _ZNK4yarp3sig5Image15getRawImageSizeEv at Base 2.3.66.1
- _ZNK4yarp3sig5Sound10getRawDataEv at Base 2.3.66.1
- _ZNK4yarp3sig5Sound12getFrequencyEv at Base 2.3.66.1
- _ZNK4yarp3sig5Sound14getRawDataSizeEv at Base 2.3.66.1
- _ZNK4yarp3sig5Sound3getEii at Base 2.3.66.1
- _ZNK4yarp3sig6Matrix10transposedEv at Base 2.3.66.1
- _ZNK4yarp3sig6Matrix6getColEi at Base 2.3.66.1
- _ZNK4yarp3sig6Matrix6getRowEi at Base 2.3.66.1
- _ZNK4yarp3sig6Matrix6subcolEiii at Base 2.3.66.1
- _ZNK4yarp3sig6Matrix6subrowEiii at Base 2.3.66.1
- _ZNK4yarp3sig6Matrix8toStringEiiPKc at Base 2.3.66.1
- _ZNK4yarp3sig6MatrixeqERKS1_ at Base 2.3.66.1
- _ZNK4yarp3sig6Vector12getGslVectorEv at Base 2.3.66.1
- _ZNK4yarp3sig6Vector8toStringEii at Base 2.3.66.1
- _ZNK4yarp3sig6Vector9subVectorEjj at Base 2.3.66.1
- _ZNK4yarp3sig6VectoreqERKS1_ at Base 2.3.66.1
- _ZTIN4yarp2os8PortableE at Base 2.3.66.1
- _ZTIN4yarp3sig10VectorBaseE at Base 2.3.66.1
- _ZTIN4yarp3sig5ImageE at Base 2.3.66.1
- _ZTIN4yarp3sig5SoundE at Base 2.3.66.1
- _ZTIN4yarp3sig6MatrixE at Base 2.3.66.1
- _ZTIN4yarp3sig6VectorE at Base 2.3.66.1
- _ZTIN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.66.1
- _ZTIN4yarp3sig7ImageOfIhEE at Base 2.3.66.1
- _ZTSN4yarp2os8PortableE at Base 2.3.66.1
- _ZTSN4yarp3sig10VectorBaseE at Base 2.3.66.1
- _ZTSN4yarp3sig5ImageE at Base 2.3.66.1
- _ZTSN4yarp3sig5SoundE at Base 2.3.66.1
- _ZTSN4yarp3sig6MatrixE at Base 2.3.66.1
- _ZTSN4yarp3sig6VectorE at Base 2.3.66.1
- _ZTSN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.66.1
- _ZTSN4yarp3sig7ImageOfIhEE at Base 2.3.66.1
- _ZTVN4yarp2os8PortableE at Base 2.3.66.1
- _ZTVN4yarp3sig10VectorBaseE at Base 2.3.66.1
- _ZTVN4yarp3sig5ImageE at Base 2.3.66.1
- _ZTVN4yarp3sig5SoundE at Base 2.3.66.1
- _ZTVN4yarp3sig6MatrixE at Base 2.3.66.1
- _ZTVN4yarp3sig6VectorE at Base 2.3.66.1
- _ZTVN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.66.1
- _ZTVN4yarp3sig7ImageOfIhEE at Base 2.3.66.1
- _ZThn8_N4yarp3sig10VectorBase5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp3sig5Image5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp3sig5ImageD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp3sig5ImageD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp3sig5Sound5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp3sig5SoundD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp3sig5SoundD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp3sig6Matrix5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
- _ZThn8_N4yarp3sig6MatrixD0Ev at Base 2.3.66.1
- _ZThn8_N4yarp3sig6MatrixD1Ev at Base 2.3.66.1
- _ZThn8_N4yarp3sig6Vector5writeERNS_2os16ConnectionWriterE at Base 2.3.66.1
+ _ZN4yarp3sig10VectorBase4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp3sig10VectorBase5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp3sig10removeColsERKNS0_6MatrixERS1_ii at Base 2.3.70
+ _ZN4yarp3sig10removeRowsERKNS0_6MatrixERS1_ii at Base 2.3.70
+ _ZN4yarp3sig4file17soundStreamReader4openEPKc at Base 2.3.70
+ _ZN4yarp3sig4file17soundStreamReader5closeEv at Base 2.3.70
+ _ZN4yarp3sig4file17soundStreamReader6rewindEm at Base 2.3.70
+ _ZN4yarp3sig4file17soundStreamReader8getIndexEv at Base 2.3.70
+ _ZN4yarp3sig4file17soundStreamReader9readBlockERNS0_5SoundEm at Base 2.3.70
+ _ZN4yarp3sig4file4readERNS0_5SoundEPKc at Base 2.3.70
+ _ZN4yarp3sig4file4readERNS0_7ImageOfINS0_8PixelBgrEEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file4readERNS0_7ImageOfINS0_8PixelRgbEEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file4readERNS0_7ImageOfINS0_9PixelRgbaEEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file4readERNS0_7ImageOfIfEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file4readERNS0_7ImageOfIhEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file5writeERKNS0_5ImageERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file5writeERKNS0_5SoundEPKc at Base 2.3.70
+ _ZN4yarp3sig4file5writeERKNS0_7ImageOfINS0_8PixelBgrEEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file5writeERKNS0_7ImageOfINS0_8PixelRgbEEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file5writeERKNS0_7ImageOfINS0_9PixelRgbaEEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file5writeERKNS0_7ImageOfIfEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig4file5writeERKNS0_7ImageOfIhEERKNS_2os11ConstStringE at Base 2.3.70
+ _ZN4yarp3sig5Image10copyPixelsEPKhiPhiiiiiibb at Base 2.3.70
+ _ZN4yarp3sig5Image10initializeEv at Base 2.3.70
+ _ZN4yarp3sig5Image10setQuantumEi at Base 2.3.70
+ _ZN4yarp3sig5Image11getIplImageEv at Base 2.3.70
+ _ZN4yarp3sig5Image11setExternalEPKvii at Base 2.3.70
+ _ZN4yarp3sig5Image11synchronizeEv at Base 2.3.70
+ _ZN4yarp3sig5Image12setPixelCodeEi at Base 2.3.70
+ _ZN4yarp3sig5Image12setPixelSizeEi at Base 2.3.70
+ _ZN4yarp3sig5Image12wrapIplImageEPv at Base 2.3.70
+ _ZN4yarp3sig5Image4copyERKS1_ at Base 2.3.70
+ _ZN4yarp3sig5Image4copyERKS1_ii at Base 2.3.70
+ _ZN4yarp3sig5Image4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp3sig5Image4zeroEv at Base 2.3.70
+ _ZN4yarp3sig5Image5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp3sig5Image6resizeEii at Base 2.3.70
+ _ZN4yarp3sig5ImageC1ERKS1_ at Base 2.3.70
+ _ZN4yarp3sig5ImageC1Ev at Base 2.3.70
+ _ZN4yarp3sig5ImageC2ERKS1_ at Base 2.3.70
+ _ZN4yarp3sig5ImageC2Ev at Base 2.3.70
+ _ZN4yarp3sig5ImageD0Ev at Base 2.3.70
+ _ZN4yarp3sig5ImageD1Ev at Base 2.3.70
+ _ZN4yarp3sig5ImageD2Ev at Base 2.3.70
+ _ZN4yarp3sig5ImageaSERKS1_ at Base 2.3.70
+ _ZN4yarp3sig5Sound11synchronizeEv at Base 2.3.70
+ _ZN4yarp3sig5Sound12setFrequencyEi at Base 2.3.70
+ _ZN4yarp3sig5Sound3setEiii at Base 2.3.70
+ _ZN4yarp3sig5Sound4initEi at Base 2.3.70
+ _ZN4yarp3sig5Sound4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp3sig5Sound5clearEv at Base 2.3.70
+ _ZN4yarp3sig5Sound5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp3sig5Sound6resizeEii at Base 2.3.70
+ _ZN4yarp3sig5Sound8subSoundEii at Base 2.3.70
+ _ZN4yarp3sig5SoundC1ERKS1_ at Base 2.3.70
+ _ZN4yarp3sig5SoundC1Ei at Base 2.3.70
+ _ZN4yarp3sig5SoundC2ERKS1_ at Base 2.3.70
+ _ZN4yarp3sig5SoundC2Ei at Base 2.3.70
+ _ZN4yarp3sig5SoundD0Ev at Base 2.3.70
+ _ZN4yarp3sig5SoundD1Ev at Base 2.3.70
+ _ZN4yarp3sig5SoundD2Ev at Base 2.3.70
+ _ZN4yarp3sig5SoundaSERKS1_ at Base 2.3.70
+ _ZN4yarp3sig5SoundpLERKS1_ at Base 2.3.70
+ _ZN4yarp3sig6Matrix10removeColsEii at Base 2.3.70
+ _ZN4yarp3sig6Matrix10removeRowsEii at Base 2.3.70
+ _ZN4yarp3sig6Matrix12setSubmatrixERKS1_ii at Base 2.3.70
+ _ZN4yarp3sig6Matrix14updatePointersEv at Base 2.3.70
+ _ZN4yarp3sig6Matrix3eyeEv at Base 2.3.70
+ _ZN4yarp3sig6Matrix4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp3sig6Matrix4zeroEv at Base 2.3.70
+ _ZN4yarp3sig6Matrix5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp3sig6Matrix6resizeEii at Base 2.3.70
+ _ZN4yarp3sig6Matrix6setColEiRKNS0_6VectorE at Base 2.3.70
+ _ZN4yarp3sig6Matrix6setRowEiRKNS0_6VectorE at Base 2.3.70
+ _ZN4yarp3sig6Matrix8diagonalERKNS0_6VectorE at Base 2.3.70
+ _ZN4yarp3sig6Matrix9setSubcolERKNS0_6VectorEii at Base 2.3.70
+ _ZN4yarp3sig6Matrix9setSubrowERKNS0_6VectorEii at Base 2.3.70
+ _ZN4yarp3sig6MatrixC1ERKS1_ at Base 2.3.70
+ _ZN4yarp3sig6MatrixC1Eii at Base 2.3.70
+ _ZN4yarp3sig6MatrixC2ERKS1_ at Base 2.3.70
+ _ZN4yarp3sig6MatrixC2Eii at Base 2.3.70
+ _ZN4yarp3sig6MatrixD0Ev at Base 2.3.70
+ _ZN4yarp3sig6MatrixD1Ev at Base 2.3.70
+ _ZN4yarp3sig6MatrixD2Ev at Base 2.3.70
+ _ZN4yarp3sig6MatrixaSERKS1_ at Base 2.3.70
+ _ZN4yarp3sig6MatrixaSEd at Base 2.3.70
+ _ZN4yarp3sig6Vector12setSubvectorEiRKS1_ at Base 2.3.70
+ _ZN4yarp3sig6Vector4readERNS_2os16ConnectionReaderE at Base 2.3.70
+ _ZN4yarp3sig6Vector4zeroEv at Base 2.3.70
+ _ZN4yarp3sig6Vector5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZN4yarp3sig6VectorC1EmPKd at Base 2.3.70
+ _ZN4yarp3sig6VectorC2EmPKd at Base 2.3.70
+ _ZN4yarp3sig6VectoraSERKS1_ at Base 2.3.70
+ _ZN4yarp3sig6VectoraSEd at Base 2.3.70
+ _ZN4yarp3sig9submatrixERKNS0_6MatrixERS1_iiii at Base 2.3.70
+ _ZNK4yarp3sig5Image11getIplImageEv at Base 2.3.70
+ _ZNK4yarp3sig5Image11getRawImageEv at Base 2.3.70
+ _ZNK4yarp3sig5Image12getPixelCodeEv at Base 2.3.70
+ _ZNK4yarp3sig5Image12getPixelSizeEv at Base 2.3.70
+ _ZNK4yarp3sig5Image15getRawImageSizeEv at Base 2.3.70
+ _ZNK4yarp3sig5Sound10getRawDataEv at Base 2.3.70
+ _ZNK4yarp3sig5Sound12getFrequencyEv at Base 2.3.70
+ _ZNK4yarp3sig5Sound14getRawDataSizeEv at Base 2.3.70
+ _ZNK4yarp3sig5Sound3getEii at Base 2.3.70
+ _ZNK4yarp3sig6Matrix10transposedEv at Base 2.3.70
+ _ZNK4yarp3sig6Matrix6getColEi at Base 2.3.70
+ _ZNK4yarp3sig6Matrix6getRowEi at Base 2.3.70
+ _ZNK4yarp3sig6Matrix6subcolEiii at Base 2.3.70
+ _ZNK4yarp3sig6Matrix6subrowEiii at Base 2.3.70
+ _ZNK4yarp3sig6Matrix8toStringEiiPKc at Base 2.3.70
+ _ZNK4yarp3sig6MatrixeqERKS1_ at Base 2.3.70
+ _ZNK4yarp3sig6Vector8toStringEii at Base 2.3.70
+ _ZNK4yarp3sig6Vector9subVectorEjj at Base 2.3.70
+ _ZNK4yarp3sig6VectoreqERKS1_ at Base 2.3.70
+ _ZTIN4yarp2os8PortableE at Base 2.3.70
+ _ZTIN4yarp3sig10VectorBaseE at Base 2.3.70
+ _ZTIN4yarp3sig5ImageE at Base 2.3.70
+ _ZTIN4yarp3sig5SoundE at Base 2.3.70
+ _ZTIN4yarp3sig6MatrixE at Base 2.3.70
+ _ZTIN4yarp3sig6VectorE at Base 2.3.70
+ _ZTIN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.70
+ _ZTIN4yarp3sig7ImageOfIhEE at Base 2.3.70
+ _ZTIN4yarp3sig9FlexImageE at Base 2.3.70
+ _ZTSN4yarp2os8PortableE at Base 2.3.70
+ _ZTSN4yarp3sig10VectorBaseE at Base 2.3.70
+ _ZTSN4yarp3sig5ImageE at Base 2.3.70
+ _ZTSN4yarp3sig5SoundE at Base 2.3.70
+ _ZTSN4yarp3sig6MatrixE at Base 2.3.70
+ _ZTSN4yarp3sig6VectorE at Base 2.3.70
+ _ZTSN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.70
+ _ZTSN4yarp3sig7ImageOfIhEE at Base 2.3.70
+ _ZTSN4yarp3sig9FlexImageE at Base 2.3.70
+ _ZTVN4yarp2os8PortableE at Base 2.3.70
+ _ZTVN4yarp3sig10VectorBaseE at Base 2.3.70
+ _ZTVN4yarp3sig5ImageE at Base 2.3.70
+ _ZTVN4yarp3sig5SoundE at Base 2.3.70
+ _ZTVN4yarp3sig6MatrixE at Base 2.3.70
+ _ZTVN4yarp3sig6VectorE at Base 2.3.70
+ _ZTVN4yarp3sig7ImageOfINS0_8PixelRgbEEE at Base 2.3.70
+ _ZTVN4yarp3sig7ImageOfIhEE at Base 2.3.70
+ _ZTVN4yarp3sig9FlexImageE at Base 2.3.70
+ _ZThn8_N4yarp3sig10VectorBase5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp3sig5Image5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp3sig5ImageD0Ev at Base 2.3.70
+ _ZThn8_N4yarp3sig5ImageD1Ev at Base 2.3.70
+ _ZThn8_N4yarp3sig5Sound5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp3sig5SoundD0Ev at Base 2.3.70
+ _ZThn8_N4yarp3sig5SoundD1Ev at Base 2.3.70
+ _ZThn8_N4yarp3sig6Matrix5writeERNS_2os16ConnectionWriterE at Base 2.3.70
+ _ZThn8_N4yarp3sig6MatrixD0Ev at Base 2.3.70
+ _ZThn8_N4yarp3sig6MatrixD1Ev at Base 2.3.70
+ _ZThn8_N4yarp3sig6Vector5writeERNS_2os16ConnectionWriterE at Base 2.3.70
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index b794f49..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1,40 +0,0 @@
-# libYARP_serversql
-usr/lib/x86_64-linux-gnu/libYARP_serversql.a
-
-# libYARP_wire_rep_utils
-usr/lib/x86_64-linux-gnu/libYARP_wire_rep_utils.a
-
-# libYARP_logger
-usr/include/yarp/logger/*.h
-usr/lib/x86_64-linux-gnu/libYARP_logger.a
-
-# libYARP_manager
-usr/include/yarp/manager/*.h
-usr/lib/x86_64-linux-gnu/libYARP_manager.a
-
-# libyarpcar and libyarpmod
-usr/lib/x86_64-linux-gnu/libyarpcar.so
-usr/lib/x86_64-linux-gnu/libyarpmod.so
-
-# libYARP_name
-usr/include/yarp/name/*.h
-usr/lib/*/libYARP_name.so
-
-# yarpserver2 and yarpserver3
-usr/bin/yarpserver2
-usr/bin/yarpserver3
-
-# Not building plugins
-
-# TODO
-usr/share/yarp/plugins/cuda.ini
-usr/share/yarp/plugins/dynamixelAX12Ftdi.ini
-usr/share/yarp/plugins/firewirecamera.ini
-usr/share/yarp/plugins/jrkerr.ini
-usr/share/yarp/plugins/kinect.ini
-usr/share/yarp/plugins/nvidia.ini
-usr/share/yarp/plugins/openni2.ini
-usr/share/yarp/plugins/ovrheadset.ini
-usr/share/yarp/plugins/stage.ini
-usr/share/yarp/plugins/vfw.ini
-usr/share/yarp/plugins/wxsdl.ini
diff --git a/debian/patches/0003-Do-not-install-xmlrcpp-lib.patch b/debian/patches/0003-Do-not-install-xmlrcpp-lib.patch
new file mode 100644
index 0000000..028ecb6
--- /dev/null
+++ b/debian/patches/0003-Do-not-install-xmlrcpp-lib.patch
@@ -0,0 +1,32 @@
+From: "Daniele E. Domenichelli" <ddomenichelli at drdanz.it>
+Date: Mon, 19 Jun 2017 17:59:07 +0200
+Subject: Do not install xmlrcpp lib
+
+---
+ extern/xmlrpcpp/CMakeLists.txt | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/extern/xmlrpcpp/CMakeLists.txt b/extern/xmlrpcpp/CMakeLists.txt
+index e0a0e71..2714868 100644
+--- a/extern/xmlrpcpp/CMakeLists.txt
++++ b/extern/xmlrpcpp/CMakeLists.txt
+@@ -33,11 +33,11 @@ set_property(TARGET YARP_priv_xmlrpcpp PROPERTY FOLDER "Libraries/External")
+ set(xmlrpcpp_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/xmlrpcpp/src PARENT_SCOPE)
+ set(xmlrpcpp_LIBRARIES "YARP_priv_xmlrpcpp" PARENT_SCOPE)
+ 
+-install(TARGETS YARP_priv_xmlrpcpp
+-        EXPORT YARP
+-        COMPONENT runtime
+-        RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
+-        LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
+-        ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}")
+-
+-set_property(GLOBAL APPEND PROPERTY YARP_LIBS YARP_priv_xmlrpcpp)
++#install(TARGETS YARP_priv_xmlrpcpp
++#        EXPORT YARP
++#        COMPONENT runtime
++#        RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
++#        LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
++#        ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}")
++#
++#set_property(GLOBAL APPEND PROPERTY YARP_LIBS YARP_priv_xmlrpcpp)
diff --git a/debian/patches/0004-Fix-spelling-errors-reported-by-lintian.patch b/debian/patches/0004-Fix-spelling-errors-reported-by-lintian.patch
new file mode 100644
index 0000000..d2a72ca
--- /dev/null
+++ b/debian/patches/0004-Fix-spelling-errors-reported-by-lintian.patch
@@ -0,0 +1,812 @@
+From: "Daniele E. Domenichelli" <ddomenichelli at drdanz.it>
+Date: Tue, 20 Jun 2017 11:24:01 +0200
+Subject: Fix spelling errors reported by lintian
+
+---
+ .../tests/xml/modules/logpolarTransform.xml        |  2 +-
+ doc/cmd_yarpdev.dox                                |  2 +-
+ doc/device_invocation/grabber_basic.dox            |  4 ++--
+ doc/device_invocation/test_grabber_basic.dox       |  4 ++--
+ doc/release/v2_3_70.md                             |  4 ++--
+ src/devices/SDLJoypad/SDLJoypad.cpp                |  2 +-
+ src/devices/depthCamera/depthCameraDriver.cpp      |  6 ++---
+ .../fakeMotionControl/fakeMotionControl.cpp        |  2 +-
+ src/devices/meiMotionControl/MEIMotionControl.cpp  |  4 ++--
+ src/devices/ovrheadset/OVRHeadset.cpp              |  2 +-
+ src/devices/rpLidar2/rpLidar2.cpp                  |  4 ++--
+ src/devices/test_grabber/TestFrameGrabber.cpp      |  4 ++--
+ src/libYARP_OS/include/yarp/os/Route.h             |  2 +-
+ src/libYARP_OS/src/Run.cpp                         |  4 ++--
+ src/libYARP_dev/include/yarp/dev/ControlBoardPid.h |  2 +-
+ .../include/yarp/dev/IJoypadController.h           | 26 +++++++++++-----------
+ src/libYARP_dev/include/yarp/dev/IVisualParams.h   |  4 ++--
+ src/libYARP_dev/src/IJoypadController.cpp          |  2 +-
+ .../src/devices/ControlBoardWrapper/SubDevice.cpp  |  2 +-
+ .../FrameTransformClient/FrameTransformClient.cpp  | 14 ++++++------
+ .../FrameTransformServer/FrameTransformServer.cpp  |  2 +-
+ .../JoypadControlClient/JoypadControlClient.cpp    |  2 +-
+ .../Localization2DClient/Localization2DClient.cpp  |  2 +-
+ .../devices/LocationsServer/LocationsServer.cpp    |  2 +-
+ .../src/devices/Map2DServer/Map2DServer.cpp        |  2 +-
+ .../Navigation2DClient/Navigation2DClient.cpp      |  8 +++----
+ .../devices/RGBDSensorClient/RGBDSensorClient.cpp  |  4 ++--
+ .../RGBDSensorWrapper/RGBDSensorWrapper.cpp        |  4 ++--
+ .../src/devices/ServerGrabber/ServerGrabber.cpp    |  4 ++--
+ src/libYARP_rtf/include/yarp/rtf/TestAsserter.h    |  8 +++----
+ src/libYARP_rtf/src/TestAsserter.cpp               |  8 +++----
+ .../src-manager/newapplicationwizard.cpp           |  2 +-
+ tests/libYARP_OS/ThreadTest.cpp                    |  8 +++----
+ tests/libYARP_dev/AnalogWrapperTest.cpp            |  2 +-
+ tests/libYARP_dev/MapGrid2DTest.cpp                |  2 +-
+ 35 files changed, 78 insertions(+), 78 deletions(-)
+
+diff --git a/data/yarpmanager/tests/xml/modules/logpolarTransform.xml b/data/yarpmanager/tests/xml/modules/logpolarTransform.xml
+index 8d78a21..bf395b2 100644
+--- a/data/yarpmanager/tests/xml/modules/logpolarTransform.xml
++++ b/data/yarpmanager/tests/xml/modules/logpolarTransform.xml
+@@ -8,7 +8,7 @@
+     <arguments>
+         <param desc="specifies the configuration file"> from </param>
+         <param desc="specifies the sub-path from $ICUB_ROOT/app to the configuration file"> context </param>
+-        <param default="CARTESIAN2LOGPOLAR" desc="specifies the direction of the tranform; the alternative direction is LOGPOLAR2CARTESIAN">direction</param>
++        <param default="CARTESIAN2LOGPOLAR" desc="specifies the direction of the transform; the alternative direction is LOGPOLAR2CARTESIAN">direction</param>
+         <param default="252" desc="specifies the number of receptive fields per ring (i.e. the number of samples in the theta/angular dimension); required for CARTESIAN2LOGPOLAR transform direction">angles</param>
+         <param default="152" desc="specifies the number of rings (i.e. the number of samples in the r dimension); required for CARTESIAN2LOGPOLAR transform direction">rings</param>
+         <param default="320" desc="specifies the number of samples in the X dimension; required for LOGPOLAR2CARTESIAN transform direction">xsize </param>
+diff --git a/doc/cmd_yarpdev.dox b/doc/cmd_yarpdev.dox
+index adeeab9..baaca72 100644
+--- a/doc/cmd_yarpdev.dox
++++ b/doc/cmd_yarpdev.dox
+@@ -207,7 +207,7 @@ do to make the device match our system.
+ 
+ \section devices_parameters Detailed parameters description
+ 
+-Each device class has a description page where input parameters are desribed in
++Each device class has a description page where input parameters are described in
+ more detail. You can find a list of devices in \ref dev_impl "Device implementation page" subdivided by type.
+ 
+ For example the description for the
+diff --git a/doc/device_invocation/grabber_basic.dox b/doc/device_invocation/grabber_basic.dox
+index c79d282..4f35714 100644
+--- a/doc/device_invocation/grabber_basic.dox
++++ b/doc/device_invocation/grabber_basic.dox
+@@ -39,8 +39,8 @@ Here is a list of properties checked when starting up a device based on this con
+ <tr><td>test_grabber.horizontalFov</td><td>desired horizontal fov of test image</td><td>1.0</td></tr>
+ <tr><td>test_grabber.verticalFov</td><td>desired vertical fov of test image</td><td>2.0</td></tr>
+ <tr><td>test_grabber.mirror</td><td>mirroring disabled by default</td><td>0</td></tr>
+-<tr><td>test_grabber.focalLengthX</td><td>Horizontal component of the focal lenght of the test_grabber</td><td>4.0</td></tr>
+-<tr><td>test_grabber.focalLengthY</td><td>Vertical component of the focal lenght of the test_grabber</td><td>5.0</td></tr>
++<tr><td>test_grabber.focalLengthX</td><td>Horizontal component of the focal length of the test_grabber</td><td>4.0</td></tr>
++<tr><td>test_grabber.focalLengthY</td><td>Vertical component of the focal length of the test_grabber</td><td>5.0</td></tr>
+ <tr><td>test_grabber.principalPointX</td><td>X coordinate of the principal point of the test_grabber</td><td>6.0</td></tr>
+ <tr><td>test_grabber.principalPointY</td><td>Y coordinate of the principal point of the test_grabber</td><td>7.0</td></tr>
+ <tr><td>test_grabber.retificationMatrix</td><td>Matrix that describes the lens' distortion(fake)</td><td>1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0</td></tr>
+diff --git a/doc/device_invocation/test_grabber_basic.dox b/doc/device_invocation/test_grabber_basic.dox
+index 3890450..de73f94 100644
+--- a/doc/device_invocation/test_grabber_basic.dox
++++ b/doc/device_invocation/test_grabber_basic.dox
+@@ -34,8 +34,8 @@ Here is a list of properties checked when starting up a device based on this con
+ <tr><td>horizontalFov</td><td>desired horizontal fov of test image</td><td>1.0</td></tr>
+ <tr><td>verticalFov</td><td>desired vertical fov of test image</td><td>2.0</td></tr>
+ <tr><td>mirror</td><td>mirroring disabled by default</td><td>0</td></tr>
+-<tr><td>focalLengthX</td><td>Horizontal component of the focal lenght of the test_grabber</td><td>4.0</td></tr>
+-<tr><td>focalLengthY</td><td>Vertical component of the focal lenght of the test_grabber</td><td>5.0</td></tr>
++<tr><td>focalLengthX</td><td>Horizontal component of the focal length of the test_grabber</td><td>4.0</td></tr>
++<tr><td>focalLengthY</td><td>Vertical component of the focal length of the test_grabber</td><td>5.0</td></tr>
+ <tr><td>principalPointX</td><td>X coordinate of the principal point of the test_grabber</td><td>6.0</td></tr>
+ <tr><td>principalPointY</td><td>Y coordinate of the principal point of the test_grabber</td><td>7.0</td></tr>
+ <tr><td>retificationMatrix</td><td>Matrix that describes the lens' distortion(fake)</td><td>1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0</td></tr>
+diff --git a/doc/release/v2_3_70.md b/doc/release/v2_3_70.md
+index 68d786c..dce7b93 100644
+--- a/doc/release/v2_3_70.md
++++ b/doc/release/v2_3_70.md
+@@ -172,8 +172,8 @@ New Features
+ * Added rpc port to dialogue with FrameTransformClient.
+   The implemented commands are:
+   - `get_transform`: print the transform from src to dst
+-  - `list_frames`: print all the available refence frames
+-  - `list_ports`: print all the opened ports for tranform broadcasting
++  - `list_frames`: print all the available reference frames
++  - `list_ports`: print all the opened ports for transform broadcasting
+   - `publish_transform`: opens a port to publish transform from src to dst
+   - `unpublish_transform`: closes a previously opened port to publish a
+     transform
+diff --git a/src/devices/SDLJoypad/SDLJoypad.cpp b/src/devices/SDLJoypad/SDLJoypad.cpp
+index 37416a4..db7ec5e 100644
+--- a/src/devices/SDLJoypad/SDLJoypad.cpp
++++ b/src/devices/SDLJoypad/SDLJoypad.cpp
+@@ -142,7 +142,7 @@ bool SDLJoypad::open(yarp::os::Searchable& rf)
+                 yError() << "SDLJoypad:" << SDL_GetError();
+                 return false;
+             }
+-            yInfo() << "SDLJoypad: Actions succesfully parsed and linked to the joypad";
++            yInfo() << "SDLJoypad: Actions successfully parsed and linked to the joypad";
+         }
+     }
+     else
+diff --git a/src/devices/depthCamera/depthCameraDriver.cpp b/src/devices/depthCamera/depthCameraDriver.cpp
+index 963b3c0..f4f5947 100644
+--- a/src/devices/depthCamera/depthCameraDriver.cpp
++++ b/src/devices/depthCamera/depthCameraDriver.cpp
+@@ -195,7 +195,7 @@ bool depthCameraDriver::initializeOpeNIDevice()
+         {
+             if (m_device.setImageRegistrationMode(IMAGE_REGISTRATION_DEPTH_TO_COLOR) == STATUS_OK)
+             {
+-                yInfo() << "DepthCameraDriver:Depth succesfully registered on rgb sensor";
++                yInfo() << "DepthCameraDriver:Depth successfully registered on rgb sensor";
+             }
+             else
+             {
+@@ -405,7 +405,7 @@ bool depthCameraDriver::setParams()
+             yarp::os::Time::delay(0.5);
+             if (setRgbMirroring(v.asBool()))
+             {
+-                yInfo() << "depthCamera: rgb mirroring parameter set succesfully";
++                yInfo() << "depthCamera: rgb mirroring parameter set successfully";
+                 mirrorOk = true;
+                 break;
+             }
+@@ -435,7 +435,7 @@ bool depthCameraDriver::setParams()
+             yarp::os::Time::delay(0.5);
+             if (setDepthMirroring(v.asBool()))
+             {
+-                yInfo() << "depthCamera: depth mirroring parameter setted succesfully";
++                yInfo() << "depthCamera: depth mirroring parameter setted successfully";
+                 mirrorOk = true;
+                 break;
+             }
+diff --git a/src/devices/fakeMotionControl/fakeMotionControl.cpp b/src/devices/fakeMotionControl/fakeMotionControl.cpp
+index 6349833..c795f9a 100644
+--- a/src/devices/fakeMotionControl/fakeMotionControl.cpp
++++ b/src/devices/fakeMotionControl/fakeMotionControl.cpp
+@@ -1258,7 +1258,7 @@ bool FakeMotionControl::fromConfig(yarp::os::Searchable &config)
+             //return false;
+         }
+         // current limit
+-        if (!extractGroup(coupling, xtmp, "kinematic_mj","the kinematic matrix 4x4 which tranforms from joint space to motor space", 16))
++        if (!extractGroup(coupling, xtmp, "kinematic_mj","the kinematic matrix 4x4 which transforms from joint space to motor space", 16))
+         {
+             for(i=1; i<xtmp.size(); i++) _kinematic_mj[i-1]=0.0;
+         }
+diff --git a/src/devices/meiMotionControl/MEIMotionControl.cpp b/src/devices/meiMotionControl/MEIMotionControl.cpp
+index 9a4dc04..c82e78e 100644
+--- a/src/devices/meiMotionControl/MEIMotionControl.cpp
++++ b/src/devices/meiMotionControl/MEIMotionControl.cpp
+@@ -1194,7 +1194,7 @@ bool MEIMotionControl::setVelocityMode()
+ }
+ 
+ 
+-/*it sets the reference postion and gives the command to move*/
++/*it sets the reference position and gives the command to move*/
+ bool MEIMotionControl::positionMoveRaw(int axis, double ref)
+ {
+ 	MEIResources& r = RES(system_resources);
+@@ -1218,7 +1218,7 @@ bool MEIMotionControl::positionMoveRaw(int axis, double ref)
+ 	return true;
+ }
+ 
+-/*it sets the reference postion withou giving the command to move
++/*it sets the reference position withou giving the command to move
+ if you want to move you have to call the setPositionMode function*/
+ bool MEIMotionControl::positionMoveRaw(const double *refs)				//revisionata Mattia
+ {
+diff --git a/src/devices/ovrheadset/OVRHeadset.cpp b/src/devices/ovrheadset/OVRHeadset.cpp
+index a079efb..7e68156 100644
+--- a/src/devices/ovrheadset/OVRHeadset.cpp
++++ b/src/devices/ovrheadset/OVRHeadset.cpp
+@@ -303,7 +303,7 @@ bool yarp::dev::OVRHeadset::open(yarp::os::Searchable& cfg)
+         {
+             if (!cfg.check(p.first) || !(cfg.find(p.first).*isFunctionMap[p.second])())
+             {
+-                std::string err_type = err_msgs.find(p.second) == err_msgs.end() ? "[unknow type]" : err_msgs[p.second];
++                std::string err_type = err_msgs.find(p.second) == err_msgs.end() ? "[unknown type]" : err_msgs[p.second];
+                 yError() << "ovrHeadset: parameter" << p.first << "not found or not" << err_type << "in configuration file";
+                 return false;
+             }
+diff --git a/src/devices/rpLidar2/rpLidar2.cpp b/src/devices/rpLidar2/rpLidar2.cpp
+index 00bb6d6..3b0fba6 100644
+--- a/src/devices/rpLidar2/rpLidar2.cpp
++++ b/src/devices/rpLidar2/rpLidar2.cpp
+@@ -137,14 +137,14 @@ bool RpLidar2::open(yarp::os::Searchable& config)
+         handleError(result);
+         return false;
+     }
+-    yInfo() << "Motor started succesfully";
++    yInfo() << "Motor started successfully";
+     result = drv->startScan();
+     if (result != RESULT_OK)
+     {
+         handleError(result);
+         return false;
+     }
+-    yInfo() << "Scan started succesfully";
++    yInfo() << "Scan started successfully";
+ 
+     yInfo() << "Device info:" << info;
+     yInfo("max_angle %f, min_angle %f", max_angle, min_angle);
+diff --git a/src/devices/test_grabber/TestFrameGrabber.cpp b/src/devices/test_grabber/TestFrameGrabber.cpp
+index 681e316..d19a3c1 100644
+--- a/src/devices/test_grabber/TestFrameGrabber.cpp
++++ b/src/devices/test_grabber/TestFrameGrabber.cpp
+@@ -58,8 +58,8 @@ bool TestFrameGrabber::open(yarp::os::Searchable& config) {
+                                "desired vertical fov of test image").asDouble();
+     mirror=config.check("mirror",Value(false),
+                         "mirroring disabled by default").asBool();
+-    intrinsic.put("focalLengthX",config.check("focalLengthX",Value(4.0),"Horizontal component of the focal lenght of the test_grabber").asDouble());
+-    intrinsic.put("focalLengthY",config.check("focalLengthY",Value(5.0),"Vertical component of the focal lenght of the test_grabber").asDouble());
++    intrinsic.put("focalLengthX",config.check("focalLengthX",Value(4.0),"Horizontal component of the focal length of the test_grabber").asDouble());
++    intrinsic.put("focalLengthY",config.check("focalLengthY",Value(5.0),"Vertical component of the focal length of the test_grabber").asDouble());
+     intrinsic.put("principalPointX",config.check("principalPointX",Value(6.0),"X coordinate of the principal point of the test_grabber").asDouble());
+     intrinsic.put("principalPointY",config.check("principalPointY",Value(7.0),"Y coordinate of the principal point of the test_grabber").asDouble());
+     intrinsic.put("retificationMatrix",config.check("retificationMatrix",*retM,"Matrix that describes the lens' distortion(fake)"));
+diff --git a/src/libYARP_OS/include/yarp/os/Route.h b/src/libYARP_OS/include/yarp/os/Route.h
+index 7553d20..1162b40 100644
+--- a/src/libYARP_OS/include/yarp/os/Route.h
++++ b/src/libYARP_OS/include/yarp/os/Route.h
+@@ -127,7 +127,7 @@ public:
+ /** @{ */
+ 
+     /**
+-     * @brief Get the destination contact of the route, if avaiable
++     * @brief Get the destination contact of the route, if available
+      *
+      * @return the destination of the route as a contact
+      */
+diff --git a/src/libYARP_OS/src/Run.cpp b/src/libYARP_OS/src/Run.cpp
+index a6e25d9..76d5d6d 100644
+--- a/src/libYARP_OS/src/Run.cpp
++++ b/src/libYARP_OS/src/Run.cpp
+@@ -498,7 +498,7 @@ int yarp::os::Run::server()
+         yError() << "Yarprun failed to open port: " << mPortName.c_str();
+         return YARPRUN_ERROR;
+     }
+-    yInfo() << "Yarprun succesfully started on port: " << mPortName.c_str();
++    yInfo() << "Yarprun successfully started on port: " << mPortName.c_str();
+ 
+     pServerPort=&port;
+ 
+@@ -878,7 +878,7 @@ int yarp::os::Run::server()
+             if (mPortName[0]!='/') yError("Invalid port name '%s', it should start with '/'\n", mPortName.c_str());
+             return YARPRUN_ERROR;
+         }
+-        yInfo() << "Yarprun succesfully started on port: " << mPortName.c_str();
++        yInfo() << "Yarprun successfully started on port: " << mPortName.c_str();
+ 
+         pServerPort=&port;
+ 
+diff --git a/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h b/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h
+index eca6526..6fd7758 100644
+--- a/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h
++++ b/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h
+@@ -147,7 +147,7 @@ public:
+     bool operator==(const yarp::dev::Pid &p);
+ 
+     /*!
+-    * \brief Set all pid paramters to zero
++    * \brief Set all pid parameters to zero
+     *
+     */
+     void clear();
+diff --git a/src/libYARP_dev/include/yarp/dev/IJoypadController.h b/src/libYARP_dev/include/yarp/dev/IJoypadController.h
+index 0b64b09..1f81396 100644
+--- a/src/libYARP_dev/include/yarp/dev/IJoypadController.h
++++ b/src/libYARP_dev/include/yarp/dev/IJoypadController.h
+@@ -44,7 +44,7 @@ public:
+       Get number of Axes
+      * @brief getAxisCount
+      * @param axes_count unsigned int reference that will contain the result
+-     * @return true if succeded. false otherwise
++     * @return true if succeeded. false otherwise
+      */
+     virtual bool getAxisCount(unsigned int& axis_count) = 0;
+ 
+@@ -52,7 +52,7 @@ public:
+       Get number of Buttons
+      * @brief getButtonCount
+      * @param button_count unsigned int reference that will contain the result
+-     * @return true if succeded. false otherwise
++     * @return true if succeeded. false otherwise
+      */
+     virtual bool getButtonCount(unsigned int& button_count) = 0;
+ 
+@@ -60,7 +60,7 @@ public:
+       Get number of trackballs
+      * @brief getTrackballCount
+      * @param Trackball_count unsigned int reference that will contain the result
+-     * @return true if succeded. false otherwise
++     * @return true if succeeded. false otherwise
+      */
+     virtual bool getTrackballCount(unsigned int& Trackball_count) = 0;
+ 
+@@ -68,7 +68,7 @@ public:
+       Get number of Hats
+      * @brief getHatsCount
+      * @param Hat_count unsigned int reference that will contain the result
+-     * @return true if succeded. false otherwise
++     * @return true if succeeded. false otherwise
+      */
+     virtual bool getHatCount(unsigned int& Hat_count) = 0;
+ 
+@@ -77,7 +77,7 @@ public:
+       or a combination of the two
+      * @brief hasTouchSurface
+      * @param touch_count unsigned int reference that will contain the result
+-     * @return true if succeded. false otherwise
++     * @return true if succeeded. false otherwise
+      */
+     virtual bool getTouchSurfaceCount(unsigned int& touch_count) = 0;
+ 
+@@ -85,7 +85,7 @@ public:
+       get the number of the sticks
+      * @brief getStickCount
+      * @param stick_count unsigned int reference that will contain the result
+-     * @return bool if succeded, false otherwise
++     * @return bool if succeeded, false otherwise
+      */
+     virtual bool getStickCount(unsigned int& stick_count) = 0;
+ 
+@@ -94,7 +94,7 @@ public:
+     * @brief getStickDoF
+     * @param stick_id Id of the stick. must be > -1 && < getStickCount(), return false otherwise
+     * @param DoF an unsigned int reference that will contain the value.
+-    * @return true if succeded, false otherwise
++    * @return true if succeeded, false otherwise
+     */
+     virtual bool getStickDoF(unsigned int stick_id, unsigned int& DoF) = 0;
+ 
+@@ -103,7 +103,7 @@ public:
+     * @brief getButton
+     * @param button_id Id of the button to get. Must be > -1 && < getButtonCount(), return false otherwise
+     * @param value reference to be valued. The value will be from 0.0 (not even touched) to 1.0 (fully pressed)
+-    * @return true if succeded, false otherwise
++    * @return true if succeeded, false otherwise
+     */
+     virtual bool getButton(unsigned int button_id, float& value) = 0;
+ 
+@@ -112,7 +112,7 @@ public:
+     * @brief getTrackball
+     * @param trackball_id Id of the Trackball to get. Must be > -1 && < getTrackballCount(), return false otherwise
+     * @param value reference to be valued. the value will be from 0.0 (not moving) to 1.0 (full velocity)
+-    * @return true if succeded, false otherwise
++    * @return true if succeeded, false otherwise
+     */
+     virtual bool getTrackball(unsigned int trackball_id, yarp::sig::Vector& value) = 0;
+ 
+@@ -121,7 +121,7 @@ public:
+     * @brief getHat
+     * @param hat_id Id of the POV hat to get. Must be > -1 && < getHatCount(), return false otherwise
+     * @param value reference to be valued. use the YRPJOY_HAT_ macro series to get the currently pressed directions
+-    * @return true if succeded, false otherwise
++    * @return true if succeeded, false otherwise
+     */
+     virtual bool getHat(unsigned int hat_id, unsigned char& value) = 0;
+ 
+@@ -132,7 +132,7 @@ public:
+     * @param value reference to be valued. the absolute boundaries for the values should be -1.0 and 1.0 However
+     * the actual range depends on the physical device (example: analog trigger does not have a central position thus can
+     * give a value from 0.0 to 0.1)
+-    * @return true if succeded, false otherwise
++    * @return true if succeeded, false otherwise
+     */
+     virtual bool getAxis(unsigned int axis_id, double& value) = 0;
+ 
+@@ -143,7 +143,7 @@ public:
+     * @param value a vector that will contain the joystick position. the size of the vector will give you the Number of degrees of freedom
+     * and the value will be from -1.0 to 1.0
+     * @param coordinate_mode to get data in cartesian mode or polar (spheric in 3 dof position cases) mode
+-    * @return true if succeded, false otherwise
++    * @return true if succeeded, false otherwise
+     */
+     virtual bool getStick(unsigned int stick_id, yarp::sig::Vector& value, JoypadCtrl_coordinateMode coordinate_mode) = 0;
+ 
+@@ -151,7 +151,7 @@ public:
+      Get the value of a touch if present, return false otherwise
+     * @brief getTouch
+     * @param value a vector that will contain the touch values normalized from 0.0 to 1.0.
+-    * @return true if succeded, false otherwise
++    * @return true if succeeded, false otherwise
+     */
+     virtual bool getTouch(unsigned int touch_id, yarp::sig::Vector& value) = 0;
+ };
+diff --git a/src/libYARP_dev/include/yarp/dev/IVisualParams.h b/src/libYARP_dev/include/yarp/dev/IVisualParams.h
+index dd5ff1f..c8c7780 100644
+--- a/src/libYARP_dev/include/yarp/dev/IVisualParams.h
++++ b/src/libYARP_dev/include/yarp/dev/IVisualParams.h
+@@ -143,8 +143,8 @@ public:
+      *
+      * |  Parameter name              | SubParameter        | Type                | Units          | Default Value | Required                         | Description                                                                            | Notes                                                                 |
+      * |:----------------------------:|:-------------------:|:-------------------:|:--------------:|:-------------:|:--------------------------------:|:--------------------------------------------------------------------------------------:|:---------------------------------------------------------------------:|
+-     * |  focalLengthX                |      -              | double              | mm             |   -           |   Yes                            |  Horizontal component of the focal lenght                                              |                                                                       |
+-     * |  focalLengthY                |      -              | double              | mm             |   -           |   Yes                            |  Vertical component of the focal lenght                                                |                                                                       |
++     * |  focalLengthX                |      -              | double              | mm             |   -           |   Yes                            |  Horizontal component of the focal length                                              |                                                                       |
++     * |  focalLengthY                |      -              | double              | mm             |   -           |   Yes                            |  Vertical component of the focal length                                                |                                                                       |
+      * |  principalPointX             |      -              | double              | pixel          |   -           |   Yes                            |  X coordinate of the principal point                                                   |                                                                       |
+      * |  principalPointY             |      -              | double              | pixel          |   -           |   Yes                            |  Y coordinate of the principal point                                                   |                                                                       |
+      * |  retificationMatrix          |      -              | 4x4 double matrix   | -              |   -           |   Yes                            |  Matrix that describes the lens' distortion                                            |                                                                       |
+diff --git a/src/libYARP_dev/src/IJoypadController.cpp b/src/libYARP_dev/src/IJoypadController.cpp
+index 5bdc65b..59900de 100644
+--- a/src/libYARP_dev/src/IJoypadController.cpp
++++ b/src/libYARP_dev/src/IJoypadController.cpp
+@@ -76,6 +76,6 @@ bool yarp::dev::IJoypadController::parseActions(const yarp::os::Searchable& cfg,
+     }
+ 
+     actCount = i;
+-    myInfo() << actCount << "action parsed succesfully";
++    myInfo() << actCount << "action parsed successfully";
+     return true;
+ }
+diff --git a/src/libYARP_dev/src/devices/ControlBoardWrapper/SubDevice.cpp b/src/libYARP_dev/src/devices/ControlBoardWrapper/SubDevice.cpp
+index f98e4ce..5a1ed5d 100644
+--- a/src/libYARP_dev/src/devices/ControlBoardWrapper/SubDevice.cpp
++++ b/src/libYARP_dev/src/devices/ControlBoardWrapper/SubDevice.cpp
+@@ -131,7 +131,7 @@ bool SubDevice::attach(yarp::dev::PolyDriver *d, const std::string &k)
+ 
+     if (id!=k)
+     {
+-        yError("ControlBoardWrapper for part <%s>: Wrong or unknow device %s. Cannot attach to it.", parentName.c_str(), k.c_str());
++        yError("ControlBoardWrapper for part <%s>: Wrong or unknown device %s. Cannot attach to it.", parentName.c_str(), k.c_str());
+         return false;
+     }
+ 
+diff --git a/src/libYARP_dev/src/devices/FrameTransformClient/FrameTransformClient.cpp b/src/libYARP_dev/src/devices/FrameTransformClient/FrameTransformClient.cpp
+index 488bd18..ab7ba1d 100644
+--- a/src/libYARP_dev/src/devices/FrameTransformClient/FrameTransformClient.cpp
++++ b/src/libYARP_dev/src/devices/FrameTransformClient/FrameTransformClient.cpp
+@@ -191,8 +191,8 @@ bool yarp::dev::FrameTransformClient::read(yarp::os::ConnectionReader& connectio
+     {
+         out.addVocab(Vocab::encode("many"));
+         out.addString("'get_transform <src> <dst>: print the transform from <src> to <dst>");
+-        out.addString("'list_frames: print all the available refence frames");
+-        out.addString("'list_ports: print all the opened ports for tranform broadcasting");
++        out.addString("'list_frames: print all the available reference frames");
++        out.addString("'list_ports: print all the opened ports for transform broadcasting");
+         out.addString("'publish_transform <src> <dst> <portname> <format>: opens a port to publish transform from src to dst");
+         out.addString("'unpublish_transform <portname>: closes a previously opened port to publish a transform");
+         out.addString("'unpublish_all <portname>: closes a all previously opened ports to publish a transform");
+@@ -218,7 +218,7 @@ bool yarp::dev::FrameTransformClient::read(yarp::os::ConnectionReader& connectio
+         out.addVocab(Vocab::encode("many"));
+         yarp::sig::Matrix m;
+         this->getTransform(src, dst, m);
+-        out.addString("Tranform from " + src + " to " + dst + " is: ");
++        out.addString("Transform from " + src + " to " + dst + " is: ");
+         out.addString(m.toString());
+     }
+     else if (request == "list_ports")
+@@ -501,7 +501,7 @@ bool yarp::dev::FrameTransformClient::clear()
+     {
+         if (resp.get(0).asVocab() != VOCAB_OK)
+         {
+-            yError() << "FrameTransformClient::clear() recived error from server";
++            yError() << "FrameTransformClient::clear() received error from server";
+             return false;
+         }
+     }
+@@ -677,7 +677,7 @@ bool yarp::dev::FrameTransformClient::setTransform(const std::string& target_fra
+     {
+         if (resp.get(0).asVocab() != VOCAB_OK)
+         {
+-            yError() << "FrameTransformClient::setTransform() recived error from server on creating frame between " + source_frame_id + " and " + target_frame_id;
++            yError() << "FrameTransformClient::setTransform() received error from server on creating frame between " + source_frame_id + " and " + target_frame_id;
+             return false;
+         }
+     }
+@@ -724,7 +724,7 @@ bool yarp::dev::FrameTransformClient::setTransformStatic(const std::string &targ
+     {
+         if (resp.get(0).asVocab() != VOCAB_OK)
+         {
+-            yError() << "FrameTransformClient::setTransform() recived error from server on creating frame between " + source_frame_id + " and " + target_frame_id;
++            yError() << "FrameTransformClient::setTransform() received error from server on creating frame between " + source_frame_id + " and " + target_frame_id;
+             return false;
+         }
+     }
+@@ -749,7 +749,7 @@ bool yarp::dev::FrameTransformClient::deleteTransform(const std::string &target_
+     {
+         if (resp.get(0).asVocab()!=VOCAB_OK)
+         {
+-            yError() << "recived error from server on deleting frame between "+source_frame_id+" and "+target_frame_id;
++            yError() << "received error from server on deleting frame between "+source_frame_id+" and "+target_frame_id;
+             return false;
+         }
+     }
+diff --git a/src/libYARP_dev/src/devices/FrameTransformServer/FrameTransformServer.cpp b/src/libYARP_dev/src/devices/FrameTransformServer/FrameTransformServer.cpp
+index 83062b0..f727f86 100644
+--- a/src/libYARP_dev/src/devices/FrameTransformServer/FrameTransformServer.cpp
++++ b/src/libYARP_dev/src/devices/FrameTransformServer/FrameTransformServer.cpp
+@@ -507,7 +507,7 @@ bool FrameTransformServer::parseStartingTf(yarp::os::Searchable &config)
+ 
+             if(m_yarp_static_transform_storage->set_transform(t))
+             {
+-                yInfo() << tfName << "from" << t.src_frame_id << "to" << t.dst_frame_id << "succesfully set";
++                yInfo() << tfName << "from" << t.src_frame_id << "to" << t.dst_frame_id << "successfully set";
+             }
+         }
+         return true;
+diff --git a/src/libYARP_dev/src/devices/JoypadControlClient/JoypadControlClient.cpp b/src/libYARP_dev/src/devices/JoypadControlClient/JoypadControlClient.cpp
+index 3ed3694..f81561b 100644
+--- a/src/libYARP_dev/src/devices/JoypadControlClient/JoypadControlClient.cpp
++++ b/src/libYARP_dev/src/devices/JoypadControlClient/JoypadControlClient.cpp
+@@ -122,7 +122,7 @@ bool JoypadControlClient::open(yarp::os::Searchable& config)
+         return false;
+     }
+ 
+-    yInfo() << "handshake succeded! retrieving info";
++    yInfo() << "handshake succeeded! retrieving info";
+ 
+     if(!getJoypadInfo())
+     {
+diff --git a/src/libYARP_dev/src/devices/Localization2DClient/Localization2DClient.cpp b/src/libYARP_dev/src/devices/Localization2DClient/Localization2DClient.cpp
+index 3fa77ca..41dbc92 100644
+--- a/src/libYARP_dev/src/devices/Localization2DClient/Localization2DClient.cpp
++++ b/src/libYARP_dev/src/devices/Localization2DClient/Localization2DClient.cpp
+@@ -119,7 +119,7 @@ bool  yarp::dev::Localization2DClient::getCurrentPosition(Map2DLocation& loc)
+     {
+         if (resp.get(0).asVocab() != VOCAB_OK || resp.size() != 5)
+         {
+-            yError() << "Navigation2DClient::getCurrentPosition() recived error from localization server";
++            yError() << "Navigation2DClient::getCurrentPosition() received error from localization server";
+             return false;
+         }
+         else
+diff --git a/src/libYARP_dev/src/devices/LocationsServer/LocationsServer.cpp b/src/libYARP_dev/src/devices/LocationsServer/LocationsServer.cpp
+index a3a1e55..bfd8033 100644
+--- a/src/libYARP_dev/src/devices/LocationsServer/LocationsServer.cpp
++++ b/src/libYARP_dev/src/devices/LocationsServer/LocationsServer.cpp
+@@ -194,7 +194,7 @@ bool yarp::dev::LocationsServer::read(yarp::os::ConnectionReader& connection)
+         }
+         else
+         {
+-            out.addString("request not undestood, call 'help' to see a list of avaiable commands");
++            out.addString("request not understood, call 'help' to see a list of available commands");
+         }
+ 
+         yarp::os::ConnectionWriter *returnToSender = connection.getWriter();
+diff --git a/src/libYARP_dev/src/devices/Map2DServer/Map2DServer.cpp b/src/libYARP_dev/src/devices/Map2DServer/Map2DServer.cpp
+index 4c40386..7dfa296 100644
+--- a/src/libYARP_dev/src/devices/Map2DServer/Map2DServer.cpp
++++ b/src/libYARP_dev/src/devices/Map2DServer/Map2DServer.cpp
+@@ -285,7 +285,7 @@ bool Map2DServer::open(yarp::os::Searchable &config)
+         string collection_file = m_rf_mapCollection.findFile("maps_collection.ini");
+         if (loadMaps(collection_file))
+         {
+-            yInfo() << "Map collection:" << collection_file << "succesfully loaded";
++            yInfo() << "Map collection:" << collection_file << "successfully loaded";
+         }
+         else
+         {
+diff --git a/src/libYARP_dev/src/devices/Navigation2DClient/Navigation2DClient.cpp b/src/libYARP_dev/src/devices/Navigation2DClient/Navigation2DClient.cpp
+index ea1cc7b..de84350 100644
+--- a/src/libYARP_dev/src/devices/Navigation2DClient/Navigation2DClient.cpp
++++ b/src/libYARP_dev/src/devices/Navigation2DClient/Navigation2DClient.cpp
+@@ -220,7 +220,7 @@ bool yarp::dev::Navigation2DClient::gotoTargetByLocationName(yarp::os::ConstStri
+     {
+         if (resp_loc.get(0).asVocab() != VOCAB_OK || resp_loc.size() != 5)
+         {
+-            yError() << "Navigation2DClient::gotoTargetByLocationName() recived error from locations server";
++            yError() << "Navigation2DClient::gotoTargetByLocationName() received error from locations server";
+             return false;
+         }
+     }
+@@ -248,7 +248,7 @@ bool yarp::dev::Navigation2DClient::gotoTargetByLocationName(yarp::os::ConstStri
+     {
+         if (resp_nav.get(0).asVocab() != VOCAB_OK)
+         {
+-            yError() << "Navigation2DClient::gotoTargetByLocationName() recived error from navigation server";
++            yError() << "Navigation2DClient::gotoTargetByLocationName() received error from navigation server";
+             return false;
+         }
+     }
+@@ -330,7 +330,7 @@ bool  yarp::dev::Navigation2DClient::getCurrentPosition(Map2DLocation& loc)
+     {
+         if (resp.get(0).asVocab() != VOCAB_OK || resp.size() != 5)
+         {
+-            yError() << "Navigation2DClient::getCurrentPosition() recived error from localization server";
++            yError() << "Navigation2DClient::getCurrentPosition() received error from localization server";
+             return false;
+         }
+         else
+@@ -421,7 +421,7 @@ bool yarp::dev::Navigation2DClient::getNameOfCurrentTarget(yarp::os::ConstString
+     {
+         if (resp.get(0).asVocab() != VOCAB_OK)
+         {
+-            yError() << "Navigation2DClient::getNameOfCurrentTarget() recived error from server";
++            yError() << "Navigation2DClient::getNameOfCurrentTarget() received error from server";
+             return false;
+         }
+         else
+diff --git a/src/libYARP_dev/src/devices/RGBDSensorClient/RGBDSensorClient.cpp b/src/libYARP_dev/src/devices/RGBDSensorClient/RGBDSensorClient.cpp
+index 0a828cd..0bee82b 100644
+--- a/src/libYARP_dev/src/devices/RGBDSensorClient/RGBDSensorClient.cpp
++++ b/src/libYARP_dev/src/devices/RGBDSensorClient/RGBDSensorClient.cpp
+@@ -48,7 +48,7 @@ bool RGBDSensorClient::open(yarp::os::Searchable& config)
+ 
+     if(!fromConfig(config))
+     {
+-        yError() << "Device RGBDSensorClient failed to open, check previous log for error messsages.";
++        yError() << "Device RGBDSensorClient failed to open, check previous log for error messages.";
+         return false;
+     }
+ 
+@@ -75,7 +75,7 @@ bool RGBDSensorClient::fromConfig(yarp::os::Searchable &config)
+     if(rosGroup.isNull())
+     {
+         if(verbose >= 3)
+-            yInfo() << "RGBDSensorClient: ROS configuration paramters are not set, skipping ROS topic initialization.";
++            yInfo() << "RGBDSensorClient: ROS configuration parameters are not set, skipping ROS topic initialization.";
+         use_ROS  = false;
+     }
+     else
+diff --git a/src/libYARP_dev/src/devices/RGBDSensorWrapper/RGBDSensorWrapper.cpp b/src/libYARP_dev/src/devices/RGBDSensorWrapper/RGBDSensorWrapper.cpp
+index fe72f91..37879db 100644
+--- a/src/libYARP_dev/src/devices/RGBDSensorWrapper/RGBDSensorWrapper.cpp
++++ b/src/libYARP_dev/src/devices/RGBDSensorWrapper/RGBDSensorWrapper.cpp
+@@ -189,7 +189,7 @@ bool RGBDSensorWrapper::open(yarp::os::Searchable &config)
+ 
+     if(!fromConfig(config))
+     {
+-        yError() << "Device RGBDSensorWrapper failed to open, check previous log for error messsages.\n";
++        yError() << "Device RGBDSensorWrapper failed to open, check previous log for error messages.\n";
+         return false;
+     }
+ 
+@@ -240,7 +240,7 @@ bool RGBDSensorWrapper::fromConfig(yarp::os::Searchable &config)
+     if(rosGroup.isNull())
+     {
+         if(verbose >= 3)
+-            yInfo() << "RGBDSensorWrapper: ROS configuration paramters are not set, skipping ROS topic initialization.";
++            yInfo() << "RGBDSensorWrapper: ROS configuration parameters are not set, skipping ROS topic initialization.";
+         use_ROS  = false;
+         use_YARP = true;
+     }
+diff --git a/src/libYARP_dev/src/devices/ServerGrabber/ServerGrabber.cpp b/src/libYARP_dev/src/devices/ServerGrabber/ServerGrabber.cpp
+index dc7e370..a36d021 100644
+--- a/src/libYARP_dev/src/devices/ServerGrabber/ServerGrabber.cpp
++++ b/src/libYARP_dev/src/devices/ServerGrabber/ServerGrabber.cpp
+@@ -328,7 +328,7 @@ bool ServerGrabber::open(yarp::os::Searchable& config) {
+ 
+     if(!fromConfig(config))
+     {
+-        yError() << "Device ServerGrabber failed to open, check previous log for error messsages.\n";
++        yError() << "Device ServerGrabber failed to open, check previous log for error messages.\n";
+         return false;
+     }
+ 
+@@ -413,7 +413,7 @@ bool ServerGrabber::fromConfig(yarp::os::Searchable &config)
+             param.cap=RAW;
+     }
+     else
+-        yWarning()<<"ServerGrabber: 'capabilities' parameter not found or mispelled, the option available are COLOR(default) and RAW, using default";
++        yWarning()<<"ServerGrabber: 'capabilities' parameter not found or misspelled, the option available are COLOR(default) and RAW, using default";
+     param.canDrop = !config.check("no_drop","if present, use strict policy for sending data");
+     param.addStamp = config.check("stamp","if present, add timestamps to data");
+ 
+diff --git a/src/libYARP_rtf/include/yarp/rtf/TestAsserter.h b/src/libYARP_rtf/include/yarp/rtf/TestAsserter.h
+index bc2d83f..000fe18 100644
+--- a/src/libYARP_rtf/include/yarp/rtf/TestAsserter.h
++++ b/src/libYARP_rtf/include/yarp/rtf/TestAsserter.h
+@@ -39,14 +39,14 @@ public:
+      *                      checking equality of corresponding elements of the
+      *                      left and right vectors. It specifies the upper bound
+      *                      of the interval.
+-     * @param lenght: specifies the lengths of all vectors
++     * @param length: specifies the lengths of all vectors
+      * @return: the result of the comparison
+      */
+     static bool isApproxEqual(const double *left,
+                               const double *right,
+                               const double *l_thresholds,
+                               const double *h_thresholds,
+-                              int lenght);
++                              int length);
+ 
+     /**
+      * Element-wise compare two vectors to determine if they are approximately
+@@ -57,13 +57,13 @@ public:
+      * @param thresholds: a vector of thresholds whose elements are used when
+      *                    checking equality of corresponding elements of the
+      *                    left and right vectors
+-     * @param lenght: specifies the lengths of all vectors
++     * @param length: specifies the lengths of all vectors
+      * @return: the result of comparison
+      */
+     static bool isApproxEqual(const double *left,
+                               const double *right,
+                               const double *thresholds,
+-                              int lenght);
++                              int length);
+ 
+     /**
+      * Element-wise compare two vectors to determine if they are approximately
+diff --git a/src/libYARP_rtf/src/TestAsserter.cpp b/src/libYARP_rtf/src/TestAsserter.cpp
+index 3c404ed..2847615 100644
+--- a/src/libYARP_rtf/src/TestAsserter.cpp
++++ b/src/libYARP_rtf/src/TestAsserter.cpp
+@@ -27,19 +27,19 @@ yarp::rtf::TestAsserter::~TestAsserter()
+ bool yarp::rtf::TestAsserter::isApproxEqual(const double *left,
+                                             const double *right,
+                                             const double *thresholds,
+-                                            int lenght)
++                                            int length)
+ {
+-    return isApproxEqual(left, right, thresholds, thresholds, lenght);
++    return isApproxEqual(left, right, thresholds, thresholds, length);
+ }
+ 
+ bool yarp::rtf::TestAsserter::isApproxEqual(const double *left,
+                                             const double *right,
+                                             const double *l_thresholds,
+                                             const double *h_thresholds,
+-                                            int lenght)
++                                            int length)
+ {
+     bool reached = true;
+-    for(int j = 0; j < lenght; j++)
++    for(int j = 0; j < length; j++)
+     {
+         if (left[j]<(right[j]-fabs(l_thresholds[j])) || left[j]>(right[j]+fabs(h_thresholds[j]))) {
+             reached=false;
+diff --git a/src/yarpmanager/src-manager/newapplicationwizard.cpp b/src/yarpmanager/src-manager/newapplicationwizard.cpp
+index bda2fc6..189ad0a 100644
+--- a/src/yarpmanager/src-manager/newapplicationwizard.cpp
++++ b/src/yarpmanager/src-manager/newapplicationwizard.cpp
+@@ -244,7 +244,7 @@ void NewApplicationWizard::accept()
+     if (alreadyExists)
+     {
+         QMessageBox::StandardButton reply;
+-        reply = QMessageBox::question(this, "Quit", "The file choosen already exists, do you want to overwrite it?", QMessageBox::Yes|QMessageBox::No);
++        reply = QMessageBox::question(this, "Quit", "The file chosen already exists, do you want to overwrite it?", QMessageBox::Yes|QMessageBox::No);
+         if (reply == QMessageBox::No)
+         {
+             QDialog::reject();
+diff --git a/tests/libYARP_OS/ThreadTest.cpp b/tests/libYARP_OS/ThreadTest.cpp
+index fbc0345..21b5e4b 100644
+--- a/tests/libYARP_OS/ThreadTest.cpp
++++ b/tests/libYARP_OS/ThreadTest.cpp
+@@ -314,10 +314,10 @@ public:
+         Time::delay(0.05);
+         t2.start();
+         checkEqual(ThreadImpl::getCount(), tct+3, "thread count");
+-        checkEqual(t1.join(), 0, "thread t1 joined succesfully");
+-        checkEqual(t2.join(), 0, "thread t1 joined succesfully");
++        checkEqual(t1.join(), 0, "thread t1 joined successfully");
++        checkEqual(t2.join(), 0, "thread t1 joined successfully");
+         burper.close();
+-        checkEqual(burper.join(), 0, "thread burper joined succesfully");
++        checkEqual(burper.join(), 0, "thread burper joined successfully");
+         report(0, "... done threads");
+         checkEqual(expectCount, gotCount, "thread event counts");
+         checkEqual(true, expectCount==11, "thread event counts");
+@@ -462,7 +462,7 @@ public:
+         ThreadDelay t(0.1,true);
+         checkTrue(t.active,"flag starts out ok");
+         t.start();
+-        checkEqual(t.join(1), 0, "thread t joined succesfully before 1 second timeout");
++        checkEqual(t.join(1), 0, "thread t joined successfully before 1 second timeout");
+         checkTrue(t.active,"timeout join returns before thread stops");
+         t.mutex.wait();
+         t.hold = false;
+diff --git a/tests/libYARP_dev/AnalogWrapperTest.cpp b/tests/libYARP_dev/AnalogWrapperTest.cpp
+index 530c124..4951b1e 100644
+--- a/tests/libYARP_dev/AnalogWrapperTest.cpp
++++ b/tests/libYARP_dev/AnalogWrapperTest.cpp
+@@ -113,7 +113,7 @@ public:
+             result&=Network::exists("/testAnalogWrapperMultip/left_forearm/rpc:i");
+             result&=Network::exists("/testAnalogWrapperMultip/left_arm");
+             result&=Network::exists("/testAnalogWrapperMultip/left_arm/rpc:i");
+-            checkTrue(result,"All the ports required has been opened succesfully");
++            checkTrue(result,"All the ports required has been opened successfully");
+             result = dd3.close();
+             checkTrue(result,"close reported successful");
+         }
+diff --git a/tests/libYARP_dev/MapGrid2DTest.cpp b/tests/libYARP_dev/MapGrid2DTest.cpp
+index 968d24c..1247b24 100644
+--- a/tests/libYARP_dev/MapGrid2DTest.cpp
++++ b/tests/libYARP_dev/MapGrid2DTest.cpp
+@@ -168,7 +168,7 @@ public:
+         //closing the drivers
+         bool bclose1 = ddmapclient.close();
+         bool bclose2 = ddmapserver.close();
+-        checkTrue(bclose1 && bclose2, "map2DServer and map2DClient polydrivers closed succesfully");
++        checkTrue(bclose1 && bclose2, "map2DServer and map2DClient polydrivers closed successfully");
+ 
+         return true;
+     }
diff --git a/debian/patches/series b/debian/patches/series
index 761e162..b035186 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
 0001-Make-private-libraries-static-and-do-not-install-the.patch
 0002-Allow-to-create-python2-and-python3-bindings-at-the-.patch
+0003-Do-not-install-xmlrcpp-lib.patch
+0004-Fix-spelling-errors-reported-by-lintian.patch
diff --git a/debian/python-yarp.lintian-overrides b/debian/python-yarp.lintian-overrides
new file mode 100644
index 0000000..d397091
--- /dev/null
+++ b/debian/python-yarp.lintian-overrides
@@ -0,0 +1 @@
+new-package-should-not-package-python2-module python-yarp
diff --git a/debian/rules b/debian/rules
index a33d9d2..e0d87a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,14 +10,15 @@ include /usr/share/dpkg/architecture.mk
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	                     -DYARP_CLEAN_API:BOOL=ON \
+	                     -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
 	                     -DYARP_COMPILE_EXECUTABLES:BOOL=ON \
 	                     -DYARP_COMPILE_BINDINGS:BOOL=ON \
 	                     -DYARP_COMPILE_TESTS:BOOL=OFF \
 	                     -DYARP_COMPILE_UNMAINTAINED:BOOL=OFF \
-	                     -DCREATE_GUIS:BOOL=ON \
 	                     -DCREATE_LIB_MATH:BOOL=ON \
-	                     -DCREATE_LIB_MATH_USING_GSL:BOOL=ON \
+	                     -DCREATE_GUIS:BOOL=ON \
+	                     -DCREATE_YARPLASERSCANNERGUI:BOOL=ON \
+	                     -DCREATE_YARPBATTERYGUI:BOOL=ON \
 	                     -DCREATE_OPTIONAL_CARRIERS:BOOL=ON \
 	                     -DENABLE_yarpcar_bayer:BOOL=ON \
 	                     -DENABLE_yarpcar_human:BOOL=ON \
@@ -45,11 +46,18 @@ override_dh_auto_configure:
 	                     -DENABLE_yarpmod_portaudio:BOOL=ON \
 	                     -DENABLE_yarpmod_rpLidar:BOOL=ON \
 	                     -DENABLE_yarpmod_SerialServoBoard:BOOL=ON \
+	                     -DENABLE_yarpmod_test_grabber:BOOL=ON \
 	                     -DCREATE_PERL:BOOL=ON \
 	                     -DCREATE_PYTHON2:BOOL=ON \
 	                     -DCREATE_PYTHON3:BOOL=ON \
 	                     -DYARP_DOXYGEN_HTML:BOOL=ON \
 	                     -DYARP_DOXYGEN_MAN:BOOL=ON \
+# -DENABLE_yarpcar_depthimage:BOOL=ON \
+# -DENABLE_yarpmod_fakeDepthCamera:BOOL=ON \
+# -DENABLE_yarpmod_fakeAnalogSensor:BOOL=ON \
+# -DENABLE_yarpmod_laserFromDepth:BOOL=ON \
+# -DENABLE_yarpmod_rpLidar2:BOOL=ON \
+# -DENABLE_yarpmod_yarpmod_SDLJoypad:BOOL=ON \
 # -DENABLE_yarpmod_KinectDeviceClient:BOOL=ON \
 # -DENABLE_yarpmod_KinectDeviceLocal:BOOL=ON \
 # -DENABLE_yarpmod_SerialServoBoard:BOOL=ON \
@@ -64,11 +72,6 @@ override_dh_auto_configure:
 # -DENABLE_yarpmod_wxsdl:BOOL=ON \
 
 
-# Not building in YARP 2.3.64
-# 	                     -DENABLE_yarpmod_firewirecamera:BOOL=ON
-
-
-
 override_dh_auto_build-arch:
 	dh_auto_build --parallel
 
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
index e51c109..51b0506 100644
--- a/debian/source.lintian-overrides
+++ b/debian/source.lintian-overrides
@@ -1,11 +1,2 @@
-outdated-autotools-helper-file extern/gtkdatabox/gtkdatabox/config.sub 2008-01-16
-outdated-autotools-helper-file extern/gtkdatabox/gtkdatabox/config.guess 2008-01-23
-outdated-autotools-helper-file extern/goocanvas/goocanvas/config.sub 2007-04-29
-outdated-autotools-helper-file extern/goocanvas/goocanvas/config.guess 2007-05-17
-outdated-autotools-helper-file extern/gtkdataboxmm/gtkdataboxmm/build/config.guess 2012-02-10
-outdated-autotools-helper-file extern/goocanvasmm/goocanvasmm/build/config.sub 2009-11-20
-outdated-autotools-helper-file extern/goocanvasmm/goocanvasmm/build/config.guess 2009-11-20
 source-contains-prebuilt-doxygen-documentation extern/tinyxml/tinyxml/docs/
 source-contains-prebuilt-doxygen-documentation extern/qcustomplot/qcustomplot/documentation/html/
-source-contains-prebuilt-doxygen-documentation extern/goocanvasmm/goocanvasmm/doc/reference/html/
-source-contains-prebuilt-doxygen-documentation extern/gtkdataboxmm/gtkdataboxmm/doc/reference/html/
diff --git a/debian/yarp-carrier-human.lintian-overrides b/debian/yarp-carrier-human.lintian-overrides
new file mode 100644
index 0000000..84d8786
--- /dev/null
+++ b/debian/yarp-carrier-human.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+yarp-carrier-human: hardening-no-fortify-functions usr/lib/*/yarp/yarp_human.so
diff --git a/debian/yarp-carrier-mpi.install b/debian/yarp-carrier-mpi.install
index 05510c6..4a09d68 100644
--- a/debian/yarp-carrier-mpi.install
+++ b/debian/yarp-carrier-mpi.install
@@ -1,3 +1,4 @@
 usr/share/yarp/plugins/mpi.ini
+usr/share/yarp/plugins/mpibcast.ini
 usr/lib/x86_64-linux-gnu/yarp/yarp_mpi.so
 usr/lib/x86_64-linux-gnu/yarp/yarp_mpibcast.so
diff --git a/debian/yarp-carrier-portmonitor.lintian-overrides b/debian/yarp-carrier-portmonitor.lintian-overrides
new file mode 100644
index 0000000..16b1669
--- /dev/null
+++ b/debian/yarp-carrier-portmonitor.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+hardening-no-fortify-functions usr/lib/*/yarp/yarp_portmonitor.so
diff --git a/debian/yarp-data.install b/debian/yarp-data.install
index 6136f55..e57dea5 100644
--- a/debian/yarp-data.install
+++ b/debian/yarp-data.install
@@ -10,5 +10,5 @@ usr/share/yarp/contexts/yarpdataplayer/config.ini
 usr/share/yarp/templates/applications/eyesviewer-cluster.xml.template
 usr/share/yarp/templates/applications/yarpdataplayer.xml.template
 usr/share/yarp/templates/applications/yarpdatadumper.xml.template
-src/yarpscope-gtk/examples/test_yarpscope_wbd.xml usr/share/yarp/contexts/yarpscope/
-src/yarpscope-gtk/examples/test_portscope.xml usr/share/yarp/contexts/yarpscope/
+#src/yarpscope-gtk/examples/test_yarpscope_wbd.xml usr/share/yarp/contexts/yarpscope/
+#src/yarpscope-gtk/examples/test_portscope.xml usr/share/yarp/contexts/yarpscope/
diff --git a/debian/yarp-device-fakeimu.lintian-overrides b/debian/yarp-device-fakeimu.lintian-overrides
new file mode 100644
index 0000000..e2dda4f
--- /dev/null
+++ b/debian/yarp-device-fakeimu.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+hardening-no-fortify-functions usr/lib/*/yarp/yarp_fakeIMU.so
diff --git a/debian/yarp-device-fakelaser.lintian-overrides b/debian/yarp-device-fakelaser.lintian-overrides
new file mode 100644
index 0000000..ebb3f3c
--- /dev/null
+++ b/debian/yarp-device-fakelaser.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+hardening-no-fortify-functions usr/lib/*/yarp/fakeLaser.so
diff --git a/debian/yarp-device-opencv.lintian-overrides b/debian/yarp-device-opencv.lintian-overrides
new file mode 100644
index 0000000..a265cd7
--- /dev/null
+++ b/debian/yarp-device-opencv.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+hardening-no-fortify-functions usr/lib/*/yarp/yarp_opencv.so
diff --git a/debian/yarp-device-serial.lintian-overrides b/debian/yarp-device-serial.lintian-overrides
index 1c2883f..0ffa336 100644
--- a/debian/yarp-device-serial.lintian-overrides
+++ b/debian/yarp-device-serial.lintian-overrides
@@ -1 +1,2 @@
-spelling-error-in-binary usr/lib/x86_64-linux-gnu/yarp/yarp_serial.so befor before
+# False positives
+spelling-error-in-binary usr/lib/*/yarp/yarp_serial.so befor before
diff --git a/debian/yarp-device-testgrabber.install b/debian/yarp-device-testgrabber.install
new file mode 100644
index 0000000..c3f4bb8
--- /dev/null
+++ b/debian/yarp-device-testgrabber.install
@@ -0,0 +1,2 @@
+usr/share/yarp/plugins/test_grabber.ini
+usr/lib/x86_64-linux-gnu/yarp/yarp_test_grabber.so
diff --git a/debian/yarp-doc.lintian-overrides b/debian/yarp-doc.lintian-overrides
new file mode 100644
index 0000000..46cb205
--- /dev/null
+++ b/debian/yarp-doc.lintian-overrides
@@ -0,0 +1,25 @@
+# Bug in doxygen 1.8.13
+# See https://bugzilla.gnome.org/show_bug.cgi?id=784032
+manpage-has-bad-whatis-entry usr/share/man/man1/yarp-config.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarp.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpbatterygui.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpdatadumper.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpdatadumperAppGenerator.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpdataplayer.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpdev.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarphear.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpidl_rosmsg.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpidl_thrift.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarplaserscannergui.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarplogger-console.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarplogger.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpmanager-console.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpmanager.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpmotorgui.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarprobotinterface.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpros.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarprun.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpscope.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpserver.1.gz
+manpage-has-bad-whatis-entry usr/share/man/man1/yarpview.1.gz
+
diff --git a/debian/yarp-tools.lintian-overrides b/debian/yarp-tools.lintian-overrides
new file mode 100644
index 0000000..388ebdc
--- /dev/null
+++ b/debian/yarp-tools.lintian-overrides
@@ -0,0 +1,11 @@
+# False positives
+binary-without-manpage usr/bin/yarp
+binary-without-manpage usr/bin/yarp-config
+binary-without-manpage usr/bin/yarpdev
+binary-without-manpage usr/bin/yarphear
+binary-without-manpage usr/bin/yarpidl_rosmsg
+binary-without-manpage usr/bin/yarpidl_thrift
+binary-without-manpage usr/bin/yarplogger-console
+binary-without-manpage usr/bin/yarpmanager-console
+binary-without-manpage usr/bin/yarprobotinterface
+binary-without-manpage usr/bin/yarpros
diff --git a/debian/yarpbatterygui.lintian-overrides b/debian/yarpbatterygui.lintian-overrides
new file mode 100644
index 0000000..8a217ca
--- /dev/null
+++ b/debian/yarpbatterygui.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarpbatterygui
diff --git a/debian/yarpdatadumper.lintian-overrides b/debian/yarpdatadumper.lintian-overrides
new file mode 100644
index 0000000..db27986
--- /dev/null
+++ b/debian/yarpdatadumper.lintian-overrides
@@ -0,0 +1,3 @@
+# False positives
+yarpdatadumper: binary-without-manpage usr/bin/yarpdatadumper
+yarpdatadumper: binary-without-manpage usr/bin/yarpdatadumperAppGenerator
diff --git a/debian/yarpdataplayer.lintian-overrides b/debian/yarpdataplayer.lintian-overrides
new file mode 100644
index 0000000..8fd4b7d
--- /dev/null
+++ b/debian/yarpdataplayer.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarpdataplayer
diff --git a/debian/yarplaserscannergui.lintian-overrides b/debian/yarplaserscannergui.lintian-overrides
new file mode 100644
index 0000000..dbb2095
--- /dev/null
+++ b/debian/yarplaserscannergui.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarplaserscannergui
diff --git a/debian/yarplogger.lintian-overrides b/debian/yarplogger.lintian-overrides
new file mode 100644
index 0000000..170dfbe
--- /dev/null
+++ b/debian/yarplogger.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarplogger
diff --git a/debian/yarpmanager.lintian-overrides b/debian/yarpmanager.lintian-overrides
new file mode 100644
index 0000000..5620e0c
--- /dev/null
+++ b/debian/yarpmanager.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarpmanager
diff --git a/debian/yarpmotorgui.lintian-overrides b/debian/yarpmotorgui.lintian-overrides
new file mode 100644
index 0000000..7558a07
--- /dev/null
+++ b/debian/yarpmotorgui.lintian-overrides
@@ -0,0 +1,3 @@
+# False positives
+hardening-no-fortify-functions usr/bin/yarpmotorgui
+binary-without-manpage usr/bin/yarpmotorgui
diff --git a/debian/yarprun.lintian-overrides b/debian/yarprun.lintian-overrides
new file mode 100644
index 0000000..b4fd5f6
--- /dev/null
+++ b/debian/yarprun.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarprun
diff --git a/debian/yarpscope.lintian-overrides b/debian/yarpscope.lintian-overrides
new file mode 100644
index 0000000..1f5efd6
--- /dev/null
+++ b/debian/yarpscope.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarpscope
diff --git a/debian/yarpserver.lintian-overrides b/debian/yarpserver.lintian-overrides
new file mode 100644
index 0000000..a37b418
--- /dev/null
+++ b/debian/yarpserver.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarpserver
diff --git a/debian/yarpview.lintian-overrides b/debian/yarpview.lintian-overrides
new file mode 100644
index 0000000..baa07a0
--- /dev/null
+++ b/debian/yarpview.lintian-overrides
@@ -0,0 +1,2 @@
+# False positives
+binary-without-manpage usr/bin/yarpview

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yarp.git



More information about the debian-science-commits mailing list