#include <YouBotJointParameter.hpp>

Public Member Functions | |
| void | getParameter (int ¶meter) const |
| IClippingParameterCurrentControl () | |
| void | setParameter (const int parameter) |
| void | toString (std::string &value) |
| virtual | ~IClippingParameterCurrentControl () |
Private Member Functions | |
| std::string | getName () const |
| ParameterType | getType () const |
| void | getYouBotMailboxMsg (YouBotSlaveMailboxMsg &message, TMCLCommandNumber msgType, const YouBotJointStorage &storage) const |
| void | setYouBotMailboxMsg (const YouBotSlaveMailboxMsg &message, const YouBotJointStorage &storage) |
Private Attributes | |
| int | lowerLimit |
| std::string | name |
| ParameterType | parameterType |
| int | upperLimit |
| int | value |
Friends | |
| class | YouBotJoint |
I-Clipping Parameter of PID current regulator.
Definition at line 1768 of file YouBotJointParameter.hpp.
Definition at line 2264 of file YouBotJointParameter.cpp.
Definition at line 2274 of file YouBotJointParameter.cpp.
| std::string youbot::IClippingParameterCurrentControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1788 of file YouBotJointParameter.hpp.
| void youbot::IClippingParameterCurrentControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 2280 of file YouBotJointParameter.cpp.
| ParameterType youbot::IClippingParameterCurrentControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1794 of file YouBotJointParameter.hpp.
| void youbot::IClippingParameterCurrentControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
| TMCLCommandNumber | msgType, | ||
| const YouBotJointStorage & | storage | ||
| ) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2312 of file YouBotJointParameter.cpp.
| void youbot::IClippingParameterCurrentControl::setParameter | ( | const int | parameter | ) |
Definition at line 2287 of file YouBotJointParameter.cpp.
| void youbot::IClippingParameterCurrentControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
| const YouBotJointStorage & | storage | ||
| ) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2325 of file YouBotJointParameter.cpp.
| void youbot::IClippingParameterCurrentControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2303 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1770 of file YouBotJointParameter.hpp.
int youbot::IClippingParameterCurrentControl::lowerLimit [private] |
Definition at line 1802 of file YouBotJointParameter.hpp.
std::string youbot::IClippingParameterCurrentControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1806 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1808 of file YouBotJointParameter.hpp.
int youbot::IClippingParameterCurrentControl::upperLimit [private] |
Definition at line 1798 of file YouBotJointParameter.hpp.
int youbot::IClippingParameterCurrentControl::value [private] |
Definition at line 1804 of file YouBotJointParameter.hpp.