#include <YouBotGripperParameter.hpp>

Public Member Functions | |
| void | getParameter (int ¶meter) const |
| MaximumAcceleration () | |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) const |
| virtual | ~MaximumAcceleration () |
Private Member Functions | |
| std::string | getName () const |
| ParameterType | getType () const |
| void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message) const |
| void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message) |
Private Attributes | |
| int | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| int | upperLimit |
| int | value |
Friends | |
| class | YouBotGripper |
| class | YouBotGripperBar |
Acceleration parameter for velocity control and position control
Definition at line 1070 of file YouBotGripperParameter.hpp.
Definition at line 1297 of file YouBotGripperParameter.cpp.
| youbot::MaximumAcceleration::~MaximumAcceleration | ( | ) | [virtual] |
Definition at line 1307 of file YouBotGripperParameter.cpp.
| std::string youbot::MaximumAcceleration::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1090 of file YouBotGripperParameter.hpp.
| void youbot::MaximumAcceleration::getParameter | ( | int & | parameter | ) | const |
Definition at line 1313 of file YouBotGripperParameter.cpp.
| ParameterType youbot::MaximumAcceleration::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1096 of file YouBotGripperParameter.hpp.
| void youbot::MaximumAcceleration::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message | ) | const [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1345 of file YouBotGripperParameter.cpp.
| void youbot::MaximumAcceleration::setParameter | ( | const int | parameter | ) |
Definition at line 1320 of file YouBotGripperParameter.cpp.
| void youbot::MaximumAcceleration::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message | ) | [private, virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1353 of file YouBotGripperParameter.cpp.
| void youbot::MaximumAcceleration::toString | ( | std::string & | value | ) | const [virtual] |
Implements youbot::YouBotGripperParameter.
Definition at line 1336 of file YouBotGripperParameter.cpp.
friend class YouBotGripper [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1072 of file YouBotGripperParameter.hpp.
friend class YouBotGripperBar [friend] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1073 of file YouBotGripperParameter.hpp.
int youbot::MaximumAcceleration::lowerLimit [private] |
Definition at line 1104 of file YouBotGripperParameter.hpp.
std::string youbot::MaximumAcceleration::name [private] |
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1108 of file YouBotGripperParameter.hpp.
Reimplemented from youbot::YouBotGripperParameter.
Definition at line 1110 of file YouBotGripperParameter.hpp.
int youbot::MaximumAcceleration::upperLimit [private] |
Definition at line 1100 of file YouBotGripperParameter.hpp.
int youbot::MaximumAcceleration::value [private] |
Definition at line 1106 of file YouBotGripperParameter.hpp.