#include <PortHandler.h>

Public Member Functions | |
| ServoStatePortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, BodyRTC *i_body) | |
| void | update (double time) |
Protected Attributes | |
| BodyRTC * | m_body |
| OpenHRP::RobotHardwareService::RobotState * | rs |
Definition at line 344 of file PortHandler.h.
| ServoStatePortHandler::ServoStatePortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
| const char * | i_portName, | ||
| BodyRTC * | i_body | ||
| ) |
Definition at line 619 of file PortHandler.cpp.
| void ServoStatePortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 629 of file PortHandler.cpp.
BodyRTC* ServoStatePortHandler::m_body [protected] |
Definition at line 352 of file PortHandler.h.
OpenHRP::RobotHardwareService::RobotState* ServoStatePortHandler::rs [protected] |
Definition at line 353 of file PortHandler.h.