#include <YouBotJointParameter.hpp>
Public Member Functions | |
void | getParameter (int ¶meter) const |
IParameterCurrentControl () | |
void | setParameter (const int parameter) |
void | toString (std::string &value) |
virtual | ~IParameterCurrentControl () |
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-Parameter of PID current regulator.
Definition at line 1676 of file YouBotJointParameter.hpp.
Definition at line 2126 of file YouBotJointParameter.cpp.
Definition at line 2136 of file YouBotJointParameter.cpp.
std::string youbot::IParameterCurrentControl::getName | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1696 of file YouBotJointParameter.hpp.
void youbot::IParameterCurrentControl::getParameter | ( | int & | parameter | ) | const |
Definition at line 2142 of file YouBotJointParameter.cpp.
ParameterType youbot::IParameterCurrentControl::getType | ( | ) | const [inline, private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 1702 of file YouBotJointParameter.hpp.
void youbot::IParameterCurrentControl::getYouBotMailboxMsg | ( | YouBotSlaveMailboxMsg & | message, |
TMCLCommandNumber | msgType, | ||
const YouBotJointStorage & | storage | ||
) | const [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2174 of file YouBotJointParameter.cpp.
void youbot::IParameterCurrentControl::setParameter | ( | const int | parameter | ) |
Definition at line 2149 of file YouBotJointParameter.cpp.
void youbot::IParameterCurrentControl::setYouBotMailboxMsg | ( | const YouBotSlaveMailboxMsg & | message, |
const YouBotJointStorage & | storage | ||
) | [private, virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2187 of file YouBotJointParameter.cpp.
void youbot::IParameterCurrentControl::toString | ( | std::string & | value | ) | [virtual] |
Implements youbot::YouBotJointParameter.
Definition at line 2165 of file YouBotJointParameter.cpp.
friend class YouBotJoint [friend] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1678 of file YouBotJointParameter.hpp.
int youbot::IParameterCurrentControl::lowerLimit [private] |
Definition at line 1710 of file YouBotJointParameter.hpp.
std::string youbot::IParameterCurrentControl::name [private] |
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1714 of file YouBotJointParameter.hpp.
Reimplemented from youbot::YouBotJointParameter.
Definition at line 1716 of file YouBotJointParameter.hpp.
int youbot::IParameterCurrentControl::upperLimit [private] |
Definition at line 1706 of file YouBotJointParameter.hpp.
int youbot::IParameterCurrentControl::value [private] |
Definition at line 1712 of file YouBotJointParameter.hpp.