SoapySDR  0.8.0-gab626068
Vendor and platform neutral SDR interface library
Public Member Functions | List of all members
SoapySDR::Range Class Reference

#include <Types.hpp>

Public Member Functions

 Range (void)
 Create an empty range (0.0, 0.0) More...
 
 Range (const double minimum, const double maximum, const double step=0.0)
 Create a min/max range. More...
 
double minimum (void) const
 Get the range minimum. More...
 
double maximum (void) const
 Get the range maximum. More...
 
double step (void) const
 Get the range step size. More...
 

Detailed Description

A simple min/max numeric range pair

Constructor & Destructor Documentation

◆ Range() [1/2]

SoapySDR::Range::Range ( void  )

Create an empty range (0.0, 0.0)

◆ Range() [2/2]

SoapySDR::Range::Range ( const double  minimum,
const double  maximum,
const double  step = 0.0 
)

Create a min/max range.

Member Function Documentation

◆ maximum()

double SoapySDR::Range::maximum ( void  ) const
inline

Get the range maximum.

◆ minimum()

double SoapySDR::Range::minimum ( void  ) const
inline

Get the range minimum.

◆ step()

double SoapySDR::Range::step ( void  ) const
inline

Get the range step size.


The documentation for this class was generated from the following file: