Crates.io | aaronia-rtsa |
lib.rs | aaronia-rtsa |
version | 0.0.6 |
source | src |
created_at | 2022-12-18 18:46:19.427183 |
updated_at | 2023-01-30 07:42:58.37249 |
description | High-level bindings for Aaronia Spectran devices |
homepage | https://www.futuresdr.org |
repository | https://github.com/FutureSDR/aaronia-rtsa |
max_upload_size | |
id | 740537 |
size | 47,513 |
The library supports both Windows and Linux. See the examples directory and the documentation for more information.
Important:
Usage:
RTSA_DIR
environment variable to the corresponding directory. The default path on Linux is ~/Aaronia/RTSA/Aaronia-RTSA-Suite-PRO
; the default path on Windows is C:\Program Files\Aaronia AG\Aaronia RTSA-Suite PRO
.LD_LIBRARY_PATH
. This is necessary, because Rust does not allow setting an rpath that is picked up by transitive dependencies, i.e., we cannot set the runtime library search path in aaronia-rtsa-sys and have it picked up by all applications that use it as a direct or indirect dependency.