ThermoLimiterService_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 THERMOLIMITERSERVICESVC_IMPL_H
3 #define THERMOLIMITERSERVICESVC_IMPL_H
4 
5 #include "hrpsys/idl/ThermoLimiterService.hh"
6 
7 using namespace OpenHRP;
8 
9 class ThermoLimiter;
10 
12  : public virtual POA_OpenHRP::ThermoLimiterService,
13  public virtual PortableServer::RefCountServantBase
14 {
15 public:
20 
24  virtual ~ThermoLimiterService_impl();
25  CORBA::Boolean setParameter(const OpenHRP::ThermoLimiterService::tlParam& i_param);
26  CORBA::Boolean getParameter(OpenHRP::ThermoLimiterService::tlParam_out i_param);
27  void thermolimiter(ThermoLimiter *i_thermolimiter);
28 private:
30 };
31 
32 #endif
sample RT component which has one data input port and one data output port
Definition: ThermoLimiter.h:44


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