#include <ReferenceForceUpdaterService_impl.h>
Public Member Functions | |
CORBA::Boolean | getReferenceForceUpdaterParam (const char *i_name_, OpenHRP::ReferenceForceUpdaterService::ReferenceForceUpdaterParam_out i_param) |
CORBA::Boolean | getSupportedReferenceForceUpdaterNameSequence (OpenHRP::ReferenceForceUpdaterService::StrSequence_out o_names) |
ReferenceForceUpdaterService_impl () | |
constructor | |
void | rfu (ReferenceForceUpdater *i_rfu) |
CORBA::Boolean | setReferenceForceUpdaterParam (const char *i_name_, const OpenHRP::ReferenceForceUpdaterService::ReferenceForceUpdaterParam &i_param) |
CORBA::Boolean | startReferenceForceUpdater (const char *i_name_) |
CORBA::Boolean | startReferenceForceUpdaterNoWait (const char *i_name_) |
CORBA::Boolean | stopReferenceForceUpdater (const char *i_name_) |
CORBA::Boolean | stopReferenceForceUpdaterNoWait (const char *i_name_) |
void | waitReferenceForceUpdaterTransition (const char *i_name_) |
virtual | ~ReferenceForceUpdaterService_impl () |
destructor | |
Private Attributes | |
ReferenceForceUpdater * | m_rfu |
Definition at line 11 of file ReferenceForceUpdaterService_impl.h.
constructor
Definition at line 6 of file ReferenceForceUpdaterService_impl.cpp.
destructor
Definition at line 10 of file ReferenceForceUpdaterService_impl.cpp.
CORBA::Boolean ReferenceForceUpdaterService_impl::getReferenceForceUpdaterParam | ( | const char * | i_name_, |
OpenHRP::ReferenceForceUpdaterService::ReferenceForceUpdaterParam_out | i_param | ||
) |
Definition at line 19 of file ReferenceForceUpdaterService_impl.cpp.
CORBA::Boolean ReferenceForceUpdaterService_impl::getSupportedReferenceForceUpdaterNameSequence | ( | OpenHRP::ReferenceForceUpdaterService::StrSequence_out | o_names | ) |
Definition at line 52 of file ReferenceForceUpdaterService_impl.cpp.
Definition at line 59 of file ReferenceForceUpdaterService_impl.cpp.
CORBA::Boolean ReferenceForceUpdaterService_impl::setReferenceForceUpdaterParam | ( | const char * | i_name_, |
const OpenHRP::ReferenceForceUpdaterService::ReferenceForceUpdaterParam & | i_param | ||
) |
Definition at line 14 of file ReferenceForceUpdaterService_impl.cpp.
CORBA::Boolean ReferenceForceUpdaterService_impl::startReferenceForceUpdater | ( | const char * | i_name_ | ) |
Definition at line 26 of file ReferenceForceUpdaterService_impl.cpp.
CORBA::Boolean ReferenceForceUpdaterService_impl::startReferenceForceUpdaterNoWait | ( | const char * | i_name_ | ) |
Definition at line 36 of file ReferenceForceUpdaterService_impl.cpp.
CORBA::Boolean ReferenceForceUpdaterService_impl::stopReferenceForceUpdater | ( | const char * | i_name_ | ) |
Definition at line 31 of file ReferenceForceUpdaterService_impl.cpp.
CORBA::Boolean ReferenceForceUpdaterService_impl::stopReferenceForceUpdaterNoWait | ( | const char * | i_name_ | ) |
Definition at line 41 of file ReferenceForceUpdaterService_impl.cpp.
void ReferenceForceUpdaterService_impl::waitReferenceForceUpdaterTransition | ( | const char * | i_name_ | ) |
Definition at line 46 of file ReferenceForceUpdaterService_impl.cpp.
Definition at line 37 of file ReferenceForceUpdaterService_impl.h.