that should do the job

This commit is contained in:
2022-12-01 11:14:28 +01:00
parent c421f3f5d7
commit 140c827ce7
6 changed files with 39 additions and 20 deletions

View File

@ -9,6 +9,10 @@ import enum
from spacepackets import PacketType
from spacepackets.ccsds import PacketId
from spacepackets.util import UnsignedByteField
from pathlib import Path
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent
PUS_APID = 0x65
CFDP_APID = 0x66