JuliaComputing / xtrx_julia

XTRX LiteX/LitePCIe based design for Julia Computing
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Change `lms7_ptr()` to instead use `getNativeDeviceHandle()` #131

Closed staticfloat closed 2 years ago

staticfloat commented 2 years ago

We should use the standard SoapySDR api to return a native device handle: https://github.com/pothosware/SoapySDR/blob/637023d5e1b60e117a6533daddc4d991a33375f9/include/SoapySDR/Device.hpp#L1450

This will replace getLMS7Handle(): https://github.com/JuliaComputing/xtrx_julia/blob/e07d62c2fdd835d748913faafa32d74853c45abf/software/soapysdr-xtrx/XTRXDevice.hpp#L312-L314