11 #ifndef HPP_MANIPULATION_CORBA_CLIENT_HH
12 # define HPP_MANIPULATION_CORBA_CLIENT_HH
14 # include <omniORB4/CORBA.h>
16 # include <hpp/corbaserver/client.hh>
17 # include <hpp/corbaserver/manipulation/robot-idl.hh>
18 # include <hpp/corbaserver/manipulation/problem-idl.hh>
19 # include <hpp/corbaserver/manipulation/graph-idl.hh>
20 # include <hpp/corbaserver/obstacle-idl.hh>
33 Client (
int argc,
char* argv[]);
39 void connect (
const char* iiop =
"corbaloc:iiop:",
40 const char* context =
"corbaserver");
43 hpp::corbaserver::manipulation::Robot_var&
robot () {
47 hpp::corbaserver::manipulation::Problem_var&
problem () {
51 hpp::corbaserver::manipulation::Graph_var&
graph () {
56 hpp::corbaserver::manipulation::Robot_var robot_;
57 hpp::corbaserver::manipulation::Problem_var problem_;
58 hpp::corbaserver::manipulation::Graph_var graph_;
64 #endif // HPP_MANIPULATION_CORBA_CLIENT_HH