-
Notifications
You must be signed in to change notification settings - Fork 188
Implement gRPC Waveform Support #878
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
Implement gRPC Waveform Support #878
Conversation
Test Results 42 files ±0 42 suites ±0 1h 5m 9s ⏱️ + 3m 31s Results for commit f2cbbe0. ± Comparison against base commit f62b0ca. This pull request removes 8 and adds 8 tests. Note that renamed tests count towards both.This pull request removes 8 skipped tests and adds 8 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
generated/nidaqmx/_stubs/ni/protobuf/types/precision_timestamp_pb2.pyi
Outdated
Show resolved
Hide resolved
…-3424636-grpc-waveform-support
bkeryan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, assuming tests are now passing
What does this Pull Request accomplish?
For each of the nine interpreter methods in _grpc_interpreter.py:
This PR implements the interpreter method by calling self._client.
Why should this Pull Request be merged?
AB#3424636
What testing has been done?
All of the waveform tests that had been disabled for grpc have now been enabled.