Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SRC OBDH TMTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robin Mueller
SRC OBDH TMTC
Commits
da4972a6
Commit
da4972a6
authored
5 years ago
by
Robin.Mueller
Browse files
Options
Downloads
Patches
Plain Diff
added todo list with possible improvement
parent
8eab8aac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
obsw_tmtc_client.py
+7
-1
7 additions, 1 deletion
obsw_tmtc_client.py
with
7 additions
and
1 deletion
obsw_tmtc_client.py
+
7
−
1
View file @
da4972a6
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment