#include <ObjectContactTurnaroundDetectorService_impl.h>
Public Member Functions | |
OpenHRP::ObjectContactTurnaroundDetectorService::DetectorMode | checkObjectContactTurnaroundDetection () |
CORBA::Boolean | getObjectContactTurnaroundDetectorParam (OpenHRP::ObjectContactTurnaroundDetectorService::objectContactTurnaroundDetectorParam &i_param_) |
CORBA::Boolean | getObjectForcesMoments (OpenHRP::ObjectContactTurnaroundDetectorService::Dbl3Sequence_out o_forces, OpenHRP::ObjectContactTurnaroundDetectorService::Dbl3Sequence_out o_moments, OpenHRP::ObjectContactTurnaroundDetectorService::DblSequence3_out o_3dofwrench, CORBA::Double &o_fric_coeff_wrench) |
ObjectContactTurnaroundDetectorService_impl () | |
void | otd (ObjectContactTurnaroundDetector *i_otd) |
CORBA::Boolean | setObjectContactTurnaroundDetectorParam (const OpenHRP::ObjectContactTurnaroundDetectorService::objectContactTurnaroundDetectorParam &i_param_) |
void | startObjectContactTurnaroundDetection (const CORBA::Double i_ref_diff_wrench, const CORBA::Double i_max_time, const OpenHRP::ObjectContactTurnaroundDetectorService::StrSequence &i_ee_names) |
virtual | ~ObjectContactTurnaroundDetectorService_impl () |
Private Attributes | |
ObjectContactTurnaroundDetector * | m_otd |
Definition at line 11 of file ObjectContactTurnaroundDetectorService_impl.h.
Definition at line 6 of file ObjectContactTurnaroundDetectorService_impl.cpp.
ObjectContactTurnaroundDetectorService_impl::~ObjectContactTurnaroundDetectorService_impl | ( | ) | [virtual] |
Definition at line 10 of file ObjectContactTurnaroundDetectorService_impl.cpp.
OpenHRP::ObjectContactTurnaroundDetectorService::DetectorMode ObjectContactTurnaroundDetectorService_impl::checkObjectContactTurnaroundDetection | ( | ) |
Definition at line 19 of file ObjectContactTurnaroundDetectorService_impl.cpp.
CORBA::Boolean ObjectContactTurnaroundDetectorService_impl::getObjectContactTurnaroundDetectorParam | ( | OpenHRP::ObjectContactTurnaroundDetectorService::objectContactTurnaroundDetectorParam & | i_param_ | ) |
Definition at line 29 of file ObjectContactTurnaroundDetectorService_impl.cpp.
CORBA::Boolean ObjectContactTurnaroundDetectorService_impl::getObjectForcesMoments | ( | OpenHRP::ObjectContactTurnaroundDetectorService::Dbl3Sequence_out | o_forces, |
OpenHRP::ObjectContactTurnaroundDetectorService::Dbl3Sequence_out | o_moments, | ||
OpenHRP::ObjectContactTurnaroundDetectorService::DblSequence3_out | o_3dofwrench, | ||
CORBA::Double & | o_fric_coeff_wrench | ||
) |
Definition at line 35 of file ObjectContactTurnaroundDetectorService_impl.cpp.
Definition at line 40 of file ObjectContactTurnaroundDetectorService_impl.cpp.
CORBA::Boolean ObjectContactTurnaroundDetectorService_impl::setObjectContactTurnaroundDetectorParam | ( | const OpenHRP::ObjectContactTurnaroundDetectorService::objectContactTurnaroundDetectorParam & | i_param_ | ) |
Definition at line 24 of file ObjectContactTurnaroundDetectorService_impl.cpp.
void ObjectContactTurnaroundDetectorService_impl::startObjectContactTurnaroundDetection | ( | const CORBA::Double | i_ref_diff_wrench, |
const CORBA::Double | i_max_time, | ||
const OpenHRP::ObjectContactTurnaroundDetectorService::StrSequence & | i_ee_names | ||
) |
Definition at line 14 of file ObjectContactTurnaroundDetectorService_impl.cpp.
Definition at line 28 of file ObjectContactTurnaroundDetectorService_impl.h.