MCPcopy
hub / github.com/dronekit/dronekit-python / start

Method start

dronekit/mavlink.py:291–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

289 self.message_listeners.append(fn)
290
291 def start(self):
292 if not self.mavlink_thread_in.is_alive():
293 self.mavlink_thread_in.start()
294 if not self.mavlink_thread_out.is_alive():
295 self.mavlink_thread_out.start()
296
297 def close(self):
298 # TODO this can block forever if parameters continue to be added

Callers 3

test_mavlinkFunction · 0.95
initializeMethod · 0.80
_run_serverMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_mavlinkFunction · 0.76