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