attempt to fix missing updates for sdt, moved broker specific code to broker
This commit is contained in:
parent
8612c73d49
commit
73eea80f51
11 changed files with 146 additions and 139 deletions
|
@ -607,9 +607,6 @@ class BasicRangeModel(WirelessModel):
|
|||
link_data = self.create_link_data(netif, netif2, message_type)
|
||||
self.session.broadcast_link(link_data)
|
||||
|
||||
# TODO: account for SDT wanting to listen as well
|
||||
# self.session.sdt.updatelink(netif.node.objid, netif2.node.objid, flags, wireless=True)
|
||||
|
||||
def all_link_data(self, flags):
|
||||
"""
|
||||
Return a list of wireless link messages for when the GUI reconnects.
|
||||
|
@ -913,9 +910,6 @@ class WayPointMobility(WirelessModel):
|
|||
node_data = node.data(message_type=0)
|
||||
self.session.broadcast_node(node_data)
|
||||
|
||||
# TODO: determine how to add handler for SDT
|
||||
# self.session.sdt.updatenode(node.objid, flags=0, x=x, y=y, z=z)
|
||||
|
||||
def setendtime(self):
|
||||
"""
|
||||
Set self.endtime to the time of the last waypoint in the queue of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue