EmergencyStopperService_impl.h
Go to the documentation of this file.
1 #ifndef __EMERGENCYSTOPPER_SERVICE_H__
2 #define __EMERGENCYSTOPPER_SERVICE_H__
3 
4 #include "hrpsys/idl/EmergencyStopperService.hh"
5 
6 class EmergencyStopper;
7 
9  : public virtual POA_OpenHRP::EmergencyStopperService,
10  public virtual PortableServer::RefCountServantBase
11 {
12 public:
17 
22 
23  void stopMotion();
24  void releaseMotion();
25  CORBA::Boolean getEmergencyStopperParam(OpenHRP::EmergencyStopperService::EmergencyStopperParam& i_param);
26  CORBA::Boolean setEmergencyStopperParam(const OpenHRP::EmergencyStopperService::EmergencyStopperParam& i_param);
27 
28  void emergencystopper(EmergencyStopper *i_emergencystopper);
29 
30 private:
32 };
33 
34 #endif
virtual ~EmergencyStopperService_impl()
destructor
sample RT component which has one data input port and one data output port
void emergencystopper(EmergencyStopper *i_emergencystopper)
CORBA::Boolean getEmergencyStopperParam(OpenHRP::EmergencyStopperService::EmergencyStopperParam &i_param)
CORBA::Boolean setEmergencyStopperParam(const OpenHRP::EmergencyStopperService::EmergencyStopperParam &i_param)


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:49