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

sequential send/receiver should print now

parent 3f1f16d5
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ class SequentialCommandSenderReceiver(CommandSenderReceiver):
self._tm_listener.replyEvent.clear()
# this flag is set in the separate receiver thread too
if self._reply_received:
self.print_tm_queue(self._tm_listener.retrieve_tm_packet_queue())
self._tm_listener.clear_tm_packet_queue()
self.__send_next_telecommand()
self._reply_received = False
# just calculate elapsed time if start time has already been set (= command has been sent)
......
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