JuliaTelecom / SoapySDR.jl

Julia Wrappers for SoapySDR
https://juliatelecom.github.io/SoapySDR.jl/dev/
Other
15 stars 3 forks source link

Use Clang.jl for Device.h as well #55

Closed sjkelly closed 2 years ago

sjkelly commented 2 years ago

Currently needs a few mid-level wrappers to handle some of the idioms we use for KwargList, StringList, and friends. Should reduce some typographic errors and allow users to directly use the wrappers in a more vanilla state. Most importantly this moves the @check_error up a level, allowing users of the direct buffer API to attempt to gracefully handle under/overflows.