iCub-main
|
#include <RawValuesPublisherClient.h>
Public Member Functions | |
bool | open (yarp::os::Searchable &config) override |
bool | close () override |
virtual bool | getRawDataMap (std::map< std::string, std::vector< std::int32_t >> &map) override |
virtual bool | getRawData (std::string key, std::vector< std::int32_t > &data) override |
virtual bool | getKeys (std::vector< std::string > &keys) override |
virtual int | getNumberOfKeys () override |
virtual bool | getMetadataMap (rawValuesKeyMetadataMap &metamap) override |
virtual bool | getKeyMetadata (std::string key, rawValuesKeyMetadata &meta) override |
Public Member Functions inherited from RawValuesPublisherClient_ParamsParser | |
RawValuesPublisherClient_ParamsParser () | |
~RawValuesPublisherClient_ParamsParser ()=default | |
bool | parseParams (const yarp::os::Searchable &config) |
std::string | getDeviceClassName () const |
std::string | getDeviceName () const |
std::string | getDocumentationOfDeviceParams () const |
std::vector< std::string > | getListOfParams () const |
Additional Inherited Members | |
Public Attributes inherited from RawValuesPublisherClient_ParamsParser | |
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 = {} |
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"} |
Definition at line 28 of file RawValuesPublisherClient.h.
|
override |
Definition at line 115 of file RawValuesPublisherClient.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 165 of file RawValuesPublisherClient.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 149 of file RawValuesPublisherClient.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 159 of file RawValuesPublisherClient.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 154 of file RawValuesPublisherClient.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 133 of file RawValuesPublisherClient.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 125 of file RawValuesPublisherClient.cpp.
|
override |
Definition at line 43 of file RawValuesPublisherClient.cpp.