Refactor flowgraph into hierarchical block

This commit creates air_modes.rx_path, which is the common portion
of the flowgraph once the sample source and possible resampler are
created.  It takes baseband I/Q and emits Mode-S packets into the
supplied message queue.
This commit is contained in:
Johnathan Corgan
2012-10-15 09:27:22 -07:00
parent 85da74b43a
commit 62304ff59e
5 changed files with 58 additions and 24 deletions

View File

@@ -51,6 +51,7 @@ from air_modes_swig import *
# import any pure python here
#
from rx_path import rx_path
from parse import parse,modes_reply
from msprint import output_print
from sql import output_sql