GraspControllerService_impl.h
Go to the documentation of this file.
1 // -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2 #ifndef __GRAP_CONTROLLER_SERVICE_H__
3 #define __GRAP_CONTROLLER_SERVICE_H__
4 
5 #include "hrpsys/idl/GraspControllerService.hh"
6 
7 class GraspController;
8 
10  : public virtual POA_OpenHRP::GraspControllerService,
11  public virtual PortableServer::RefCountServantBase
12 {
13 public:
18 
23 
24  bool startGrasp(const char *name, double target_error);
25  bool stopGrasp(const char *name);
26  //
27  void grasp(GraspController *i_grasp);
28 private:
30 };
31 
32 #endif
png_infop png_charpp name
bool startGrasp(const char *name, double target_error)
virtual ~GraspControllerService_impl()
destructor
sample RT component which has one data input port and one data output port
void grasp(GraspController *i_grasp)


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