remove unused includes
This commit is contained in:
parent
70bafa64ca
commit
9df47c2067
@ -85,7 +85,8 @@ def pack_get_param_command(
|
|||||||
@param object_id: The object id of the gomspace device handler.
|
@param object_id: The object id of the gomspace device handler.
|
||||||
@param table_id: The table id of the gomspace device
|
@param table_id: The table id of the gomspace device
|
||||||
@param memory_address: Address offset within table of the value to read.
|
@param memory_address: Address offset within table of the value to read.
|
||||||
@param parameter_size: Size of the value to read. E.g. temperature is uint16_t and thus parameter_size is 2
|
@param parameter_size: Size of the value to read. E.g. temperature is uint16_t and thus
|
||||||
|
parameter_size is 2
|
||||||
@return: The command as bytearray.
|
@return: The command as bytearray.
|
||||||
"""
|
"""
|
||||||
app_data = struct.pack("!B", table_id)
|
app_data = struct.pack("!B", table_id)
|
||||||
|
@ -1,20 +1,11 @@
|
|||||||
from pus_tc.devs.scex import add_scex_cmds
|
|
||||||
from pus_tc.system.proc import add_proc_cmds
|
|
||||||
|
|
||||||
from pus_tc.devs.gps import add_gps_cmds
|
|
||||||
from pus_tc.devs.power import add_pcdu_cmds, add_power_cmd_defs
|
|
||||||
from pus_tc.devs.plpcdu import add_pl_pcdu_cmds
|
|
||||||
from pus_tc.devs.rad_sensor import add_rad_sens_cmds
|
|
||||||
from pus_tc.system.core import add_core_controller_definitions
|
|
||||||
from pus_tc.devs.heater import add_heater_cmds
|
|
||||||
from pus_tc.devs.rtd import specify_rtd_cmds
|
|
||||||
from pus_tc.devs.reaction_wheels import add_rw_cmds
|
|
||||||
from pus_tc.devs.bpx_batt import BpxOpCodes
|
from pus_tc.devs.bpx_batt import BpxOpCodes
|
||||||
|
|
||||||
from config.definitions import CustomServiceList
|
from config.definitions import CustomServiceList
|
||||||
from pus_tc.system.tcs import add_tcs_cmds
|
|
||||||
from tmtccmd.config import TmtcDefinitionWrapper, OpCodeEntry
|
from tmtccmd.config import TmtcDefinitionWrapper, OpCodeEntry
|
||||||
from tmtccmd.config.tmtc import tmtc_definitions_provider, call_all_definitions_providers
|
from tmtccmd.config.tmtc import (
|
||||||
|
tmtc_definitions_provider,
|
||||||
|
call_all_definitions_providers,
|
||||||
|
)
|
||||||
from tmtccmd.config.globals import get_default_tmtc_defs
|
from tmtccmd.config.globals import get_default_tmtc_defs
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user