#include <PortHandler.h>

Public Member Functions | |
| SensorPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, T *i_sensor) | |
Protected Attributes | |
| T * | m_sensor |
Definition at line 255 of file PortHandler.h.
| SensorPortHandler< T, S >::SensorPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
| const char * | i_portName, | ||
| T * | i_sensor | ||
| ) | [inline] |
Definition at line 258 of file PortHandler.h.
T* SensorPortHandler< T, S >::m_sensor [protected] |
Definition at line 264 of file PortHandler.h.