SoapySDR  0.6.1-4~mx15+1
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Deprecated List
Member SoapySDR::Device::listBandwidths (const int direction, const size_t channel) const
replaced by getBandwidthRange()
Parameters
directionthe channel direction RX or TX
channelan available channel on the device
Returns
a list of possible bandwidths in Hz
Member SoapySDR::Device::listSampleRates (const int direction, const size_t channel) const
replaced by getSampleRateRange()
Parameters
directionthe channel direction RX or TX
channelan available channel on the device
Returns
a list of possible rates in samples per second
Member SoapySDR::Device::readRegister (const unsigned addr) const
replaced by readRegister(name)
Parameters
addrthe register address
Returns
the register value
Member SoapySDR::Device::setCommandTime (const long long timeNs, const std::string &what="")
replaced by setHardwareTime()
Parameters
timeNstime in nanoseconds
whatoptional argument
Member SoapySDR::Device::writeRegister (const unsigned addr, const unsigned value)
replaced by writeRegister(name)
Parameters
addrthe register address
valuethe register value
Member SoapySDRDevice_listBandwidths (const SoapySDRDevice *device, const int direction, const size_t channel, size_t *length)
replaced by getBandwidthRange()
Parameters
devicea pointer to a device instance
directionthe channel direction RX or TX
channelan available channel on the device
[out]lengththe number of bandwidths
Returns
a list of possible bandwidths in Hz
Member SoapySDRDevice_listSampleRates (const SoapySDRDevice *device, const int direction, const size_t channel, size_t *length)
replaced by getSampleRateRange()
Parameters
devicea pointer to a device instance
directionthe channel direction RX or TX
channelan available channel on the device
[out]lengththe number of sample rates
Returns
a list of possible rates in samples per second
Member SoapySDRDevice_setCommandTime (SoapySDRDevice *device, const long long timeNs, const char *what)
replaced by setHardwareTime()
Parameters
devicea pointer to a device instance
timeNstime in nanoseconds
whatoptional argument
Returns
0 for success or error code on failure