gepetto.corbaserver.client.Client Class Reference

Public Member Functions

def __init__ (self, url=None, host=None, port=None)
 

Public Attributes

 orb
 
 gui
 

Detailed Description

Connect and create clients for all HPP services.

Constructor & Destructor Documentation

◆ __init__()

def gepetto.corbaserver.client.Client.__init__ (   self,
  url = None,
  host = None,
  port = None 
)
Initialize CORBA and create default clients.
:param url: URL in the IOR, corbaloc, corbalocs, and corbanames formats.
        For a remote corba server, use
        url = "corbaloc:iiop:<host>:<port>/NameService".
        If None, url is initialized with param host, or alternatively with _getIIOPurl
:param host: if not None, url is set to = "corbaloc:iiop:" + str(host) + "/NameService"

Member Data Documentation

◆ gui

gepetto.corbaserver.client.Client.gui

◆ orb

gepetto.corbaserver.client.Client.orb

The documentation for this class was generated from the following file: