From 19f5ba62dee68247bb64b70104ebaa7a8214ddb0 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 23 Mar 2021 13:43:31 +0100 Subject: [PATCH 1/3] submodule update --- tmtccmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtccmd b/tmtccmd index b52f701..d21a401 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit b52f70179255695c47a4023f71745b4a67a9f286 +Subproject commit d21a401faa9f97fb49ce5f4718fe6e0052d0332e From 74c61842c87e6a25751904116fdc82dd61a14333 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 23 Mar 2021 13:44:33 +0100 Subject: [PATCH 2/3] minor fixes --- config/hook_implementations.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config/hook_implementations.py b/config/hook_implementations.py index d939920..6734dab 100644 --- a/config/hook_implementations.py +++ b/config/hook_implementations.py @@ -2,13 +2,10 @@ import argparse from typing import Union, Dict, Tuple from tmtccmd.pus_tm.service_3_base import Service3Base - from tmtccmd.pus_tm.base import PusTelemetry - from tmtccmd.pus_tc.base import TcQueueT, PusTelecommand - -from com_if.com_interface_base import CommunicationInterface -from core.backend import TmTcHandler +from tmtccmd.com_if.com_interface_base import CommunicationInterface +from tmtccmd.core.backend import TmTcHandler from tmtccmd.core.hook_base import TmTcHookBase from tmtccmd.utility.tmtc_printer import TmTcPrinter From 8703aeea55621f2d1d45675ac52929e425f776eb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 10 Apr 2021 22:59:51 +0200 Subject: [PATCH 3/3] updated tmtc --- .idea/runConfigurations/tmtcc_Listener_Mode_UDP.xml | 2 +- .idea/runConfigurations/tmtcc_Service_17_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcc_Service_200_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcc_Service_2_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcc_Service_3_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcc_Service_8_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcc_Single_Command_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcclient_ACU_Test_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcclient_P60_Dock_Test_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcclient_PDU1_Test_UDP.xml | 4 ++-- .idea/runConfigurations/tmtcclient_PDU2_Test_UDP.xml | 4 ++-- config/custom_hooks.py | 2 +- config/globals_config.py | 5 +++-- config/hook_implementations.py | 5 +++-- pus_tc/acu.py | 2 +- pus_tc/heater.py | 2 +- pus_tc/p60dock.py | 2 +- pus_tc/pdu1.py | 2 +- pus_tc/pdu2.py | 2 +- pus_tc/service_200_mode.py | 2 +- pus_tc/tc_packer_hook.py | 2 +- pus_tc/tmp1075.py | 2 +- pus_tm/factory_hook.py | 2 +- tmtccmd | 2 +- 24 files changed, 38 insertions(+), 36 deletions(-) diff --git a/.idea/runConfigurations/tmtcc_Listener_Mode_UDP.xml b/.idea/runConfigurations/tmtcc_Listener_Mode_UDP.xml index 7e1b3ab..c1c76dd 100644 --- a/.idea/runConfigurations/tmtcc_Listener_Mode_UDP.xml +++ b/.idea/runConfigurations/tmtcc_Listener_Mode_UDP.xml @@ -1,5 +1,5 @@ - +