- or download this
RTLSDR_API int rtlsdr_open(rtlsdr_dev_t **dev, uint32_t index);
...
typedef struct rtlsdr_dev rtlsdr_dev_t;
- or download this
int
...
typedef rtlsdr_dev_t RTLSDRDevice_T;
- or download this
RTLSDRDevice_T * T_PTRREF
RTLSDRDevice_T ** T_PTRREF
- or download this
use SDR::RTLSDR qw(:all); # my library
...
my $device = rtlsdr_get_device_name( $index );
print rtlsdr_open( $device , $index)
- or download this
SDR::RTLSDR::rtlsdr_close: dev is not of type RTLSDRDevice_TPtr at sdr
+.pl line 7.
- or download this
print rtlsdr_open( \$device , $index)