| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
sip.simplewrapper --+
|
sip.wrapper --+
|
PyQt4.QtCore.QObject --+
|
DefaultConfigHandler
A class to retrieve the list of nodes from the default configuration service. The received node list will be published by sending a QT signal. To retrieve the configuration a new thread will be created.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
node_list_signal is a signal, which is emitted, if a new list with nodes is retrieved. The signal has the URI of the service, the name of the service and a list with node names as parameter. |
description_signal is a signal, which is emitted, if a new list with descriptions is retrieved. The signal has the URI of the service, the name of the service and a list with descriptions (multimaster_msgs_fkie.srv.ListDescription Response) parameter. |
x.__init__(...) initializes x; see help(type(x)) for signature
|
This method starts a thread to get the informations about the default
configured nodes. If all informations are retrieved, a
|
This method starts a thread to get the descriptions from the default
configuration node. If all informations are retrieved, a
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri May 3 02:27:57 2019 | http://epydoc.sourceforge.net |