#include <PortHandler.h>
Public Member Functions | |
EmergencySignalPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, BodyRTC *i_body) | |
void | update (double time) |
Protected Attributes | |
BodyRTC * | m_body |
Definition at line 333 of file PortHandler.h.
EmergencySignalPortHandler::EmergencySignalPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
const char * | i_portName, | ||
BodyRTC * | i_body | ||
) |
Definition at line 602 of file PortHandler.cpp.
void EmergencySignalPortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 611 of file PortHandler.cpp.
BodyRTC* EmergencySignalPortHandler::m_body [protected] |
Definition at line 341 of file PortHandler.h.