Skip to content
GitLab
Explore
Sign in
Register
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
2f1c3d5e
Commit
2f1c3d5e
authored
4 years ago
by
Robin Mueller
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'upstream/master' into eive/master
parents
480b0a16
32437124
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/runConfigurations/tmtcclient_Service_17_UDP.xml
+1
-1
1 addition, 1 deletion
.idea/runConfigurations/tmtcclient_Service_17_UDP.xml
core/tmtc_backend.py
+2
-1
2 additions, 1 deletion
core/tmtc_backend.py
with
3 additions
and
2 deletions
.idea/runConfigurations/tmtcclient_Service_17_UDP.xml
+
1
−
1
View file @
2f1c3d5e
...
...
@@ -12,7 +12,7 @@
<option
name=
"ADD_CONTENT_ROOTS"
value=
"true"
/>
<option
name=
"ADD_SOURCE_ROOTS"
value=
"true"
/>
<EXTENSION
ID=
"PythonCoverageRunConfigurationExtension"
runner=
"coverage.py"
/>
<option
name=
"SCRIPT_NAME"
value=
"$PROJECT_DIR$/
core/
tmtc_client_c
ore
.py"
/>
<option
name=
"SCRIPT_NAME"
value=
"$PROJECT_DIR$/tmtc_client_c
li
.py"
/>
<option
name=
"PARAMETERS"
value=
"-m 3 -c 3 -s 17 -t 3"
/>
<option
name=
"SHOW_COMMAND_LINE"
value=
"false"
/>
<option
name=
"EMULATE_TERMINAL"
value=
"true"
/>
...
...
This diff is collapsed.
Click to expand it.
core/tmtc_backend.py
+
2
−
1
View file @
2f1c3d5e
...
...
@@ -171,8 +171,9 @@ class TmTcHandler:
logging
.
error
(
"
Unknown Mode, Configuration error !
"
)
sys
.
exit
()
def
__core_operation
(
self
,
one_shot
):
if
self
.
mode
==
g
.
ModeList
.
ListenerMode
:
one_shot
=
False
if
not
one_shot
:
while
True
:
self
.
__handle_action
()
...
...
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