53 const std::string m_device_classname = {
"CuiAbsolute"};
54 const std::string m_device_name = {
"CuiAbsolute"};
55 bool m_parser_is_strict =
false;
63 const std::string m_canId_defaultValue = {
""};
64 const std::string m_reverse_defaultValue = {
""};
65 const std::string m_timeout_defaultValue = {
"0.25"};
66 const std::string m_maxRetries_defaultValue = {
"10"};
67 const std::string m_mode_defaultValue = {
""};
68 const std::string m_pushDelay_defaultValue = {
"0"};
71 bool m_reverse = {
false};
72 double m_timeout = {0.25};
73 int m_maxRetries = {10};
74 std::string m_mode = {};
75 int m_pushDelay = {0};
77 bool parseParams(
const yarp::os::Searchable & config)
override;
78 std::string getDeviceClassName()
const override {
return m_device_classname; }
79 std::string getDeviceName()
const override {
return m_device_name; }
80 std::string getDocumentationOfDeviceParams()
const override;
81 std::vector<std::string> getListOfParams()
const override;