Move BasebandStatsCollector code into .cpp, as much as possible.

Still have template for callback, but hopefully will mitigate bloat when BasebandStatsCollector is used in multiple places.
This commit is contained in:
Jared Boone
2016-01-04 11:49:39 -08:00
parent 6d3cdb9bbf
commit b42d3cc9d5
3 changed files with 65 additions and 30 deletions
+1
View File
@@ -130,6 +130,7 @@ CPPSRC = main.cpp \
portapack_shared_memory.cpp \
baseband_thread.cpp \
baseband_processor.cpp \
baseband_stats_collector.cpp \
dsp_decimate.cpp \
dsp_demodulate.cpp \
matched_filter.cpp \