SoapySDR  0.5.1-g48ee75c3
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::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_readRegister (const SoapySDRDevice *device, const unsigned addr)
replaced by readRegister(name)
Parameters
devicea pointer to a device instance
addrthe register address
Returns
the register value
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
Member SoapySDRDevice_writeRegister (SoapySDRDevice *device, const unsigned addr, const unsigned value)
replaced by writeRegister(name)
Parameters
devicea pointer to a device instance
addrthe register address
valuethe register value