#include <PortHandler.h>

Public Member Functions | |
| FrameRateInPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::VisionSensor *i_sensor) | |
| void | update () |
Private Attributes | |
| hrp::VisionSensor * | m_sensor |
Definition at line 194 of file PortHandler.h.
| FrameRateInPortHandler::FrameRateInPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
| const char * | i_portName, | ||
| hrp::VisionSensor * | i_sensor | ||
| ) |
Definition at line 484 of file PortHandler.cpp.
| void FrameRateInPortHandler::update | ( | void | ) | [virtual] |
Implements InPortHandlerBase.
Definition at line 493 of file PortHandler.cpp.
Definition at line 202 of file PortHandler.h.