GNU Radio's TEST Package
|
#include <device.h>
Static Public Member Functions | |
static devices_t | find (const device_t &hint=osmosdr::device_t()) |
Find logical radio devices attached to the host. More... | |
The device interface represents the underyling hardware. The api allows for discovery, configuration, and streaming.
|
static |
Find logical radio devices attached to the host.
The device hint should be used to narrow down the search to particular transport types and/or transport arguments.
The device hint "nofake" switches off dummy devices created by "file" (and other) implementations.
hint | a partially (or fully) filled in logical device |