|
iCub-main
|
#include <FakeRawValuesPublisher.h>
Inheritance diagram for FakeRawValuesPublisher:Public Member Functions | |
| FakeRawValuesPublisher () | |
| ~FakeRawValuesPublisher ()=default | |
| 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 |
| virtual bool | getAxesNames (std::string key, std::vector< std::string > &axesNames) override |
Public Member Functions inherited from FakeRawValuesPublisher_ParamsParser | |
| FakeRawValuesPublisher_ParamsParser () | |
| ~FakeRawValuesPublisher_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 |
Additional Inherited Members | |
Public Attributes inherited from FakeRawValuesPublisher_ParamsParser | |
| const std::string | m_device_classname = {"FakeRawValuesPublisher"} |
| const std::string | m_device_name = {"fakeRawValuesPublisher"} |
| bool | m_parser_is_strict = false |
| const parser_version_type | m_parser_version = {} |
| const std::string | m_name_defaultValue = {""} |
| const std::string | m_njomos_defaultValue = {""} |
| const std::string | m_threshold_defaultValue = {""} |
| std::string | m_name = {} |
| int | m_njomos = {0} |
| int | m_threshold = {0} |
Definition at line 37 of file FakeRawValuesPublisher.h.
| FakeRawValuesPublisher::FakeRawValuesPublisher | ( | ) |
Definition at line 41 of file FakeRawValuesPublisher.cpp.
|
default |
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 150 of file FakeRawValuesPublisher.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 136 of file FakeRawValuesPublisher.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 95 of file FakeRawValuesPublisher.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 112 of file FakeRawValuesPublisher.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 106 of file FakeRawValuesPublisher.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 80 of file FakeRawValuesPublisher.cpp.
|
overridevirtual |
Implements iCub::debugLibrary::IRawValuesPublisher.
Definition at line 53 of file FakeRawValuesPublisher.cpp.