|
hpp-corbaserver 6.1.0
Corba server for Humanoid Path Planner applications
|
#include <hpp/core_idl/steering_methods-fwd.hh>


Public Types | |
| typedef hpp::core_impl::SteeringMethodServant< _Base, _Storage >::HppBase | HppBase |
Public Types inherited from hpp::core_impl::SteeringMethodServant< _Base, _Storage > | |
| typedef hpp::core::SteeringMethod | HppBase |
Public Types inherited from hpp::corbaServer::ServantBase< hpp::core::SteeringMethod, _Storage > | |
| typedef _Storage | Storage |
| typedef weak_ptr< typename Storage::element_type > | StorageElementWkPtr_t |
| typedef shared_ptr< typename Storage::element_type > | StorageElementShPtr_t |
Public Types inherited from hpp::corbaServer::AbstractServantBase< T > | |
| typedef shared_ptr< T > | TShPtr_t |
| typedef weak_ptr< T > | TWkPtr_t |
Public Member Functions | |
| SERVANT_BASE_TYPEDEFS (hpp::core_idl::steeringMethod_idl::SplineBernstein5, HppBase) | |
| SplineBernstein5Servant (::hpp::corbaServer::Server *server, const _Storage &s) | |
| virtual | ~SplineBernstein5Servant () |
| hpp::core_idl::Path_ptr | steer (const hpp::floatSeq &q1, const hpp::intSeq &order1, const hpp::floatSeqSeq &derivatives1, const hpp::floatSeq &q2, const hpp::intSeq &order2, const hpp::floatSeqSeq &derivatives2, ::CORBA::Float length) |
| hpp::core_idl::Path_ptr | steerSE3 (const hpp::floatSeq &q1, const hpp::intSeq &order1, const hpp::floatSeqSeq &derivatives1, const hpp::floatSeq &q2, const hpp::intSeq &order2, const hpp::floatSeqSeq &derivatives2, ::CORBA::Float length) |
Public Member Functions inherited from hpp::core_impl::SteeringMethodServant< _Base, _Storage > | |
| SERVANT_BASE_TYPEDEFS (hpp::core_idl::SteeringMethod, HppBase) | |
| SteeringMethodServant (::hpp::corbaServer::Server *server, const _Storage &s) | |
| virtual | ~SteeringMethodServant () |
| void | deleteThis () |
| ::CORBA::Boolean | deleteIfExpired () |
| void | persistantStorage (::CORBA::Boolean persistant) |
| hpp::core_idl::Path_ptr | call (const hpp::floatSeq &q1, const hpp::floatSeq &q2) |
| void | setConstraints (hpp::core_idl::ConstraintSet_ptr constraints) |
| hpp::core_idl::Constraint_ptr | getConstraints () |
Public Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::SteeringMethod, _Storage > | |
| virtual | ~ServantBase () |
| virtual TShPtr_t | get () const |
| bool | expired () const final |
| StorageElementShPtr_t | getT () const |
| const Storage & | getS () const |
| void | persistantStorage (bool persistant) |
| Set to true if the servant should take ownership of this object. | |
| bool | persistantStorage () const |
| See persistantStorage(bool) | |
| void | deleteThis () |
| bool | deleteIfExpired () |
Public Member Functions inherited from hpp::corbaServer::AbstractServantBase< T > | |
| virtual | ~AbstractServantBase () |
| virtual Server::ServantKey | getServantKey () const |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::SteeringMethod, _Storage > | |
| ServantBase (Server *server, const Storage &_s) | |
Protected Member Functions inherited from hpp::corbaServer::AbstractServantBase< T > | |
| AbstractServantBase (Server *server) | |
Protected Attributes inherited from hpp::corbaServer::ServantBase< hpp::core::SteeringMethod, _Storage > | |
| Storage | wrappedObject_ |
Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< T > | |
| Server * | server_ |
| typedef hpp::core_impl::SteeringMethodServant<_Base,_Storage>::HppBase hpp::core_impl::steeringMethod_impl::SplineBernstein5Servant< _Base, _Storage >::HppBase |
| hpp::core_impl::steeringMethod_impl::SplineBernstein5Servant< _Base, _Storage >::SplineBernstein5Servant | ( | ::hpp::corbaServer::Server * | server, |
| const _Storage & | s ) |
|
virtual |
| hpp::core_impl::steeringMethod_impl::SplineBernstein5Servant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS | ( | hpp::core_idl::steeringMethod_idl::SplineBernstein5 | , |
| HppBase | ) |
| hpp::core_idl::Path_ptr hpp::core_impl::steeringMethod_impl::SplineBernstein5Servant< _Base, _Storage >::steer | ( | const hpp::floatSeq & | q1, |
| const hpp::intSeq & | order1, | ||
| const hpp::floatSeqSeq & | derivatives1, | ||
| const hpp::floatSeq & | q2, | ||
| const hpp::intSeq & | order2, | ||
| const hpp::floatSeqSeq & | derivatives2, | ||
| ::CORBA::Float | length ) |
| hpp::core_idl::Path_ptr hpp::core_impl::steeringMethod_impl::SplineBernstein5Servant< _Base, _Storage >::steerSE3 | ( | const hpp::floatSeq & | q1, |
| const hpp::intSeq & | order1, | ||
| const hpp::floatSeqSeq & | derivatives1, | ||
| const hpp::floatSeq & | q2, | ||
| const hpp::intSeq & | order2, | ||
| const hpp::floatSeqSeq & | derivatives2, | ||
| ::CORBA::Float | length ) |