import replacements
This commit is contained in:
parent
45253bc9b8
commit
f8299b91cd
@ -38,7 +38,7 @@ from eive_tmtc.pus_tc.devs.rad_sensor import pack_rad_sensor_test_into
|
|||||||
from eive_tmtc.tmtc.payload.ploc_memory_dumper import pack_ploc_memory_dumper_cmd
|
from eive_tmtc.tmtc.payload.ploc_memory_dumper import pack_ploc_memory_dumper_cmd
|
||||||
from eive_tmtc.pus_tc.devs.ccsds_handler import pack_ccsds_handler_test
|
from eive_tmtc.pus_tc.devs.ccsds_handler import pack_ccsds_handler_test
|
||||||
from eive_tmtc.tmtc.core import pack_core_commands
|
from eive_tmtc.tmtc.core import pack_core_commands
|
||||||
from eive_tmtc.pus_tc.devs.star_tracker import pack_star_tracker_commands
|
from eive_tmtc.tmtc.star_tracker import pack_star_tracker_commands
|
||||||
from eive_tmtc.tmtc.syrlinks_hk_handler import pack_syrlinks_command
|
from eive_tmtc.tmtc.syrlinks_hk_handler import pack_syrlinks_command
|
||||||
from eive_tmtc.pus_tc.devs.gps import pack_gps_command
|
from eive_tmtc.pus_tc.devs.gps import pack_gps_command
|
||||||
from eive_tmtc.tmtc.acs.acs_board import pack_acs_command
|
from eive_tmtc.tmtc.acs.acs_board import pack_acs_command
|
||||||
|
@ -30,7 +30,7 @@ from eive_tmtc.tmtc.syrlinks_hk_handler import SetId as SyrlinksSetIds
|
|||||||
from eive_tmtc.pus_tc.devs.gps import SetId as GpsSetIds
|
from eive_tmtc.pus_tc.devs.gps import SetId as GpsSetIds
|
||||||
from eive_tmtc.tmtc.acs.imtq import ImtqSetId
|
from eive_tmtc.tmtc.acs.imtq import ImtqSetId
|
||||||
from eive_tmtc.pus_tc.devs.sus import SetId
|
from eive_tmtc.pus_tc.devs.sus import SetId
|
||||||
from eive_tmtc.pus_tc.devs.star_tracker import SetIds as StrSetIds
|
from eive_tmtc.tmtc.star_tracker import SetId as StrSetIds
|
||||||
from eive_tmtc.tmtc.acs.reaction_wheels import (
|
from eive_tmtc.tmtc.acs.reaction_wheels import (
|
||||||
RwSetId,
|
RwSetId,
|
||||||
rw_speed_up_cmd_consec,
|
rw_speed_up_cmd_consec,
|
||||||
@ -43,7 +43,7 @@ from eive_tmtc.pus_tc.system.controllers import (
|
|||||||
from eive_tmtc.tmtc.acs.acs_board import pack_acs_command
|
from eive_tmtc.tmtc.acs.acs_board import pack_acs_command
|
||||||
from eive_tmtc.tmtc.acs.sus_board import pack_sus_cmds
|
from eive_tmtc.tmtc.acs.sus_board import pack_sus_cmds
|
||||||
from eive_tmtc.tmtc.acs.imtq import pack_imtq_test_into, pack_dipole_command
|
from eive_tmtc.tmtc.acs.imtq import pack_imtq_test_into, pack_dipole_command
|
||||||
from eive_tmtc.pus_tc.devs.star_tracker import pack_star_tracker_commands
|
from eive_tmtc.tmtc.star_tracker import pack_star_tracker_commands
|
||||||
from eive_tmtc.tmtc.acs.reaction_wheels import pack_rw_ass_cmds, pack_set_speed_command
|
from eive_tmtc.tmtc.acs.reaction_wheels import pack_rw_ass_cmds, pack_set_speed_command
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ from eive_tmtc.tmtc.acs.imtq import ImtqActionId
|
|||||||
from eive_tmtc.pus_tm.defs import PrintWrapper
|
from eive_tmtc.pus_tm.defs import PrintWrapper
|
||||||
from eive_tmtc.tmtc.payload.ploc_mpsoc import PlocReplyIds
|
from eive_tmtc.tmtc.payload.ploc_mpsoc import PlocReplyIds
|
||||||
from eive_tmtc.tmtc.payload.ploc_supervisor import SupvActionId
|
from eive_tmtc.tmtc.payload.ploc_supervisor import SupvActionId
|
||||||
from eive_tmtc.pus_tc.devs.star_tracker import StarTrackerActionId
|
from eive_tmtc.tmtc.star_tracker import StarTrackerActionId
|
||||||
from eive_tmtc.tmtc.power.tm import handle_get_param_data_reply
|
from eive_tmtc.tmtc.power.tm import handle_get_param_data_reply
|
||||||
from tmtccmd.logging import get_console_logger
|
from tmtccmd.logging import get_console_logger
|
||||||
from tmtccmd.tm import Service8FsfwTm
|
from tmtccmd.tm import Service8FsfwTm
|
||||||
|
Loading…
Reference in New Issue
Block a user