BladeRFHardwareDriver_jll.bladerf_cliMethod
bladerf_cli(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of bladerf_cli.

Example

bladerf_cli() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BladeRFHardwareDriver_jll.bladerf_cliMethod
bladerf_cli(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of bladerf_cli. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(bladerf_cli()) $arguments`)
Julia 1.6
BladeRFHardwareDriver_jll.bladerf_fskMethod
bladerf_fsk(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of bladerf_fsk.

Example

bladerf_fsk() do exe
    run(`$exe $arguments`)
end
Julia 1.3
BladeRFHardwareDriver_jll.bladerf_fskMethod
bladerf_fsk(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of bladerf_fsk. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(bladerf_fsk()) $arguments`)
Julia 1.6