|
HARDT - The Ham Radio DSP Toolkit
|
#include <hrtl2832.h>
Classes | |
| struct | DeviceInformation |
Public Types | |
| enum | MODE { IQ_SAMPLES, I_SAMPLES, Q_SAMPLES, REAL_SAMPLES } |
Static Public Member Functions | |
| static int | AvailableDevices () |
| static std::vector< DeviceInformation > | GetDeviceInformation () |
| static int | GetDefaultDevice () |
Base class for RTL2832 readers. This class has static functions for obtaining information on a given RTL2832 devices in the system.
| enum HRtl2832::MODE |
The device mode:
IQ: Return multiplexed IQ samples I: Return only I samples Q: Return only Q samples REAL: Return realvalued signal (warning: this might cost cycles, use with care and low samplerate)
|
static |
Get the number of devices available
|
static |
Get the device number for the default device
|
static |
Get a list of devices
1.8.17