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

updated top level header

parent a8516e55
No related branches found
No related tags found
No related merge requests found
"""
@file
obsw_tm_listener.py
obsw_tm_listener.py
@date
01.11.2019
01.11.2019
@brief
Separate class to listen to telecommands.
This will enable to run the listener in a separate thread later.
This Listener will propably have some kind of mode. In default configuration,
it will just listen for packets
Separate class to listen to telecommands.
@author
R. Mueller
"""
import sys
import time
......@@ -86,7 +84,7 @@ class TmListener:
LOGGER.critical("TmListener: Blocked on lock acquisition for longer than 1 second!")
self.lock_listener.release()
return tm_queue_copy
def clear_tm_packet_queue(self):
self.__tm_packet_queue.clear()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment