bump deps and call CFPD FSM
This commit is contained in:
parent
5e0c6b2c41
commit
f12a31b710
@ -1 +1 @@
|
||||
Subproject commit 34203461faa9cfa48b097329c14c2ffc7aadad9c
|
||||
Subproject commit 9abfba1e0ec2cb6bec389c6137d3fbabfa2ddcf5
|
@ -1 +1 @@
|
||||
Subproject commit 6719a03a3214e24200cccac0dee7ef691c26ee79
|
||||
Subproject commit f3c9501891b582f5b4c61aec5eb939d05a2e24d2
|
@ -42,6 +42,7 @@ def main():
|
||||
try:
|
||||
while True:
|
||||
state = backend.periodic_op(None)
|
||||
tc_handler.cfdp_in_ccsds_wrapper.handler.fsm()
|
||||
if state.request == BackendRequest.TERMINATION_NO_ERROR:
|
||||
sys.exit(0)
|
||||
elif state.request == BackendRequest.DELAY_IDLE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user