#include <PortHandler.h>

Public Member Functions | |
| RangeSensorPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::RangeSensor *i_sensor) | |
| void | update (double time) |
Definition at line 299 of file PortHandler.h.
| RangeSensorPortHandler::RangeSensorPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
| const char * | i_portName, | ||
| hrp::RangeSensor * | i_sensor | ||
| ) |
Definition at line 231 of file PortHandler.cpp.
| void RangeSensorPortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 247 of file PortHandler.cpp.