#include <ThermoLimiterService_impl.h>
Public Member Functions | |
CORBA::Boolean | getParameter (OpenHRP::ThermoLimiterService::tlParam_out i_param) |
CORBA::Boolean | setParameter (const OpenHRP::ThermoLimiterService::tlParam &i_param) |
void | thermolimiter (ThermoLimiter *i_thermolimiter) |
ThermoLimiterService_impl () | |
constructor | |
virtual | ~ThermoLimiterService_impl () |
destructor | |
Private Attributes | |
ThermoLimiter * | m_thermolimiter |
Definition at line 11 of file ThermoLimiterService_impl.h.
constructor
Definition at line 6 of file ThermoLimiterService_impl.cpp.
ThermoLimiterService_impl::~ThermoLimiterService_impl | ( | ) | [virtual] |
destructor
Definition at line 10 of file ThermoLimiterService_impl.cpp.
CORBA::Boolean ThermoLimiterService_impl::getParameter | ( | OpenHRP::ThermoLimiterService::tlParam_out | i_param | ) |
Definition at line 19 of file ThermoLimiterService_impl.cpp.
CORBA::Boolean ThermoLimiterService_impl::setParameter | ( | const OpenHRP::ThermoLimiterService::tlParam & | i_param | ) |
Definition at line 14 of file ThermoLimiterService_impl.cpp.
void ThermoLimiterService_impl::thermolimiter | ( | ThermoLimiter * | i_thermolimiter | ) |
Definition at line 25 of file ThermoLimiterService_impl.cpp.
Definition at line 29 of file ThermoLimiterService_impl.h.