CollisionDetectorService_impl.h
Go to the documentation of this file.
1 // -*-C++-*-
2 #ifndef COLLISIONDETECTORSERVICE_IMPL_H
3 #define COLLISIONDETECTORSERVICE_IMPL_H
4 
5 #include "hrpsys/idl/CollisionDetectorService.hh"
6 
7 using namespace OpenHRP;
8 
10 
12  : public virtual POA_OpenHRP::CollisionDetectorService,
13  public virtual PortableServer::RefCountServantBase
14 {
15 public:
18  //
19  CORBA::Boolean enableCollisionDetection();
20  CORBA::Boolean disableCollisionDetection();
21  CORBA::Boolean setTolerance(const char *i_link_pair_name, CORBA::Double d_tolerance);
22  CORBA::Boolean setCollisionLoop(CORBA::Short loop);
23  CORBA::Boolean getCollisionStatus(OpenHRP::CollisionDetectorService::CollisionState_out state);
24  void collision(CollisionDetector *i_collision);
25  //
26 private:
28 };
29 
30 #endif
state
sample RT component which has one data input port and one data output port


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