#include <hpp/corbaserver/client.hh>
|
| | Client (int argc, char *argv[]) |
| |
| | ~Client () |
| |
| void | connect (const char *iiop="corbaloc:iiop:", const char *context="corbaserver") |
| |
| hpp::corbaserver::Robot_var & | robot () |
| |
| hpp::corbaserver::Problem_var & | problem () |
| |
| hpp::corbaserver::Obstacle_var & | obstacle () |
| |
| | ClientBase (int argc, char *argv[]) |
| |
| virtual | ~ClientBase () |
| |
| void | connect (const std::string &iiop="corbaloc:iiop:") |
| |
| hpp::Tools_var & | tools () |
| |
◆ Client()
| hpp::corbaServer::Client::Client |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ ~Client()
| hpp::corbaServer::Client::~Client |
( |
| ) |
|
◆ connect()
| void hpp::corbaServer::Client::connect |
( |
const char * | iiop = "corbaloc:iiop:", |
|
|
const char * | context = "corbaserver" ) |
Connect to hpp object.
- Parameters
-
| iiop | address to the server (either the NameService or hpp directly). |
| context | the hpp context name (passed to the server) |
◆ obstacle()
| hpp::corbaserver::Obstacle_var & hpp::corbaServer::Client::obstacle |
( |
| ) |
|
|
inline |
◆ problem()
| hpp::corbaserver::Problem_var & hpp::corbaServer::Client::problem |
( |
| ) |
|
|
inline |
◆ robot()
| hpp::corbaserver::Robot_var & hpp::corbaServer::Client::robot |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: