grpc-device
grpc-device copied to clipboard
gRPC server providing remote access to NI device driver APIs.
An override was added for SetRuntimeEnvironment to `source/codegen/metadata/niscope/functions_addon.py`. The next time that `source/codegen/metadata/niscope/functions.py` is updated, it will include SetRuntimeEnvironment and the override should be removed. [AB#2461688](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2461688)
An override was added for SetRuntimeEnvironment to `source/codegen/metadata/nifgen/functions_addon.py`. The next time that `source/codegen/metadata/nifgen/functions.py` is updated, it will include SetRuntimeEnvironment and the override should be removed. [AB#2461686](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2461686)
An override was added for SetRuntimeEnvironment to `source/codegen/metadata/nifake/functions_addon.py`. The next time that `source/codegen/metadata/nifake/functions.py` is updated, it will include SetRuntimeEnvironment and the override should be removed. [AB#2461683](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2461683)
An override was added for SetRuntimeEnvironment to `source/codegen/metadata/nidigital/functions_addon.py`. The next time that `source/codegen/metadata/nidigital/functions.py` is updated, it will include SetRuntimeEnvironment and the override should be removed. [AB#2461680](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2461680)
An override was added for SetRuntimeEnvironment to `source/codegen/metadata/nidmm/functions_addon.py`. The next time that `source/codegen/metadata/nidmm/functions.py` is updated, it will include SetRuntimeEnvironment and the override should be removed. [AB#2461676](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2461676)
An override was added for SetRuntimeEnvironment to `source/codegen/metadata/nidcpower/functions_addon.py`. The next time that `source/codegen/metadata/nidcpower/functions.py` is updated, it will include SetRuntimeEnvironment and the override should be removed. [AB#2461671](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2461671)
We use set-output in a few of our actions: [build_nilrt.yml](https://github.com/ni/grpc-device/blob/main/.github/workflows/build_nilrt.yml), [create_release.yml](https://github.com/ni/grpc-device/blob/main/.github/workflows/create_release.yml), and [validate_linux_rt.yml](https://github.com/ni/grpc-device/blob/main/.github/workflows/validate_linux_rt.yml). It is planned to be disabled on May 31, 2023: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ We should update them to use...
When I run `gdb --args ./SystemTestsRunner --gtest_filter="*DAQmx*"` on Linux with fixes for the task leaks described in #936, the `SessionUtilitiesLibraryAndService` destructor crashes when closing the NISysCfg handle. Loading internal symbols...
Saw this pop up in a recent `run_win_system_tests` step of the CI on main: https://github.com/ni/grpc-device/actions/runs/5005492924/jobs/8972251183 From test run: ``` [ RUN ] NiRFSADriverApiTests.SelfTest_Succeeds unknown file: error: C++ exception with description...
Hi, I've been trying to run a script that would require different waveforms to have different carrier frequencies or output powers. This would require me to add properties/attributes to arbitrary...