#include <PortHandler.h>
Public Member Functions | |
FrameRateInPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::VisionSensor *i_sensor) | |
void | update () |
Public Member Functions inherited from InPortHandler< RTC::TimedDouble > | |
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::VisionSensor * | m_sensor |
Additional Inherited Members | |
Public Attributes inherited from PortHandler | |
std::string | portName |
Port_Service_Var_Type | portRef |
Protected Attributes inherited from InPortHandler< RTC::TimedDouble > | |
RTC::TimedDouble | m_data |
RTC::InPort< RTC::TimedDouble > | m_port |
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.
Implements InPortHandlerBase.
Definition at line 493 of file PortHandler.cpp.
|
private |
Definition at line 202 of file PortHandler.h.