hpp-corbaserver
4.10.1
Corba server for Humanoid Path Planner applications
|
Go to the documentation of this file.
11 #ifndef HPP_CORE_IDL_STEERING_METHODS_HH
12 # define HPP_CORE_IDL_STEERING_METHODS_HH
17 # include "hpp/core/steering-method.hh"
51 template <
typename _Base,
typename _Storage>
58 _ServantBase (server,
s) {}
67 makeServantDownCast<core_idl::Path> (
server_, (*
get()) (qq1,qq2));
77 #endif // HPP_CORE_IDL_STEERING_METHODS_HH
SteeringMethodServant(Server *server, const Storage &s)
Definition: steering-methods.hh:57
Definition: common-idl.hh:570
_CORBA_ObjRef_Var< _objref_Path, Path_Helper > Path_var
Definition: path_planners-idl.hh:100
core::DevicePtr_t r
Definition: steering-methods.hh:41
pinocchio::DevicePtr_t DevicePtr_t
Definition: fwd.hh:51
Configuration_t floatSeqToConfig(const DevicePtr_t &robot, const floatSeq &dofArray, bool throwIfNotNormalized)
Implementation of Hpp module Corba server.
Definition: server.hh:54
SteeringMethodStorage(const core::DevicePtr_t &_r, const ptr_t &_d)
Definition: steering-methods.hh:42
Storage s
Definition: servant-base.hh:171
Server * server_
Definition: servant-base.hh:97
pinocchio::Configuration_t Configuration_t
Definition: fwd.hh:43
Definition: steering-methods.hh:34
Definition: servant-base.hh:206
hpp::core_idl::Path_ptr call(const floatSeq &q1, const floatSeq &q2)
Definition: steering-methods.hh:62
Implement CORBA interface `‘Obstacle’'.
Definition: basic-server.hh:27
Definition: steering_methods.idl:22
const Storage & getS() const
Definition: servant-base.hh:131
boost::weak_ptr< D > ptr_t
Definition: servant-base.hh:209
AbstractStorage< D, core::SteeringMethod > parent_t
Definition: steering-methods.hh:37
ptr_t element
Definition: servant-base.hh:211
SteeringMethodStorage< T > cast() const
Definition: steering-methods.hh:45
virtual TShPtr_t get() const
Definition: servant-base.hh:111
_Storage Storage
Definition: servant-base.hh:103
virtual ~SteeringMethodServant()
Definition: steering-methods.hh:60
Definition: steering-methods.hh:52
SteeringMethodServant< POA_hpp::core_idl::SteeringMethod, SteeringMethodStorage< core::SteeringMethod > > SteeringMethod
Definition: steering-methods.hh:72
Definition: servant-base.hh:100
_objref_Path * Path_ptr
Definition: path_planners-idl.hh:83