|
__init__(self,
name,
timeout=None,
config_callback=None,
description_callback=None)
Connect to dynamic_reconfigure server and return a client object |
source code
|
|
{str: value}
|
get_configuration(self,
timeout=None)
Return the latest received server configuration (wait to receive one
if none have been received) |
source code
|
|
|
|
|
|
|
|
|
|
|
close(self)
Close connections to the server |
source code
|
|
|
get_config_callback(self)
Retrieve the config_callback |
source code
|
|
|
set_config_callback(self,
value)
Set the config_callback |
source code
|
|
|
get_description_callback(self)
Get the current description_callback |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|