start adding raw TM DB
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good

This commit is contained in:
2023-11-13 11:37:57 +01:00
parent d9e4ff6973
commit 57a225f926
2 changed files with 8 additions and 3 deletions

View File

@ -11,7 +11,9 @@ from spacepackets.ccsds import PacketId
from spacepackets.util import UnsignedByteField
DB_PATH = "tm.db"
TM_DB_PATH = "tm.db"
RAW_TM_PATH = "raw_tm.db"
PUS_APID = 0x65
CFDP_APID = 0x66
PUS_PACKET_ID = PacketId(PacketType.TM, True, PUS_APID)