#include <PortHandler.h>
Public Member Functions | |
JointVelocityOutPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, const std::vector< hrp::Link * > &i_joints) | |
void | update (double time) |
Definition at line 112 of file PortHandler.h.
JointVelocityOutPortHandler::JointVelocityOutPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
const char * | i_portName, | ||
const std::vector< hrp::Link * > & | i_joints | ||
) |
Definition at line 88 of file PortHandler.cpp.
void JointVelocityOutPortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 96 of file PortHandler.cpp.