hpp-corbaserver
4.9.0
Corba server for Humanoid Path Planner applications
|
Go to the documentation of this file. 1 #ifndef hpp_core_idl__path__validations_hpp__
2 #define hpp_core_idl__path__validations_hpp__
11 #include <hpp/core/path-validation.hh>
12 #include <hpp/core/path-validation-report.hh>
18 namespace corbaServer {
25 template <
typename _Base,
typename _Storage>
54 #endif // hpp_core_idl__path__validations_hpp__
SERVANT_BASE_TYPEDEFS(hpp::core_idl::PathValidation, HppBase)
hpp::core::PathValidation HppBase
Definition: path_validations-fwd.hh:29
Implementation of Hpp module Corba server.
Definition: server.hh:54
PathValidationServant(Server *server, const _Storage &s)
Definition: path_validations.hh:25
::CORBA::Boolean validate(hpp::core_idl::Path_ptr p, ::CORBA::Boolean reverse, hpp::core_idl::Path_out validPart, hpp::core_idl::PathValidationReport_out report)
Definition: path_validations.hh:39
Storage s
Definition: servant-base.hh:171
virtual ~PathValidationServant()
Definition: path_validations.hh:31
Definition: path_validations.idl:22
Implement CORBA interface `‘Obstacle’'.
Definition: basic-server.hh:27
Definition: path_validations-fwd.hh:26
PathValidationServant< POA_hpp::core_idl::PathValidation, boost::weak_ptr< hpp::core::PathValidation > > PathValidation
Definition: path_validations-fwd.hh:45
_CORBA_ObjRef_OUT_arg< _objref_Path, Path_Helper > Path_out
Definition: paths-idl.hh:118
_objref_Path * Path_ptr
Definition: paths-idl.hh:100
::CORBA::String_out PathValidationReport_out
Definition: path_validations-idl.hh:73
Definition: servant-base.hh:100