Crate soapysdr

Source
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.
ArgsIterator
An iterator over the (&key, &value) pairs in an Args 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§

Direction
Transmit or Receive
ErrorCode
An error code from SoapySDR
Format
Data format of samples

Traits§

StreamSample
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.