further implementation of the listener and operator class

This commit is contained in:
Georg Schlisio
2021-02-12 15:02:09 +01:00
parent 244ff34596
commit 89e163a3fd
3 changed files with 249 additions and 12 deletions

View File

@@ -73,6 +73,6 @@ if __name__ == "__main__":
#smess = bmess.decode("ASCII")
pm = ParseMessage(sample_messages["Error"])
pm = ParseMessage(sample_messages["InletInfo"])
print(pm.type, pm.parms, pm.time)