Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_out
Method · 0.45
save_mission
Function · 0.45
log
Method · 0.45
Calls
no outgoing calls
Tested by
1
log
Method · 0.36