Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap remained VISA operations #18

Open
TsuITOAR opened this issue Sep 5, 2023 · 0 comments
Open

Wrap remained VISA operations #18

TsuITOAR opened this issue Sep 5, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TsuITOAR
Copy link
Owner

TsuITOAR commented Sep 5, 2023

There are some operations that are not covered by this crate currently, check NI-VISA API for the operations list.

Besides several variadic functions like viPrintf that is not compatible with Rust, most of them are used for memory operations such as viMemAlloc, viMove, viInx and viOutx.
To be honest, I'm not familiar with these low-level ops. Despite they are easy to wrap since they have simple function types, I'm not sure whether the environment in which these functions are used has Rust compiler and the wrapped version would look a lot like raw FFI functions.

@TsuITOAR TsuITOAR added enhancement New feature or request help wanted Extra attention is needed labels Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant