hpp-manipulation-corba  4.9.0
Corba server for manipulation planning
_problem.idl
Go to the documentation of this file.
1 // Copyright (C) 2019 by Joseph Mirabel, LAAS-CNRS.
2 //
3 // This file is part of the hpp-manipulation-corba.
4 //
5 // This software is provided "as is" without warranty of any kind,
6 // either expressed or implied, including but not limited to the
7 // implied warranties of fitness for a particular purpose.
8 //
9 // See the COPYING file for more information.
10 
11 #ifndef HPP_MANIPULATION_CORBA_PROBLEM_IDL
12 #define HPP_MANIPULATION_CORBA_PROBLEM_IDL
14 
15 module hpp
16 {
17  module core_idl {
18  interface Problem;
19  }; // module core
20 
21  module manipulation_idl {
22  module graph_idl {
23  interface Graph;
24  };
25 
27  {
28  graph_idl::Graph getConstraintGraph () raises (Error);
29  //-> constraintGraph
30  }; // interface Problem
31 
32  }; // module core
33 }; // module hpp
34 
35 //* #include <hpp/core_idl/_problem.hh>
36 //* #include <hpp/manipulation_idl/_graph.hh>
37 //* #include <hpp/manipulation/problem.hh>
38 //* #include <hpp/manipulation/steering-method/graph.hh>
39 //* #include <hpp/manipulation/graph-path-validation.hh>
40 
42 
43 #endif // HPP_MANIPULATION_CORBA_PROBLEM_IDL
ProblemServant< POA_hpp::core_idl::Problem, core::ProblemPtr_t > Problem
Definition: _problem.idl:26