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

Add IsCommandBatchingSupported() method to SCPITransport #119

Closed
azonenberg opened this issue May 25, 2020 · 0 comments
Closed

Add IsCommandBatchingSupported() method to SCPITransport #119

azonenberg opened this issue May 25, 2020 · 0 comments
Labels
api API improvements

Comments

@azonenberg
Copy link
Collaborator

It seems like some transports, most notably LXI VXI-11, are based on a remote procedure call interface and do not support multiple outstanding commands followed by multiple replies.

All hardware drivers that make use of command batching will need to be modified to check if the transport in use supports batching, and fall back to strict FIFO command ordering if not supported.

@azonenberg azonenberg added the api API improvements label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API improvements
Projects
None yet
Development

No branches or pull requests

1 participant