From 9bd0783c573b3a59dfdb1a2f838924b226e5ff4a Mon Sep 17 00:00:00 2001 From: Markus Kranz Date: Thu, 19 May 2022 11:01:11 +0200 Subject: [PATCH] deleted bakcup files --- config/definitions_BACKUP_10148.py | 55 ------------------------------ config/definitions_BASE_10148.py | 49 -------------------------- config/definitions_LOCAL_10148.py | 51 --------------------------- config/definitions_REMOTE_10148.py | 50 --------------------------- 4 files changed, 205 deletions(-) delete mode 100644 config/definitions_BACKUP_10148.py delete mode 100644 config/definitions_BASE_10148.py delete mode 100644 config/definitions_LOCAL_10148.py delete mode 100644 config/definitions_REMOTE_10148.py diff --git a/config/definitions_BACKUP_10148.py b/config/definitions_BACKUP_10148.py deleted file mode 100644 index 6109c67..0000000 --- a/config/definitions_BACKUP_10148.py +++ /dev/null @@ -1,55 +0,0 @@ -""" -@brief This file transfers control of the custom definitions like modes to the user. -@details Template configuration file. Copy this folder to the TMTC commander root and adapt - it to your needs. -""" - -import enum - - -PUS_APID = 0x65 -SPACE_PACKET_IDS = (0x08 << 8 | PUS_APID,) - - -class CustomServiceList(enum.Enum): - TEST_DEVICE = "test" - P60DOCK = "p60dock" - PDU1 = "pdu1" - PDU2 = "pdu2" - ACU = "acu" - ACS = "acs" - BPX_BATTERY = "bpx" - TMP1075_1 = "tmp1075_1" - TMP1075_2 = "tmp1075_2" - HEATER = "heater" - IMTQ = "imtq" - PLOC_SUPV = "ploc_supv" - PLOC_MPSOC = "ploc_mpsoc" - PCDU = "pcdu" - PL_PCDU = "plpcdu" - SA_DEPLYOMENT = "sa_depl" - REACTION_WHEEL_1 = "rw-1" - REACTION_WHEEL_2 = "rw-2" - REACTION_WHEEL_3 = "rw-3" - REACTION_WHEEL_4 = "rw-4" - RW_ASSEMBLY = "rw-ass" - RAD_SENSOR = "rad_sensor" - GPS_0 = "gps0" - GPS_1 = "gps1" - PLOC_MEMORY_DUMPER = "ploc_memory_dumper" - CORE = "core" - STAR_TRACKER = "star_tracker" - CCSDS_HANDLER = "ccsds_handler" - PDEC_HANDLER = "pdec_handler" - STR_IMG_HELPER = "str_img_helper" - SYRLINKS = "syrlinks" - ACS_ASS = "acs-ass" - SUS_ASS = "sus-ass" - TCS_ASS = "tcs-ass" - TIME = "time" -<<<<<<< HEAD - PROCEDURE = "proc" - TVTTESTPROCEDURE = "tvtestproc" -======= - CONTROLLERS = "controllers" ->>>>>>> origin/develop diff --git a/config/definitions_BASE_10148.py b/config/definitions_BASE_10148.py deleted file mode 100644 index c98e7da..0000000 --- a/config/definitions_BASE_10148.py +++ /dev/null @@ -1,49 +0,0 @@ -""" -@brief This file transfers control of the custom definitions like modes to the user. -@details Template configuration file. Copy this folder to the TMTC commander root and adapt - it to your needs. -""" - -import enum - - -PUS_APID = 0x65 -SPACE_PACKET_IDS = (0x08 << 8 | PUS_APID,) - - -class CustomServiceList(enum.Enum): - TEST_DEVICE = "test" - P60DOCK = "p60dock" - PDU1 = "pdu1" - PDU2 = "pdu2" - ACU = "acu" - ACS = "acs" - BPX_BATTERY = "bpx" - TMP1075_1 = "tmp1075_1" - TMP1075_2 = "tmp1075_2" - HEATER = "heater" - IMTQ = "imtq" - PLOC_SUPV = "ploc_supv" - PLOC_MPSOC = "ploc_mpsoc" - PCDU = "pcdu" - PL_PCDU = "plpcdu" - SA_DEPLYOMENT = "sa_depl" - REACTION_WHEEL_1 = "rw-1" - REACTION_WHEEL_2 = "rw-2" - REACTION_WHEEL_3 = "rw-3" - REACTION_WHEEL_4 = "rw-4" - RW_ASSEMBLY = "rw-ass" - RAD_SENSOR = "rad_sensor" - GPS_0 = "gps0" - GPS_1 = "gps1" - PLOC_MEMORY_DUMPER = "ploc_memory_dumper" - CORE = "core" - STAR_TRACKER = "star_tracker" - CCSDS_HANDLER = "ccsds_handler" - PDEC_HANDLER = "pdec_handler" - STR_IMG_HELPER = "str_img_helper" - SYRLINKS = "syrlinks" - ACS_ASS = "acs-ass" - SUS_ASS = "sus-ass" - TCS_ASS = "tcs-ass" - TIME = "time" diff --git a/config/definitions_LOCAL_10148.py b/config/definitions_LOCAL_10148.py deleted file mode 100644 index 8f8507d..0000000 --- a/config/definitions_LOCAL_10148.py +++ /dev/null @@ -1,51 +0,0 @@ -""" -@brief This file transfers control of the custom definitions like modes to the user. -@details Template configuration file. Copy this folder to the TMTC commander root and adapt - it to your needs. -""" - -import enum - - -PUS_APID = 0x65 -SPACE_PACKET_IDS = (0x08 << 8 | PUS_APID,) - - -class CustomServiceList(enum.Enum): - TEST_DEVICE = "test" - P60DOCK = "p60dock" - PDU1 = "pdu1" - PDU2 = "pdu2" - ACU = "acu" - ACS = "acs" - BPX_BATTERY = "bpx" - TMP1075_1 = "tmp1075_1" - TMP1075_2 = "tmp1075_2" - HEATER = "heater" - IMTQ = "imtq" - PLOC_SUPV = "ploc_supv" - PLOC_MPSOC = "ploc_mpsoc" - PCDU = "pcdu" - PL_PCDU = "plpcdu" - SA_DEPLYOMENT = "sa_depl" - REACTION_WHEEL_1 = "rw-1" - REACTION_WHEEL_2 = "rw-2" - REACTION_WHEEL_3 = "rw-3" - REACTION_WHEEL_4 = "rw-4" - RW_ASSEMBLY = "rw-ass" - RAD_SENSOR = "rad_sensor" - GPS_0 = "gps0" - GPS_1 = "gps1" - PLOC_MEMORY_DUMPER = "ploc_memory_dumper" - CORE = "core" - STAR_TRACKER = "star_tracker" - CCSDS_HANDLER = "ccsds_handler" - PDEC_HANDLER = "pdec_handler" - STR_IMG_HELPER = "str_img_helper" - SYRLINKS = "syrlinks" - ACS_ASS = "acs-ass" - SUS_ASS = "sus-ass" - TCS_ASS = "tcs-ass" - TIME = "time" - PROCEDURE = "proc" - TVTTESTPROCEDURE = "tvtestproc" diff --git a/config/definitions_REMOTE_10148.py b/config/definitions_REMOTE_10148.py deleted file mode 100644 index 7d88116..0000000 --- a/config/definitions_REMOTE_10148.py +++ /dev/null @@ -1,50 +0,0 @@ -""" -@brief This file transfers control of the custom definitions like modes to the user. -@details Template configuration file. Copy this folder to the TMTC commander root and adapt - it to your needs. -""" - -import enum - - -PUS_APID = 0x65 -SPACE_PACKET_IDS = (0x08 << 8 | PUS_APID,) - - -class CustomServiceList(enum.Enum): - TEST_DEVICE = "test" - P60DOCK = "p60dock" - PDU1 = "pdu1" - PDU2 = "pdu2" - ACU = "acu" - ACS = "acs" - BPX_BATTERY = "bpx" - TMP1075_1 = "tmp1075_1" - TMP1075_2 = "tmp1075_2" - HEATER = "heater" - IMTQ = "imtq" - PLOC_SUPV = "ploc_supv" - PLOC_MPSOC = "ploc_mpsoc" - PCDU = "pcdu" - PL_PCDU = "plpcdu" - SA_DEPLYOMENT = "sa_depl" - REACTION_WHEEL_1 = "rw-1" - REACTION_WHEEL_2 = "rw-2" - REACTION_WHEEL_3 = "rw-3" - REACTION_WHEEL_4 = "rw-4" - RW_ASSEMBLY = "rw-ass" - RAD_SENSOR = "rad_sensor" - GPS_0 = "gps0" - GPS_1 = "gps1" - PLOC_MEMORY_DUMPER = "ploc_memory_dumper" - CORE = "core" - STAR_TRACKER = "star_tracker" - CCSDS_HANDLER = "ccsds_handler" - PDEC_HANDLER = "pdec_handler" - STR_IMG_HELPER = "str_img_helper" - SYRLINKS = "syrlinks" - ACS_ASS = "acs-ass" - SUS_ASS = "sus-ass" - TCS_ASS = "tcs-ass" - TIME = "time" - CONTROLLERS = "controllers"