make decoder classes <<static>>

This commit is contained in:
Bastian Schroll 2018-09-09 16:34:44 +02:00
parent a6542f0b63
commit f1bf468c2a
6 changed files with 60 additions and 69 deletions

View file

@ -30,10 +30,6 @@ class PocsagDecoder:
First step is to validate the data and _check if the format is correct.
In the last step a valid BOSWatch packet is created and returned"""
def __init__(self):
"""!Create a new instance"""
logging.debug("POCSAG decoder started")
@staticmethod
def decode(data):
"""!Decodes POCSAG