Skip to content
Snippets Groups Projects
Commit da4972a6 authored by Robin.Mueller's avatar Robin.Mueller
Browse files

added todo list with possible improvement

parent 8eab8aac
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,13 @@ from gui.OBSW_BackendTest import TmTcBackend
def main():
"""
Runs the TMTC client, depending on input arguments
Runs the TMTC client, depending on input arguments.
TODO: The whole code below could ba packed into a class too.
If a backend/frontend architecture is to be implemented, this will make things easier
We propably instantiate all sender/receiver objects (or maybe instantiate them once
we need them) on object construction. The main could spawn a process for the frontend
(e.g. GUI or web interface) and a process for the backend (the sender/receiver classes,
passing values to a SQL database, loading the MIB database...)
:return:
"""
args = parse_input_arguments()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment