clean up IMTQ TM handling a bit

This commit is contained in:
2022-10-20 14:22:19 +02:00
parent 42b962dede
commit 962d8e46d9
3 changed files with 227 additions and 234 deletions

View File

@ -18,15 +18,10 @@ from tmtccmd.logging import get_console_logger
from pus_tm.devs.bpx_bat import handle_bpx_hk_data
from pus_tm.devs.gps import handle_gps_data
from pus_tm.devs.gyros import handle_gyros_hk_data
from pus_tm.devs.imtq_mgt import (
handle_self_test_data,
handle_eng_set,
handle_calibrated_mtm_measurement,
handle_raw_mtm_measurement,
)
from tmtc.power.tm import handle_pdu_data, handle_p60_hk_data, handle_acu_hk_data
from pus_tm.devs.syrlinks import handle_syrlinks_hk_data
from tmtc.acs.imtq import ImtqSetIds
from tmtc.acs.imtq import ImtqSetIds, handle_self_test_data, handle_eng_set, \
handle_calibrated_mtm_measurement, handle_raw_mtm_measurement
from pus_tm.defs import FsfwTmTcPrinter
from pus_tm.system.core import handle_core_hk_data
from pus_tm.devs.mgms import handle_mgm_hk_data