added back hook function
This commit is contained in:
@ -28,5 +28,6 @@
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="4"/>
|
||||
</listAttribute>
|
||||
<stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><memoryBlockExpressionList context="reserved-for-future-use"/>"/>
|
||||
<stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/>
|
||||
</launchConfiguration>
|
||||
|
2
tmtc/tmtc_client_cli.py
Normal file → Executable file
2
tmtc/tmtc_client_cli.py
Normal file → Executable file
@ -26,6 +26,7 @@ limitations under the License.
|
||||
|
||||
@author R. Mueller
|
||||
"""
|
||||
import sys
|
||||
from config.hook_implementation import FsfwHookBase
|
||||
try:
|
||||
from tmtccmd.runner import run_tmtc_commander, initialize_tmtc_commander
|
||||
@ -34,6 +35,7 @@ except ImportError:
|
||||
initialize_tmtc_commander = None
|
||||
print("Python tmtccmd submodule not installed")
|
||||
print("Install with \"cd tmtccmd && python3 -m pip install -e .\" for interactive installation")
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
def main():
|
||||
|
Submodule tmtc/tmtccmd updated: a259c5b3bc...0d91e26bc5
Reference in New Issue
Block a user