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

Integration tests for DAQ streaming APIs #1138

Merged
merged 30 commits into from
Dec 6, 2024

Conversation

doshirohan
Copy link
Contributor

@doshirohan doshirohan commented Dec 4, 2024

What does this Pull Request accomplish?

  • Added tests for various streaming APIs for DAQmx
  • I also had to update mock_library.h.mako to not generate mocked APIs for the ones with > 15 parameters. MOCK_METHOD macro was expanding to something not compilable when param list was more than 15. I don't see any unit/integration tests using these APIs yet, so this should be acceptable.

What testing has been done?

Executed tests locally.

doshirohan and others added 30 commits November 23, 2024 20:30
…tegration-tests

* origin/main:
  handle null (#1135)
  cleanup (#1133)
  Add codegen support for Daqmx Write apis which have multiple in params. (#1130)
@doshirohan doshirohan changed the title Users/indoshir/daq integration tests Integration tests for DAQ streaming APIs Dec 4, 2024
@doshirohan doshirohan marked this pull request as ready for review December 4, 2024 18:00
@doshirohan doshirohan merged commit d2f2862 into main Dec 6, 2024
9 of 10 checks passed
@doshirohan doshirohan deleted the users/indoshir/daq-integration-tests branch December 6, 2024 08:02
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