#include <PortHandler.h>

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