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
Compare revisions
42e9228840e4a62a88ad3cd689dfb6c02e4e7294 to ee295fa849ec7af33204f437d60742d173ac5c4b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Robin.Mueller/tmtc
Select target project
No results found
ee295fa849ec7af33204f437d60742d173ac5c4b
Select Git revision
Swap
Target
Robin.Mueller/tmtc
Select target project
Robin.Mueller/tmtc
1 result
42e9228840e4a62a88ad3cd689dfb6c02e4e7294
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
mission dependant code removed
· ee295fa8
Robin Mueller
authored
4 years ago
ee295fa8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tc/obsw_tc_service3.py
+0
-4
0 additions, 4 deletions
tc/obsw_tc_service3.py
with
0 additions
and
4 deletions
tc/obsw_tc_service3.py
View file @
ee295fa8
...
...
@@ -21,10 +21,6 @@ def make_interval(interval_seconds: float) -> bytearray:
# adding custom defintion to hk using test pool variables
sid_thermalsensor
=
make_sid
(
g
.
THERMAL_SENSOR_DEVICE_ID
,
1
)
number_of_parameters
=
struct
.
pack
(
'
>B
'
,
5
)
sid_internal_err_rprtr
=
make_sid
(
g
.
INTERNAL_ERROR_REPORTER_ID
,
0
)
def
pack_service3_test_into
(
tc_queue
:
Deque
)
->
Deque
:
...
...
This diff is collapsed.
Click to expand it.