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

Method write

dronekit/mavlink.py:33–34  ·  view source on GitHub ↗
(self, pkt)

Source from the content-addressed store, hash-verified

31 self.queue = queue
32
33 def write(self, pkt):
34 self.queue.put(pkt)
35
36 def read(self):
37 errprinter('writer should not have had a read request')

Callers 3

mavlink_thread_outMethod · 0.45
save_missionFunction · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by 1

logMethod · 0.36