robotDescription_nwc_yarp
: This client device is used to connect to a robotDescription_nws_yarp and ask info about the currently opened devices.
More...
#include <networkWrappers/robotDescription_nwc_yarp/RobotDescription_nwc_yarp.h>
Public Member Functions | |
bool | open (yarp::os::Searchable &config) override |
Open the DeviceDriver. | |
bool | close () override |
Close the DeviceDriver. | |
yarp::dev::ReturnValue | getAllDevices (std::vector< yarp::dev::DeviceDescription > &dev_list) override |
Ask the complete list of all yarp device drivers registered by a robot description server. | |
yarp::dev::ReturnValue | getAllDevicesByType (const std::string &type, std::vector< yarp::dev::DeviceDescription > &dev_list) override |
Ask a list of all registered yarp device drivers whose type corresponds to the given param. | |
yarp::dev::ReturnValue | registerDevice (const yarp::dev::DeviceDescription &dev) override |
Register a new running yarp device into a robot description server. | |
yarp::dev::ReturnValue | unregisterDevice (const std::string &device_name) override |
Unregister a running yarp device from a robot description server. | |
yarp::dev::ReturnValue | unregisterAll () override |
Unregister all the devices. | |
![]() | |
DeviceDriver () | |
DeviceDriver (const DeviceDriver &other)=delete | |
DeviceDriver (DeviceDriver &&other) noexcept=delete | |
DeviceDriver & | operator= (const DeviceDriver &other)=delete |
DeviceDriver & | operator= (DeviceDriver &&other) noexcept=delete |
virtual | ~DeviceDriver () |
virtual std::string | id () const |
Return the id assigned to the PolyDriver. | |
virtual void | setId (const std::string &id) |
Set the id for this device. | |
template<class T > | |
bool | view (T *&x) |
Get an interface to the device driver. | |
virtual DeviceDriver * | getImplementation () |
Some drivers are bureaucrats, pointing at others. | |
![]() | |
virtual | ~IRobotDescription () |
Destructor. | |
![]() | |
RobotDescription_nwc_yarp_ParamsParser () | |
~RobotDescription_nwc_yarp_ParamsParser () override=default | |
bool | parseParams (const yarp::os::Searchable &config) override |
Parse the DeviceDriver parameters. | |
std::string | getDeviceClassName () const override |
Get the name of the DeviceDriver class. | |
std::string | getDeviceName () const override |
Get the name of the device (i.e. | |
std::string | getDocumentationOfDeviceParams () const override |
Get the documentation of the DeviceDriver's parameters. | |
std::vector< std::string > | getListOfParams () const override |
Return a list of all params used by the device. | |
bool | getParamValue (const std::string ¶mName, std::string ¶mValue) const override |
Return the value (represented as a string) of the requested parameter. | |
std::string | getConfiguration () const override |
Return the configuration of the device. | |
![]() | |
virtual | ~IDeviceDriverParams () |
Protected Attributes | |
std::mutex | m_mutex |
yarp::os::Port | m_rpc_port |
IRobotDescriptionMsgs | m_RPC |
Additional Inherited Members | |
![]() | |
const std::string | m_device_classname = {"RobotDescription_nwc_yarp"} |
const std::string | m_device_name = {"robotDescription_nwc_yarp"} |
bool | m_parser_is_strict = false |
const parser_version_type | m_parser_version = {} |
std::string | m_provided_configuration |
const std::string | m_local_defaultValue = {"/robotDescription_nwc_yarp/rpc"} |
const std::string | m_remote_defaultValue = {"/robotDescription_nws_yarp/rpc"} |
std::string | m_local = {"/robotDescription_nwc_yarp/rpc"} |
std::string | m_remote = {"/robotDescription_nws_yarp/rpc"} |
robotDescription_nwc_yarp
: This client device is used to connect to a robotDescription_nws_yarp and ask info about the currently opened devices.
Parameters required by this device are shown in class: RobotDescription_nwc_yarp_ParamsParser
Definition at line 33 of file RobotDescription_nwc_yarp.h.
|
overridevirtual |
Close the DeviceDriver.
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 55 of file RobotDescription_nwc_yarp.cpp.
|
overridevirtual |
Ask the complete list of all yarp device drivers registered by a robot description server.
Implements yarp::dev::IRobotDescription.
Definition at line 97 of file RobotDescription_nwc_yarp.cpp.
|
overridevirtual |
Ask a list of all registered yarp device drivers whose type corresponds to the given param.
Implements yarp::dev::IRobotDescription.
Definition at line 62 of file RobotDescription_nwc_yarp.cpp.
|
overridevirtual |
Open the DeviceDriver.
config | is a list of parameters for the device. Which parameters are effective for your device can vary. See device invocation examples. If there is no example for your device, you can run the "yarpdev" program with the verbose flag set to probe what parameters the device is checking. If that fails too, you'll need to read the source code (please nag one of the yarp developers to add documentation for your device). |
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 23 of file RobotDescription_nwc_yarp.cpp.
|
overridevirtual |
Register a new running yarp device into a robot description server.
Implements yarp::dev::IRobotDescription.
Definition at line 85 of file RobotDescription_nwc_yarp.cpp.
|
overridevirtual |
Unregister all the devices.
Implements yarp::dev::IRobotDescription.
Definition at line 109 of file RobotDescription_nwc_yarp.cpp.
|
overridevirtual |
Unregister a running yarp device from a robot description server.
Implements yarp::dev::IRobotDescription.
Definition at line 74 of file RobotDescription_nwc_yarp.cpp.
|
protected |
Definition at line 39 of file RobotDescription_nwc_yarp.h.
|
protected |
Definition at line 41 of file RobotDescription_nwc_yarp.h.
|
protected |
Definition at line 40 of file RobotDescription_nwc_yarp.h.