48 const std::string m_device_classname = {
"FakeJoint"};
49 const std::string m_device_name = {
"FakeJoint"};
50 bool m_parser_is_strict =
false;
58 const std::string m_jointName_defaultValue = {
""};
60 std::string m_jointName = {};
62 bool parseParams(
const yarp::os::Searchable & config)
override;
63 std::string getDeviceClassName()
const override {
return m_device_classname; }
64 std::string getDeviceName()
const override {
return m_device_name; }
65 std::string getDocumentationOfDeviceParams()
const override;
66 std::vector<std::string> getListOfParams()
const override;