1 #ifndef hpp_core_idl__distances_hpp__ 2 #define hpp_core_idl__distances_hpp__ 11 #include <hpp/core/distance.hh> 12 #include <hpp/core/weighed-distance.hh> 17 namespace corbaServer {
24 template <
typename _Base,
typename _Storage>
51 template <
typename _Base,
typename _Storage>
83 #endif // hpp_core_idl__distances_hpp__ Definition: servant-base.hh:100
Implement CORBA interface ``Obstacle''.
Definition: basic-server.hh:27
double value_type
Definition: common.idl:18
hpp::corbaServer::core_impl::DistanceServant< _Base, _Storage >::HppBase HppBase
Definition: distances-fwd.hh:55
Definition: distances.idl:19
DistanceServant< POA_hpp::core_idl::Distance, boost::weak_ptr< hpp::core::Distance > > Distance
Definition: distances-fwd.hh:44
Definition: distances-fwd.hh:52
SERVANT_BASE_TYPEDEFS(hpp::core_idl::Distance, HppBase)
virtual ~DistanceServant()
Definition: distances.hh:31
Storage s
Definition: servant-base.hh:171
To define and solve a path planning problem.
Definition: distances.idl:26
WeighedDistanceServant< POA_hpp::core_idl::WeighedDistance, boost::weak_ptr< hpp::core::WeighedDistance > > WeighedDistance
Definition: distances-fwd.hh:74
hpp::core::Distance HppBase
Definition: distances-fwd.hh:28
Implementation of Hpp module Corba server.
Definition: server.hh:54
hpp::value_type call(const hpp::floatSeq &q1, const hpp::floatSeq &q2)
Definition: distances.hh:39
DistanceServant(Server *server, const _Storage &s)
Definition: distances.hh:25
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:32
Definition: distances-fwd.hh:25