Expand description
SoapySDR provides a hardware abstraction layer for transmitting and receiving with many software defined radio devices.
Structs§
- ArgInfo
- Metadata about supported arguments.
- Args
- A list of key=value pairs.
- Args
Iterator - An iterator over the
(&key, &value)
pairs in anArgs
list. - Device
- An opened SDR hardware device.
- Error
- An error type combining an error code and a string message
- Range
- RxStream
- A stream open for receiving.
- TxStream
- A stream open for transmitting.
Enums§
Traits§
- Stream
Sample - Trait for sample formats used by a TxStream or RxStream
Functions§
- configure_
logging - Configures SoapySDR to log to the Rust
log
facility. - enumerate
- Enumerate a list of available devices on the system.