aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmosdr/osmosdr_ranges.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmosdr/osmosdr_ranges.h b/include/osmosdr/osmosdr_ranges.h
index b7939df..c84eb95 100644
--- a/include/osmosdr/osmosdr_ranges.h
+++ b/include/osmosdr/osmosdr_ranges.h
@@ -107,6 +107,9 @@ namespace osmosdr{
*/
double clip(double value, bool clip_step = false) const;
+ /*! return a vector containing all values of the range */
+ std::vector<double> values() const;
+
//! Convert this meta-range to a printable string
const std::string to_pp_string(void) const;