34 #ifndef HPP_CORE_IDL_STEERING_METHODS_HH
35 #define HPP_CORE_IDL_STEERING_METHODS_HH
45 #include "hpp/core/steering-method.hh"
49 namespace corbaServer {
68 template <
typename _Base,
typename _Storage>
70 :
public ServantBase<core::SteeringMethod, _Storage>,
71 public virtual _Base {
76 : _ServantBase(server, s) {}
84 makeServantDownCast<core_idl::Path>(
server_, (*
get())(qq1, qq2));
90 SteeringMethodStorage<core::SteeringMethod> >
Definition: common-idl.hh:689
Server * server_
Definition: servant-base.hh:118
Definition: servant-base.hh:233
weak_ptr< D > ptr_t
Definition: servant-base.hh:235
ptr_t element
Definition: servant-base.hh:237
Definition: servant-base.hh:122
_Storage Storage
Definition: servant-base.hh:124
const Storage & getS() const
Definition: servant-base.hh:155
virtual TShPtr_t get() const
Definition: servant-base.hh:132
Implementation of Hpp module Corba server.
Definition: server.hh:78
Definition: steering-methods.hh:71
virtual ~SteeringMethodServant()
Definition: steering-methods.hh:78
SteeringMethodServant(Server *server, const Storage &s)
Definition: steering-methods.hh:75
hpp::core_idl::Path_ptr call(const floatSeq &q1, const floatSeq &q2)
Definition: steering-methods.hh:80
Definition: steering-methods.hh:52
AbstractStorage< D, core::SteeringMethod > parent_t
Definition: steering-methods.hh:54
SteeringMethodStorage< T > cast() const
Definition: steering-methods.hh:63
core::DevicePtr_t r
Definition: steering-methods.hh:58
SteeringMethodStorage(const core::DevicePtr_t &_r, const ptr_t &_d)
Definition: steering-methods.hh:59
Definition: steering_methods.idl:23
SteeringMethodServant< POA_hpp::core_idl::SteeringMethod, SteeringMethodStorage< core::SteeringMethod > > SteeringMethod
Definition: steering-methods.hh:91
Configuration_t floatSeqToConfig(const DevicePtr_t &robot, const floatSeq &dofArray, bool throwIfNotNormalized)
pinocchio::Configuration_t Configuration_t
Definition: fwd.hh:66
pinocchio::DevicePtr_t DevicePtr_t
Definition: fwd.hh:73
Implement CORBA interface `‘Obstacle’'.
Definition: client.hh:46
_objref_Path * Path_ptr
Definition: path_planners-idl.hh:83
_CORBA_ObjRef_Var< _objref_Path, Path_Helper > Path_var
Definition: path_planners-idl.hh:100