major update; adsb restructure; rename combining util/modes to common.

This commit is contained in:
Junzi Sun
2018-03-28 13:31:24 +02:00
parent ef8f4b3b7f
commit 362b92de7a
26 changed files with 1104 additions and 1010 deletions
+8 -7
View File
@@ -15,15 +15,16 @@
from __future__ import absolute_import, print_function, division
from pyModeS.decoder.util import hex2bin, bin2int
from pyModeS.decoder.modes import data, allzeros
from pyModeS.decoder.common import hex2bin, bin2int, data, allzeros
# ------------------------------------------
# BDS 1,7
# Common usage GICB capability report
# ------------------------------------------
"""
------------------------------------------
BDS 1,7
Common usage GICB capability report
------------------------------------------
"""
def isBDS17(msg):
def is17(msg):
"""Check if a message is likely to be BDS code 1,7
Args: