Help for this page

Select Code to Download


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