|
def | __init__ (self, url=None, host=None, port=None) |
|
Connect and create clients for all HPP services.
◆ __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"
◆ gui
gepetto.corbaserver.client.Client.gui |
◆ orb
gepetto.corbaserver.client.Client.orb |
The documentation for this class was generated from the following file: