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