hpp::corbaServer::Client Class Reference

#include <hpp/corbaserver/client.hh>

Public Member Functions

 Client (int argc, char *argv[])
 
 ~Client ()
 
void connect (const char *iiop="corbaloc:rir:/NameService", const char *context="corbaserver")
 
hpp::corbaserver::Robot_varrobot ()
 
hpp::corbaserver::Problem_varproblem ()
 
hpp::corbaserver::Obstacle_varobstacle ()
 

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:rir:/NameService",
const char *  context = "corbaserver" 
)
Parameters
iiopaddress of the namesever
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