Public Member Functions | |
def | __init__ (self, foreign_master, local_service_names=[], local_pub_names=[], foreign_service_names=[], foreign_pub_names=[]) |
def | new_foreign_topics (self, topic, publishers) |
def | new_local_topics (self, topic, publishers) |
def | spin (self) |
def | stop (self) |
Public Attributes | |
foreign_manager | |
foreign_pub_names | |
foreign_service_names | |
local_manager | |
local_pub_names | |
local_service_names | |
stopping | |
thread | |
Definition at line 238 of file master_sync.py.
def app_manager.master_sync.MasterSync.__init__ | ( | self, | |
foreign_master, | |||
local_service_names = [] , |
|||
local_pub_names = [] , |
|||
foreign_service_names = [] , |
|||
foreign_pub_names = [] |
|||
) |
Definition at line 239 of file master_sync.py.
def app_manager.master_sync.MasterSync.new_foreign_topics | ( | self, | |
topic, | |||
publishers | |||
) |
Definition at line 284 of file master_sync.py.
def app_manager.master_sync.MasterSync.new_local_topics | ( | self, | |
topic, | |||
publishers | |||
) |
Definition at line 279 of file master_sync.py.
def app_manager.master_sync.MasterSync.spin | ( | self | ) |
Definition at line 300 of file master_sync.py.
def app_manager.master_sync.MasterSync.stop | ( | self | ) |
Definition at line 289 of file master_sync.py.
app_manager.master_sync.MasterSync.foreign_manager |
Definition at line 247 of file master_sync.py.
app_manager.master_sync.MasterSync.foreign_pub_names |
Definition at line 244 of file master_sync.py.
app_manager.master_sync.MasterSync.foreign_service_names |
Definition at line 243 of file master_sync.py.
app_manager.master_sync.MasterSync.local_manager |
Definition at line 246 of file master_sync.py.
app_manager.master_sync.MasterSync.local_pub_names |
Definition at line 242 of file master_sync.py.
app_manager.master_sync.MasterSync.local_service_names |
Definition at line 241 of file master_sync.py.
app_manager.master_sync.MasterSync.stopping |
Definition at line 248 of file master_sync.py.
app_manager.master_sync.MasterSync.thread |
Definition at line 249 of file master_sync.py.