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

serial interface abstract methods implemented

parent 6e3cf896
Branches
Tags
No related merge requests found
...@@ -17,3 +17,8 @@ class SerialComIF(CommunicationInterface): ...@@ -17,3 +17,8 @@ class SerialComIF(CommunicationInterface):
def receiveTelemetryAndStoreTuple(self, tmTupleQueue): def receiveTelemetryAndStoreTuple(self, tmTupleQueue):
pass pass
def pollInterface(self, parameter):
pass
def performListenerMode(self):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment