#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (unsigned int ¶meter) const |
| RampDivisor () | |
| void | setParameter (const unsigned int ¶meter) |
| void | toString (std::string &value) const |
| virtual | ~RampDivisor () |
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 |
The exponent of the scaling factor for the ramp generator- should be de/incremented carefully (in steps of one).
Definition at line 1357 of file YouBotGripperParameter.hpp.
Definition at line 1676 of file YouBotGripperParameter.cpp.
| youbot::RampDivisor::~RampDivisor | ( | ) | [virtual] |
Definition at line 1686 of file YouBotGripperParameter.cpp.
| std::string youbot::RampDivisor::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1378 of file YouBotGripperParameter.hpp.
| void youbot::RampDivisor::getParameter | ( | unsigned int & | parameter | ) | const |
Definition at line 1692 of file YouBotGripperParameter.cpp.
| ParameterType youbot::RampDivisor::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1384 of file YouBotGripperParameter.hpp.
| void youbot::RampDivisor::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1724 of file YouBotGripperParameter.cpp.
| void youbot::RampDivisor::setParameter | ( | const unsigned int & | parameter | ) |
Definition at line 1699 of file YouBotGripperParameter.cpp.
| void youbot::RampDivisor::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1732 of file YouBotGripperParameter.cpp.
| void youbot::RampDivisor::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1715 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1359 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1360 of file YouBotGripperParameter.hpp.
unsigned int youbot::RampDivisor::lowerLimit [private] |
Definition at line 1392 of file YouBotGripperParameter.hpp.
std::string youbot::RampDivisor::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1396 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1398 of file YouBotGripperParameter.hpp.
unsigned int youbot::RampDivisor::upperLimit [private] |
Definition at line 1388 of file YouBotGripperParameter.hpp.
unsigned int youbot::RampDivisor::value [private] |
Definition at line 1394 of file YouBotGripperParameter.hpp.