aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rtl/rtl_source_c.h
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 20:43:34 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 20:43:34 +0200
commitcf1c3ab117ee76cac3c574331c42173e0444aedd (patch)
tree3151ce897679b5d331791aff4f1e932e6fb75bca /lib/rtl/rtl_source_c.h
parenta6d6602d8ae405e2f20820fa5cdb972b53b716a5 (diff)
pick first device if no device arguments were specified
Diffstat (limited to 'lib/rtl/rtl_source_c.h')
-rw-r--r--lib/rtl/rtl_source_c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rtl/rtl_source_c.h b/lib/rtl/rtl_source_c.h
index a957f9d..b2591f1 100644
--- a/lib/rtl/rtl_source_c.h
+++ b/lib/rtl/rtl_source_c.h
@@ -83,6 +83,8 @@ public:
gr_vector_const_void_star &input_items,
gr_vector_void_star &output_items );
+ static std::vector< std::string > get_devices();
+
size_t get_num_channels( void );
osmosdr::meta_range_t get_sample_rates( void );