update dependencies
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import enum
|
||||
|
||||
from tmtccmd.tc import QueueHelper
|
||||
from tmtccmd.tc import DefaultPusQueueHelper
|
||||
from tmtccmd.tc.pus_200_fsfw_modes import Modes
|
||||
from config.object_ids import ACS_BOARD_ASS_ID, SUS_BOARD_ASS_ID
|
||||
|
||||
@ -30,7 +30,7 @@ class DualSideSubmodes(enum.IntEnum):
|
||||
DUAL_SIDE = 2
|
||||
|
||||
|
||||
def pack_acs_command(q: QueueHelper, op_code: str):
|
||||
def pack_acs_command(q: DefaultPusQueueHelper, op_code: str):
|
||||
if op_code in AcsOpCodes.ACS_ASS_A_SIDE:
|
||||
command_mode(
|
||||
object_id=ACS_BOARD_ASS_ID,
|
||||
@ -89,7 +89,7 @@ def pack_acs_command(q: QueueHelper, op_code: str):
|
||||
)
|
||||
|
||||
|
||||
def pack_sus_cmds(q: QueueHelper, op_code: str):
|
||||
def pack_sus_cmds(q: DefaultPusQueueHelper, op_code: str):
|
||||
if op_code in SusOpCodes.SUS_ASS_NOM_SIDE:
|
||||
command_mode(
|
||||
object_id=SUS_BOARD_ASS_ID,
|
||||
|
Reference in New Issue
Block a user