update dependencies
This commit is contained in:
@@ -6,14 +6,16 @@
|
||||
@date 15.02.2021
|
||||
"""
|
||||
from spacepackets.ecss import PusTelecommand
|
||||
from tmtccmd.tc import QueueHelper
|
||||
from tmtccmd.tc import DefaultPusQueueHelper
|
||||
|
||||
|
||||
class ActionIds:
|
||||
DEPLOY_SOLAR_ARRAYS = bytearray([0x0, 0x0, 0x0, 0x5])
|
||||
|
||||
|
||||
def pack_solar_array_deployment_test_into(object_id: bytearray, q: QueueHelper):
|
||||
def pack_solar_array_deployment_test_into(
|
||||
object_id: bytearray, q: DefaultPusQueueHelper
|
||||
):
|
||||
q.add_log_cmd("Testing S/A Deployment")
|
||||
|
||||
command = object_id + ActionIds.DEPLOY_SOLAR_ARRAYS
|
||||
|
||||
Reference in New Issue
Block a user