class documentation
Undocumented
Method | __init__ |
ctor. |
Method | add |
Subscribe to notifications of pub/sub/service registration changes. This is an internal API used to notify higher level routines when to communicate with the master. @param l: listener to subscribe @type l: TopicListener... |
Method | clear |
Remove all registration listeners |
Method | notify |
@param resolved_name: topic/service name @type resolved_name: str @param data_type: topic/service type @type data_type: str @param reg_type: Valid values are L{Registration.PUB}, L{Registration.SUB}, L{Registration... |
Method | notify |
@param resolved_name: resolved_topic/service name @type resolved_name: str @param data_type_or_uri: topic type or service uri @type data_type_or_uri: str @param reg_type: Valid values are L{Registration... |
Instance Variable | listeners |
Undocumented |
Instance Variable | lock |
Undocumented |
Subscribe to notifications of pub/sub/service registration changes. This is an internal API used to notify higher level routines when to communicate with the master. @param l: listener to subscribe @type l: TopicListener
@param resolved_name: topic/service name @type resolved_name: str @param data_type: topic/service type @type data_type: str @param reg_type: Valid values are L{Registration.PUB}, L{Registration.SUB}, L{Registration.SRV} @type reg_type: str