Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
source
TMTC COMMANDER CORE
Commits
ac4faeca
Commit
ac4faeca
authored
Feb 03, 2021
by
Robin Mueller
Browse files
updated hook function
parent
eb00f355
Changes
1
Hide whitespace changes
Inline
Side-by-side
user/pus_tm/tmtcc_pus_hk_hook.py
→
user/pus_tm/tmtcc_pus_hk_
handling_
hook.py
View file @
ac4faeca
...
...
@@ -20,7 +20,10 @@ def handle_user_hk_packet(
@param object_id:
@param hk_data:
@param service3_packet:
@return:
@return: Expects a tuple, consisting of two lists and a bytearray
The first list contains the header columns, the second list the list with
the corresponding values. The bytearray is the validity buffer, which is usually appended
at the end of the housekeeping packet.
"""
LOGGER
.
info
(
"Service3TM: Parsing for this SID has not been implemented."
)
return
[],
[],
bytearray
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment