#include <hpp/corbaserver/manipulation/client.hh>
|
| Client (int argc, char *argv[]) |
|
| ~Client () |
|
void | connect (const char *iiop="corbaloc:rir:/NameService", const char *context="corbaserver") |
|
hpp::corbaserver::manipulation::Robot_var & | robot () |
|
hpp::corbaserver::manipulation::Problem_var & | problem () |
|
hpp::corbaserver::manipulation::Graph_var & | graph () |
|
hpp::corbaServer::manipulation::Client::Client |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
hpp::corbaServer::manipulation::Client::~Client |
( |
| ) |
|
void hpp::corbaServer::manipulation::Client::connect |
( |
const char * |
iiop = "corbaloc:rir:/NameService" , |
|
|
const char * |
context = "corbaserver" |
|
) |
| |
- Parameters
-
iiop | address of the namesever |
context | the hpp context name (passed to the server) |
hpp::corbaserver::manipulation::Graph_var& hpp::corbaServer::manipulation::Client::graph |
( |
| ) |
|
|
inline |
hpp::corbaserver::manipulation::Problem_var& hpp::corbaServer::manipulation::Client::problem |
( |
| ) |
|
|
inline |
hpp::corbaserver::manipulation::Robot_var& hpp::corbaServer::manipulation::Client::robot |
( |
| ) |
|
|
inline |