#include <YouBotJointParameter.hpp>
Public Member Functions | |
DParameterCurrentControl () | |
void | getParameter (int ¶meter) const |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~DParameterCurrentControl () |
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 |
D-Parameter of PID current regulator.
Definition at line 1722 of file YouBotJointParameter.hpp.
Definition at line 2195 of file YouBotJointParameter.cpp.
Definition at line 2205 of file YouBotJointParameter.cpp.
std::string youbot::DParameterCurrentControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1742 of file YouBotJointParameter.hpp.
void youbot::DParameterCurrentControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 2211 of file YouBotJointParameter.cpp.
ParameterType youbot::DParameterCurrentControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1748 of file YouBotJointParameter.hpp.
void youbot::DParameterCurrentControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2243 of file YouBotJointParameter.cpp.
void youbot::DParameterCurrentControl::setParameter | ( | const int | parameter | ) |
Definition at line 2218 of file YouBotJointParameter.cpp.
void youbot::DParameterCurrentControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2256 of file YouBotJointParameter.cpp.
void youbot::DParameterCurrentControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2234 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1724 of file YouBotJointParameter.hpp.
int youbot::DParameterCurrentControl::lowerLimit [private] |
Definition at line 1756 of file YouBotJointParameter.hpp.
std::string youbot::DParameterCurrentControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1760 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1762 of file YouBotJointParameter.hpp.
int youbot::DParameterCurrentControl::upperLimit [private] |
Definition at line 1752 of file YouBotJointParameter.hpp.
int youbot::DParameterCurrentControl::value [private] |
Definition at line 1758 of file YouBotJointParameter.hpp.