#include <PortHandler.h>

Public Member Functions | |
| JointVelocityInPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, const std::vector< hrp::Link * > &i_joints, std::vector< OpenHRP::RobotHardwareService::SwitchStatus > *i_servo) | |
| void | update () |
Definition at line 102 of file PortHandler.h.
| JointVelocityInPortHandler::JointVelocityInPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
| const char * | i_portName, | ||
| const std::vector< hrp::Link * > & | i_joints, | ||
| std::vector< OpenHRP::RobotHardwareService::SwitchStatus > * | i_servo | ||
| ) |
Definition at line 67 of file PortHandler.cpp.
| void JointVelocityInPortHandler::update | ( | void | ) | [virtual] |
Implements InPortHandlerBase.
Definition at line 76 of file PortHandler.cpp.