HARDT - The Ham Radio DSP Toolkit
Classes | Public Types | Static Public Member Functions | List of all members
HRtl2832 Class Reference

#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< DeviceInformationGetDeviceInformation ()
 
static int GetDefaultDevice ()
 

Detailed Description

Base class for RTL2832 readers. This class has static functions for obtaining information on a given RTL2832 devices in the system.

Member Enumeration Documentation

◆ 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)

Member Function Documentation

◆ AvailableDevices()

int HRtl2832::AvailableDevices ( )
static

Get the number of devices available

◆ GetDefaultDevice()

int HRtl2832::GetDefaultDevice ( )
static

Get the device number for the default device

◆ GetDeviceInformation()

std::vector< HRtl2832::DeviceInformation > HRtl2832::GetDeviceInformation ( )
static

Get a list of devices


The documentation for this class was generated from the following files: