XML-RPC API implementation for child roslaunches NOTE: the client
handler runs a process monitor so that it can track processes across
requests
|
__init__(self,
run_id,
name,
server_uri,
pm)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
int, str, int
|
|
int, str, [ [str], [str] ]
|
|
int, str, [str]
|
|
int, str, int
|
|
int, str, [[(str, int),], [(str,int),]]
|
|
int, str, dict
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|