Range of floating-point values. More...
#include <uhd/types/ranges.h>
Public Attributes | |
double | start |
First value. More... | |
double | stop |
Last value. More... | |
double | step |
Granularity. More... | |
Range of floating-point values.
double uhd_range_t::start |
First value.
double uhd_range_t::step |
Granularity.
double uhd_range_t::stop |
Last value.