#include <PortHandler.h>
Public Member Functions | |
AbsVelocityInPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::Link *i_link) | |
void | update () |
Private Attributes | |
hrp::Link * | m_link |
Definition at line 172 of file PortHandler.h.
AbsVelocityInPortHandler::AbsVelocityInPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
const char * | i_portName, | ||
hrp::Link * | i_link | ||
) |
Definition at line 443 of file PortHandler.cpp.
void AbsVelocityInPortHandler::update | ( | void | ) | [virtual] |
Implements InPortHandlerBase.
Definition at line 452 of file PortHandler.cpp.
hrp::Link* AbsVelocityInPortHandler::m_link [private] |
Definition at line 180 of file PortHandler.h.