gr-osmosdr/lib/xtrx
Clayton Smith c3187ab875 xtrx: remove BOOST_FOREACH and obsolete API call
All instances of BOOST_FOREACH were removed in an earlier commit, but it
was reintroduced when xtrx support was merged. I removed BOOST_FOREACH
again here.

Also, xtrx support fails to build because it relies on the
xtrx_open_list function, which was removed from the xtrx API in 2019. It
was replaced with xtrx_open_string.

I don't have xtrx hardware, so I've only tested that gr-osmosdr compiles
with these changes.

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2021-01-10 19:31:59 +01:00
..
CMakeLists.txt add xtrx support 2020-11-19 01:41:05 +01:00
xtrx_obj.cc xtrx: remove BOOST_FOREACH and obsolete API call 2021-01-10 19:31:59 +01:00
xtrx_obj.h add xtrx support 2020-11-19 01:41:05 +01:00
xtrx_sink_c.cc xtrx: remove BOOST_FOREACH and obsolete API call 2021-01-10 19:31:59 +01:00
xtrx_sink_c.h add xtrx support 2020-11-19 01:41:05 +01:00
xtrx_source_c.cc add xtrx support 2020-11-19 01:41:05 +01:00
xtrx_source_c.h add xtrx support 2020-11-19 01:41:05 +01:00