|
HARDT - The Ham Radio DSP Toolkit
|
#include <hrtl2832.h>
Public Attributes | |
| int | Device |
| std::string | Vendor |
| std::string | Product |
| std::string | Serial |
| bool | IsDefaultDevice |
| std::vector< int > | Gain |
Holds information for the existing RTL28332 devices found on the system
| int HRtl2832::DeviceInformation::Device |
Logical device number. This is the number that must be given to any rtl2832 reader to identify the device to use
| std::vector<int> HRtl2832::DeviceInformation::Gain |
Contains the available gain settings, if not using automatic gain
| bool HRtl2832::DeviceInformation::IsDefaultDevice |
Set to true if this device is the systems default device
| std::string HRtl2832::DeviceInformation::Product |
The product name (device name)
| std::string HRtl2832::DeviceInformation::Serial |
The product serial number
| std::string HRtl2832::DeviceInformation::Vendor |
The name of the device vendor
1.8.17