aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmosdr/ranges.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmosdr/ranges.h')
-rw-r--r--include/osmosdr/ranges.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmosdr/ranges.h b/include/osmosdr/ranges.h
index ccb2dbc..77d5026 100644
--- a/include/osmosdr/ranges.h
+++ b/include/osmosdr/ranges.h
@@ -25,6 +25,12 @@
namespace osmosdr{
+ //! A wildcard motherboard index
+ static const size_t ALL_MBOARDS = size_t(~0);
+
+ //! A wildcard channel index
+ static const size_t ALL_CHANS = size_t(~0);
+
/*!
* A range object describes a set of discrete values of the form:
* y = start + step*n, where n is an integer between 0 and (stop - start)/step