Readout of the actual load value with used for stall detection (stallGuard2). More...
#include <YouBotGripperParameter.hpp>
Public Member Functions | |
ActualLoadValue () | |
virtual | ~ActualLoadValue () |
void | getParameter (unsigned int ¶meter) const |
void | setParameter (const unsigned int ¶meter) |
void | toString (std::string &value) const |
Friends | |
class | YouBotGripper |
class | YouBotGripperBar |
Readout of the actual load value with used for stall detection (stallGuard2).
Definition at line 496 of file YouBotGripperParameter.hpp.
ActualLoadValue | ( | ) |
Definition at line 598 of file YouBotGripperParameter.cpp.
~ActualLoadValue | ( | ) | [virtual] |
Definition at line 607 of file YouBotGripperParameter.cpp.
void getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 612 of file YouBotGripperParameter.cpp.
void setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 618 of file YouBotGripperParameter.cpp.
void toString | ( | std::string & | value | ) | const [virtual] |
Implements YouBotGripperParameter.
Definition at line 631 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 497 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from YouBotGripperParameter.
Definition at line 498 of file YouBotGripperParameter.hpp.