#include <PortHandler.h>
Public Member Functions | |
AbsAccelerationInPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::Link *i_link) | |
void | update () |
Public Member Functions inherited from InPortHandler< RTC::TimedDoubleSeq > | |
InPortHandler (PortInfo &info) | |
InPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName) | |
virtual void | outputDataToSimulator (Controller_impl *controller)=0 |
virtual void | readDataFromPort (Controller_impl *controller)=0 |
Public Member Functions inherited from PortHandler | |
PortHandler (PortInfo &info) | |
virtual | ~PortHandler () |
Private Attributes | |
hrp::Link * | m_link |
Additional Inherited Members | |
Public Attributes inherited from PortHandler | |
std::string | portName |
Port_Service_Var_Type | portRef |
Protected Attributes inherited from InPortHandler< RTC::TimedDoubleSeq > | |
RTC::TimedDoubleSeq | m_data |
RTC::InPort< RTC::TimedDoubleSeq > | m_port |
Definition at line 183 of file PortHandler.h.
AbsAccelerationInPortHandler::AbsAccelerationInPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
const char * | i_portName, | ||
hrp::Link * | i_link | ||
) |
Definition at line 464 of file PortHandler.cpp.
Implements InPortHandlerBase.
Definition at line 473 of file PortHandler.cpp.
|
private |
Definition at line 191 of file PortHandler.h.