SoftErrorLimiterService_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 __SOFT_ERROR_LIMITER_SERVICE_H__
3 #define __SOFT_ERROR_LIMITER_SERVICE_H__
4 
5 #include "hrpsys/idl/SoftErrorLimiterService.hh"
6 #include "robot.h"
7 
9  : public virtual POA_OpenHRP::SoftErrorLimiterService,
10  public virtual PortableServer::RefCountServantBase
11 {
12 public:
17 
22 
23  void setServoErrorLimit(const char *jname, double limit);
24 
25  //
26  void setRobot(boost::shared_ptr<robot>& i_robot) { m_robot = i_robot; }
27 
28 private:
30 };
31 
32 #endif
virtual ~SoftErrorLimiterService_impl()
destructor
void setRobot(boost::shared_ptr< robot > &i_robot)
void setServoErrorLimit(const char *jname, double limit)


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