|
def | __init__ (self, master_uri, cb) |
|
def | advertise (self, topic, topic_type, uri) |
|
def | advertise_list (self, topic, topic_type, uris) |
|
def | advertise_service (self, service_name, uri) |
|
def | get_topic_type (self, query_topic) |
|
def | lookup_service (self, service_name) |
|
def | new_topics (self, topic, publishers) |
|
def | resolve (self, topic) |
|
def | subscribe (self, topic) |
|
def | unadvertise (self, topic, uri) |
|
def | unadvertise_service (self, service_name) |
|
def | unsubscribe_all (self) |
|
Definition at line 101 of file master_sync.py.
def app_manager.master_sync.RemoteManager.__init__ |
( |
|
self, |
|
|
|
master_uri, |
|
|
|
cb |
|
) |
| |
def app_manager.master_sync.RemoteManager.advertise |
( |
|
self, |
|
|
|
topic, |
|
|
|
topic_type, |
|
|
|
uri |
|
) |
| |
def app_manager.master_sync.RemoteManager.advertise_list |
( |
|
self, |
|
|
|
topic, |
|
|
|
topic_type, |
|
|
|
uris |
|
) |
| |
def app_manager.master_sync.RemoteManager.advertise_service |
( |
|
self, |
|
|
|
service_name, |
|
|
|
uri |
|
) |
| |
def app_manager.master_sync.RemoteManager.get_topic_type |
( |
|
self, |
|
|
|
query_topic |
|
) |
| |
def app_manager.master_sync.RemoteManager.lookup_service |
( |
|
self, |
|
|
|
service_name |
|
) |
| |
def app_manager.master_sync.RemoteManager.new_topics |
( |
|
self, |
|
|
|
topic, |
|
|
|
publishers |
|
) |
| |
def app_manager.master_sync.RemoteManager.resolve |
( |
|
self, |
|
|
|
topic |
|
) |
| |
def app_manager.master_sync.RemoteManager.subscribe |
( |
|
self, |
|
|
|
topic |
|
) |
| |
def app_manager.master_sync.RemoteManager.unadvertise |
( |
|
self, |
|
|
|
topic, |
|
|
|
uri |
|
) |
| |
def app_manager.master_sync.RemoteManager.unadvertise_service |
( |
|
self, |
|
|
|
service_name |
|
) |
| |
def app_manager.master_sync.RemoteManager.unsubscribe_all |
( |
|
self | ) |
|
app_manager.master_sync.RemoteManager.cb |
app_manager.master_sync.RemoteManager.external_node |
app_manager.master_sync.RemoteManager.master |
app_manager.master_sync.RemoteManager.master_uri |
app_manager.master_sync.RemoteManager.pubs |
app_manager.master_sync.RemoteManager.srvs |
app_manager.master_sync.RemoteManager.subs |
app_manager.master_sync.RemoteManager.type_cache |
The documentation for this class was generated from the following file: