added store object IDS
This commit is contained in:
parent
d6445d38a8
commit
895987ebf3
@ -141,6 +141,11 @@ TCS_CONTROLLER = bytes([0x43, 0x40, 0x00, 0x01])
|
|||||||
ACS_CONTROLLER = bytes([0x43, 0x00, 0x00, 0x02])
|
ACS_CONTROLLER = bytes([0x43, 0x00, 0x00, 0x02])
|
||||||
CORE_CONTROLLER_ID = bytes([0x43, 0x00, 0x00, 0x03])
|
CORE_CONTROLLER_ID = bytes([0x43, 0x00, 0x00, 0x03])
|
||||||
|
|
||||||
|
MISC_TM_STORE = bytes([0x73, 0x02, 0x00, 0x01])
|
||||||
|
OK_TM_STORE = bytes([0x73, 0x02, 0x00, 0x02])
|
||||||
|
NOT_OK_TM_STORE = bytes([0x73, 0x02, 0x00, 0x03])
|
||||||
|
HK_TM_STORE = bytes([0x73, 0x02, 0x00, 0x04])
|
||||||
|
CFDP_TM_STORE = bytes([0x73, 0x03, 0x00, 0x00])
|
||||||
|
|
||||||
ObjectIdDict = Dict[bytes, ObjectIdU32]
|
ObjectIdDict = Dict[bytes, ObjectIdU32]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user