11 #ifndef HPP_MANIPULATION_CORBA_CLIENT_HH 12 # define HPP_MANIPULATION_CORBA_CLIENT_HH 14 # include <omniORB4/CORBA.h> 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> 22 # include <hpp/corbaserver/manipulation/config.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
hpp::corbaserver::manipulation::Graph_var & graph()
Definition: client.hh:51
hpp::corbaserver::manipulation::Problem_var & problem()
Definition: client.hh:47
hpp::corbaserver::manipulation::Robot_var & robot()
Definition: client.hh:43