mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
some little improvements
This commit is contained in:
parent
4f72691c65
commit
fd501c23dc
7 changed files with 15 additions and 13 deletions
|
|
@ -27,7 +27,7 @@ class Fms:
|
|||
"""!FMS decoder class
|
||||
|
||||
This class decodes FMS data.
|
||||
First step is to validate the data and check if the format is correct.
|
||||
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):
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class Pocsag:
|
|||
"""!POCSAG decoder class
|
||||
|
||||
This class decodes POCSAG data.
|
||||
First step is to validate the data and check if the format is correct.
|
||||
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):
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class Zvei:
|
|||
"""!ZVEI decoder class
|
||||
|
||||
This class decodes ZVEI data.
|
||||
First step is to validate the data and check if the format is correct.
|
||||
First step is to validate the data and _check if the format is correct.
|
||||
After that the double-tone-sign 'E' is replaced.
|
||||
In the last step a valid BOSWatch packet is created and returned"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue