#include <PortHandler.h>
Public Member Functions | |
ForceSensorPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::ForceSensor *i_sensor) | |
void | update (double time) |
Definition at line 267 of file PortHandler.h.
ForceSensorPortHandler::ForceSensorPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
const char * | i_portName, | ||
hrp::ForceSensor * | i_sensor | ||
) |
Definition at line 183 of file PortHandler.cpp.
void ForceSensorPortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 192 of file PortHandler.cpp.