#include <hpp/core_idl/steering_methods-fwd.hh>
Public Types | |
typedef hpp::core::SteeringMethod | HppBase |
![]() | |
typedef _Storage | Storage |
typedef boost::weak_ptr< typename Storage::element_type > | StorageElementWkPtr_t |
typedef boost::shared_ptr< typename Storage::element_type > | StorageElementShPtr_t |
![]() | |
typedef boost::shared_ptr< hpp::core::SteeringMethod > | TShPtr_t |
typedef boost::weak_ptr< hpp::core::SteeringMethod > | TWkPtr_t |
Public Member Functions | |
SERVANT_BASE_TYPEDEFS (hpp::core_idl::SteeringMethod, HppBase) | |
SteeringMethodServant (Server *server, const _Storage &s) | |
virtual | ~SteeringMethodServant () |
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 () |
![]() | |
virtual | ~ServantBase () |
virtual TShPtr_t | get () const |
StorageElementShPtr_t | getT () const |
const Storage & | getS () const |
void | persistantStorage (bool persistant) |
Set to true if the servant should take ownership of this object. More... | |
bool | persistantStorage () const |
See persistantStorage(bool) More... | |
![]() | |
virtual | ~AbstractServantBase () |
virtual Server::ServantKey | getServantKey () const |
Additional Inherited Members | |
![]() | |
ServantBase (Server *server, const Storage &_s) | |
![]() | |
AbstractServantBase (Server *server) | |
![]() | |
Storage | s |
![]() | |
Server * | server_ |
typedef hpp::core::SteeringMethod hpp::corbaServer::core_impl::SteeringMethodServant< _Base, _Storage >::HppBase |
hpp::corbaServer::core_impl::SteeringMethodServant< _Base, _Storage >::SteeringMethodServant | ( | Server * | server, |
const _Storage & | s | ||
) |
|
virtual |
hpp::core_idl::Path_ptr hpp::corbaServer::core_impl::SteeringMethodServant< _Base, _Storage >::call | ( | const hpp::floatSeq & | q1, |
const hpp::floatSeq & | q2 | ||
) |
hpp::core_idl::Constraint_ptr hpp::corbaServer::core_impl::SteeringMethodServant< _Base, _Storage >::getConstraints | ( | ) |
hpp::corbaServer::core_impl::SteeringMethodServant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS | ( | hpp::core_idl::SteeringMethod | , |
HppBase | |||
) |
void hpp::corbaServer::core_impl::SteeringMethodServant< _Base, _Storage >::setConstraints | ( | hpp::core_idl::ConstraintSet_ptr | constraints | ) |