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 231 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 232 of file master_sync.py.
def app_manager.master_sync.MasterSync.new_foreign_topics | ( | self, | |
topic, | |||
publishers | |||
) |
Definition at line 277 of file master_sync.py.
def app_manager.master_sync.MasterSync.new_local_topics | ( | self, | |
topic, | |||
publishers | |||
) |
Definition at line 272 of file master_sync.py.
def app_manager.master_sync.MasterSync.spin | ( | self | ) |
Definition at line 293 of file master_sync.py.
def app_manager.master_sync.MasterSync.stop | ( | self | ) |
Definition at line 282 of file master_sync.py.
app_manager.master_sync.MasterSync.foreign_manager |
Definition at line 240 of file master_sync.py.
app_manager.master_sync.MasterSync.foreign_pub_names |
Definition at line 237 of file master_sync.py.
app_manager.master_sync.MasterSync.foreign_service_names |
Definition at line 236 of file master_sync.py.
app_manager.master_sync.MasterSync.local_manager |
Definition at line 239 of file master_sync.py.
app_manager.master_sync.MasterSync.local_pub_names |
Definition at line 235 of file master_sync.py.
app_manager.master_sync.MasterSync.local_service_names |
Definition at line 234 of file master_sync.py.
app_manager.master_sync.MasterSync.stopping |
Definition at line 241 of file master_sync.py.
app_manager.master_sync.MasterSync.thread |
Definition at line 242 of file master_sync.py.