#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (unsigned int ¶meter) const |
| void | setParameter (const unsigned int ¶meter) |
| void | toString (std::string &value) const |
| Vsense () | |
| virtual | ~Vsense () |
Public Member Functions inherited from youbot::YouBotGripperParameter | |
| virtual | ~YouBotGripperParameter () |
Private Member Functions | |
| std::string | getName () const |
| ParameterType | getType () const |
| void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message) const |
| void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message) |
Private Attributes | |
| unsigned int | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| unsigned int | upperLimit |
| unsigned int | value |
Friends | |
| class | YouBotGripper |
| class | YouBotGripperBar |
Additional Inherited Members | |
Protected Member Functions inherited from youbot::YouBotGripperParameter | |
| YouBotGripperParameter () | |
Protected Attributes inherited from youbot::YouBotGripperParameter | |
| std::string | name |
sense resistor voltage based current scaling 0: Full scale sense resistor voltage is 1/18 VDD 1: Full scale sense resistor voltage is 1/36 VDD (refers to a current setting of 31 and DAC value 255) Use default value. Do not change!
Definition at line 1904 of file YouBotGripperParameter.hpp.
| youbot::Vsense::Vsense | ( | ) |
Definition at line 2442 of file YouBotGripperParameter.cpp.
|
virtual |
Definition at line 2451 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1924 of file YouBotGripperParameter.hpp.
| void youbot::Vsense::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 2456 of file YouBotGripperParameter.cpp.
|
inlineprivatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 1926 of file YouBotGripperParameter.hpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2483 of file YouBotGripperParameter.cpp.
| void youbot::Vsense::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 2462 of file YouBotGripperParameter.cpp.
|
privatevirtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2490 of file YouBotGripperParameter.cpp.
|
virtual |
Implements youbot::YouBotGripperParameter.
Definition at line 2475 of file YouBotGripperParameter.cpp.
|
friend |
Definition at line 1905 of file YouBotGripperParameter.hpp.
|
friend |
Definition at line 1906 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1930 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1934 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1936 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1926 of file YouBotGripperParameter.hpp.
|
private |
Definition at line 1932 of file YouBotGripperParameter.hpp.