Skip to content
Snippets Groups Projects
Commit 5cbcbd4e authored by Davis, Duane T's avatar Davis, Duane T
Browse files

LIB: Added StoresRelease message to message set (i.e., jettison all)

parent f90ab81f
No related branches found
No related tags found
No related merge requests found
......@@ -645,6 +645,22 @@ class TacticCameraControl(Message):
def _unpack(self, data):
pass
# Manually initiate jettison of all stores
class StoresJettison(Message):
msg_type = 0x12
msg_fmt = ''
def __init__(self):
Message.__init__(self)
pass
def _pack(self):
return ''
def _unpack(self, data):
pass
"""
Yaw Messsage class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment