Skip to content
Snippets Groups Projects
Commit 32c70fc3 authored by Marko Mecina's avatar Marko Mecina
Browse files

update CHEOPS config for compatibility

parent 0c177f5d
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,9 @@ PUS_PKT_VERS_NUM = 0 # 0 for space packets ...@@ -36,6 +36,9 @@ PUS_PKT_VERS_NUM = 0 # 0 for space packets
PUS_VERSION = 1 PUS_VERSION = 1
MAX_PKT_LEN = 1024 # bytes MAX_PKT_LEN = 1024 # bytes
TMTC = {0: 'TM', 1: 'TC'}
TSYNC_FLAG = {0: 'U', 1: 'S', 5: 'S'}
PRIMARY_HEADER = [ PRIMARY_HEADER = [
("PKT_VERS_NUM", ctypes.c_uint16, 3), ("PKT_VERS_NUM", ctypes.c_uint16, 3),
("PKT_TYPE", ctypes.c_uint16, 1), ("PKT_TYPE", ctypes.c_uint16, 1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment