#include <PortHandler.h>

Public Member Functions | |
| AbsAccelerationOutPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::Link *i_link) | |
| void | update (double time) |
Private Attributes | |
| hrp::Link * | m_link |
Definition at line 242 of file PortHandler.h.
| AbsAccelerationOutPortHandler::AbsAccelerationOutPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
| const char * | i_portName, | ||
| hrp::Link * | i_link | ||
| ) |
Definition at line 582 of file PortHandler.cpp.
| void AbsAccelerationOutPortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 592 of file PortHandler.cpp.
hrp::Link* AbsAccelerationOutPortHandler::m_link [private] |
Definition at line 251 of file PortHandler.h.