#include <PortHandler.h>

Public Member Functions | |
| JointTorqueOutPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, const std::vector< hrp::Link * > &i_joints) | |
| void | update (double time) |
Private Attributes | |
| hrp::Link * | m_link |
Definition at line 150 of file PortHandler.h.
| JointTorqueOutPortHandler::JointTorqueOutPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
| const char * | i_portName, | ||
| const std::vector< hrp::Link * > & | i_joints | ||
| ) |
Definition at line 167 of file PortHandler.cpp.
| void JointTorqueOutPortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 175 of file PortHandler.cpp.
hrp::Link* JointTorqueOutPortHandler::m_link [private] |
Definition at line 158 of file PortHandler.h.