hpp-corbaserver  4.9.0
Corba server for Humanoid Path Planner applications
hpp::corbaServer::Client Class Reference

#include <hpp/corbaserver/client.hh>

Inheritance diagram for hpp::corbaServer::Client:
Collaboration diagram for hpp::corbaServer::Client:

Public Member Functions

 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 ()
 
- Public Member Functions inherited from hpp::corbaServer::ClientBase
 ClientBase (int argc, char *argv[])
 
virtual ~ClientBase ()
 
void connect (const std::string &iiop="corbaloc:iiop:")
 
hpp::Tools_var & tools ()
 

Constructor & Destructor Documentation

◆ Client()

hpp::corbaServer::Client::Client ( int  argc,
char *  argv[] 
)

◆ ~Client()

hpp::corbaServer::Client::~Client ( )

Member Function Documentation

◆ connect()

void hpp::corbaServer::Client::connect ( const char *  iiop = "corbaloc:iiop:",
const char *  context = "corbaserver" 
)

Connect to hpp object.

Parameters
iiopaddress to the server (either the NameService or hpp directly).
contextthe 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: