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 ability to set LVRT module path #331

Merged
merged 7 commits into from
Jan 10, 2024

Conversation

kt-jplotzke
Copy link
Contributor

While using gRPC functions from TestStand, multiple LabVIEW RTE environments can be launched, which results in the InitCallbacks() functions not always returning the correct handle to the lvrt.dll (or similar) module for callback functions. This push request adds an external function for setting a specific module path from LabVIEW.

The intent of this function is not to be used in the generated gRPC code, but rather to be used by developers in specific situations, such as using gRPC code from TestStand. Ideally, the codebase should automatically determine the proper LV RTE being used and dynamically set this property.

For more details, see issue #330

@pratheekshasn pratheekshasn merged commit 1cf129f into ni:master Jan 10, 2024
5 checks passed
@kt-jplotzke kt-jplotzke deleted the set_lvrt_module_path branch January 10, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants