function "listen_to_hk_for_x_seconds" might be deleted
This commit is contained in:
parent
931cbe26e6
commit
66c3942afb
@ -259,6 +259,7 @@ def pack_proc_commands(tc_queue: TcQueueT, op_code: str):
|
|||||||
pack_acs_command(tc_queue=tc_queue, op_code="acs-off")
|
pack_acs_command(tc_queue=tc_queue, op_code="acs-off")
|
||||||
|
|
||||||
|
|
||||||
|
"""
|
||||||
def listen_to_hk_for_x_seconds(
|
def listen_to_hk_for_x_seconds(
|
||||||
tc_queue: TcQueueT,
|
tc_queue: TcQueueT,
|
||||||
diag: bool,
|
diag: bool,
|
||||||
@ -281,6 +282,7 @@ def listen_to_hk_for_x_seconds(
|
|||||||
tc_queue.appendleft(
|
tc_queue.appendleft(
|
||||||
disable_periodic_hk_command(diag=diag, sid=sid, ssc=0).pack_command_tuple()
|
disable_periodic_hk_command(diag=diag, sid=sid, ssc=0).pack_command_tuple()
|
||||||
)
|
)
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
def enable_listen_to_hk_for_x_seconds(
|
def enable_listen_to_hk_for_x_seconds(
|
||||||
|
Loading…
Reference in New Issue
Block a user