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

@@ -41,6 +41,7 @@ GR_PYTHON_INSTALL(
parse.py
msprint.py
raw_server.py
rx_path.py
sbs1.py
sql.py
Quaternion.py