#include <EmergencyStopperService_impl.h>
Public Member Functions | |
void | emergencystopper (EmergencyStopper *i_emergencystopper) |
EmergencyStopperService_impl () | |
constructor | |
CORBA::Boolean | getEmergencyStopperParam (OpenHRP::EmergencyStopperService::EmergencyStopperParam &i_param) |
void | releaseMotion () |
CORBA::Boolean | setEmergencyStopperParam (const OpenHRP::EmergencyStopperService::EmergencyStopperParam &i_param) |
void | stopMotion () |
virtual | ~EmergencyStopperService_impl () |
destructor | |
Private Attributes | |
EmergencyStopper * | m_emergencystopper |
Definition at line 8 of file EmergencyStopperService_impl.h.
constructor
Definition at line 5 of file EmergencyStopperService_impl.cpp.
destructor
Definition at line 9 of file EmergencyStopperService_impl.cpp.
void EmergencyStopperService_impl::emergencystopper | ( | EmergencyStopper * | i_emergencystopper | ) |
Definition at line 33 of file EmergencyStopperService_impl.cpp.
CORBA::Boolean EmergencyStopperService_impl::getEmergencyStopperParam | ( | OpenHRP::EmergencyStopperService::EmergencyStopperParam & | i_param | ) |
Definition at line 23 of file EmergencyStopperService_impl.cpp.
Definition at line 18 of file EmergencyStopperService_impl.cpp.
CORBA::Boolean EmergencyStopperService_impl::setEmergencyStopperParam | ( | const OpenHRP::EmergencyStopperService::EmergencyStopperParam & | i_param | ) |
Definition at line 28 of file EmergencyStopperService_impl.cpp.
Definition at line 13 of file EmergencyStopperService_impl.cpp.
Definition at line 31 of file EmergencyStopperService_impl.h.