fix: decouple code generated gRPC server and client API libraries of V2 Measurement Service #587
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this Pull Request accomplish?
Decoupled the code generated gRPC client library
Measurement Service Client.lvlib
from the server libraryni.measurementlink.measurement.v2.api.lvlib
of V2 Measurement Service.Measurement Service Client.lvlib
when a Measurement Plug-In Client is created in a new project, which sets the cursor icon to busy icon.ni.measurementlink.measurement.v2.api.lvlib
as dependency, while created client only uses the APIs in child client libraryMeasurement Service Client.lvlib
.Updated
Regenerating Server and Client.md
to reflect the changes.Why should this Pull Request be merged?
Measurement Service Client.lvlib
as dependency in the LabVIEW project.What testing has been done?