|
iCub-main
|
This class is the parameters parser for class RawValuesPublisherClient. More...
#include <RawValuesPublisherClient_ParamsParser.h>
Inheritance diagram for RawValuesPublisherClient_ParamsParser:Classes | |
| struct | parser_version_type |
Public Member Functions | |
| RawValuesPublisherClient_ParamsParser () | |
| ~RawValuesPublisherClient_ParamsParser () override=default | |
| bool | parseParams (const yarp::os::Searchable &config) override |
| std::string | getDeviceClassName () const override |
| std::string | getDeviceName () const override |
| std::string | getDocumentationOfDeviceParams () const override |
| std::vector< std::string > | getListOfParams () const override |
| bool | getParamValue (const std::string ¶mName, std::string ¶mValue) const override |
| std::string | getConfiguration () const override |
Public Attributes | |
| const std::string | m_device_classname = {"RawValuesPublisherClient"} |
| const std::string | m_device_name = {"rawValuesPublisherClient"} |
| bool | m_parser_is_strict = false |
| const parser_version_type | m_parser_version = {} |
| std::string | m_provided_configuration |
| const std::string | m_remote_defaultValue = {""} |
| const std::string | m_local_defaultValue = {""} |
| const std::string | m_externalConnection_defaultValue = {"false"} |
| const std::string | m_carrier_defaultValue = {"tcp"} |
| std::string | m_remote = {} |
| std::string | m_local = {} |
| bool | m_externalConnection = {false} |
| std::string | m_carrier = {"tcp"} |
This class is the parameters parser for class RawValuesPublisherClient.
These are the used parameters:
| Group name | Parameter name | Type | Units | Default Value | Required | Description | Notes |
|---|---|---|---|---|---|---|---|
| - | remote | string | - | - | 1 | Prefix of the ports to which to connect, opened by RawValuesParameterSensorsServer device. | - |
| - | local | string | - | - | 1 | Port prefix of the ports opened by this device. | - |
| - | externalConnection | bool | - | false | 0 | If set to true, the connection to the rpc port of the RVP server is skipped and it is possible to connect to the data source externally after being opened | - |
| - | carrier | string | - | tcp | 0 | The carier used for the connection with the server. | - |
The device can be launched by yarpdev using one of the following examples (with and without all optional parameters):
Definition at line 44 of file RawValuesPublisherClient_ParamsParser.h.
| RawValuesPublisherClient_ParamsParser::RawValuesPublisherClient_ParamsParser | ( | ) |
Definition at line 23 of file RawValuesPublisherClient_ParamsParser.cpp.
|
overridedefault |
|
override |
Definition at line 69 of file RawValuesPublisherClient_ParamsParser.cpp.
|
inlineoverride |
Definition at line 74 of file RawValuesPublisherClient_ParamsParser.h.
|
inlineoverride |
Definition at line 75 of file RawValuesPublisherClient_ParamsParser.h.
|
override |
Definition at line 178 of file RawValuesPublisherClient_ParamsParser.cpp.
|
override |
Definition at line 28 of file RawValuesPublisherClient_ParamsParser.cpp.
|
override |
Definition at line 39 of file RawValuesPublisherClient_ParamsParser.cpp.
|
override |
Definition at line 79 of file RawValuesPublisherClient_ParamsParser.cpp.
| std::string RawValuesPublisherClient_ParamsParser::m_carrier = {"tcp"} |
Definition at line 71 of file RawValuesPublisherClient_ParamsParser.h.
| const std::string RawValuesPublisherClient_ParamsParser::m_carrier_defaultValue = {"tcp"} |
Definition at line 66 of file RawValuesPublisherClient_ParamsParser.h.
| const std::string RawValuesPublisherClient_ParamsParser::m_device_classname = {"RawValuesPublisherClient"} |
Definition at line 51 of file RawValuesPublisherClient_ParamsParser.h.
| const std::string RawValuesPublisherClient_ParamsParser::m_device_name = {"rawValuesPublisherClient"} |
Definition at line 52 of file RawValuesPublisherClient_ParamsParser.h.
| bool RawValuesPublisherClient_ParamsParser::m_externalConnection = {false} |
Definition at line 70 of file RawValuesPublisherClient_ParamsParser.h.
| const std::string RawValuesPublisherClient_ParamsParser::m_externalConnection_defaultValue = {"false"} |
Definition at line 65 of file RawValuesPublisherClient_ParamsParser.h.
| std::string RawValuesPublisherClient_ParamsParser::m_local = {} |
Definition at line 69 of file RawValuesPublisherClient_ParamsParser.h.
| const std::string RawValuesPublisherClient_ParamsParser::m_local_defaultValue = {""} |
Definition at line 64 of file RawValuesPublisherClient_ParamsParser.h.
| bool RawValuesPublisherClient_ParamsParser::m_parser_is_strict = false |
Definition at line 53 of file RawValuesPublisherClient_ParamsParser.h.
| const parser_version_type RawValuesPublisherClient_ParamsParser::m_parser_version = {} |
Definition at line 59 of file RawValuesPublisherClient_ParamsParser.h.
| std::string RawValuesPublisherClient_ParamsParser::m_provided_configuration |
Definition at line 61 of file RawValuesPublisherClient_ParamsParser.h.
| std::string RawValuesPublisherClient_ParamsParser::m_remote = {} |
Definition at line 68 of file RawValuesPublisherClient_ParamsParser.h.
| const std::string RawValuesPublisherClient_ParamsParser::m_remote_defaultValue = {""} |
Definition at line 63 of file RawValuesPublisherClient_ParamsParser.h.