[Draft] [26.0]: Adding new API for DAQmxCreateCalculatedPowerChannel#1204
Closed
HSKhor-NI wants to merge 10 commits into
Closed
[Draft] [26.0]: Adding new API for DAQmxCreateCalculatedPowerChannel#1204HSKhor-NI wants to merge 10 commits into
HSKhor-NI wants to merge 10 commits into
Conversation
…g updated metadata
* docs: Update Linux build prerequisites * docs: Remove `python -m pip install mako` from CONTRIBUTING.md
* Making DPDCfgApplyDPDUserLookupTableInterleavedIQ as special * Correcting the special metadata in functions_addon.py of nifrmxspecan and generating proto file * Correcting the special metadata and generating gRPC Service code --------- Co-authored-by: rnagaraj <rahul.nagaraju@ni.com>
* Enhance NIDAQmx API with waveform support and additional metadata - Added ReadAnalogWaveforms method stub to NiDAQmxService for reading analog waveforms. - Updated metadata validation to include CustomCodeNoLibrary. - Introduced new waveform attributes and functions in metadata. - Enhanced CMake configuration for new protobuf files. - Improved CONTRIBUTING.md with Ninja build instructions. * fix lint * fix validate_examples * ReadAnalogWaveforms implementation (untested, but compiles) * add tests * Add support for creating two AI voltage channels in tests * cleanup * cleanup CMakeLists.txt * attempt fix for ubuntu build * more verbose build output * Try some different build settings * add quotes to fix cmake flags * add sampsPerChanRead to ReadAnalogWaveforms response * revert changes in build_cmake.yml and do -fno-var-tracking-assignments instead * use GCC push_options * use -fno-var-tracking-assignments globally for gcc * fix timing conversion * brad's feedback * copy protobuf types protos to heirarchical location * convert_dot_net_daqmx_ticks_to_btf_precision_timestamp * fixes and cleanup * cleanup and more test cases * PrecisionTimestampConverterLiteralTests * use correct logic for NI-BTF * test cleanup --------- Co-authored-by: Mike Prosser <Mike.Prosser@emerson.com>
* copilot build instructions * Ryan's feedback --------- Co-authored-by: Mike Prosser <Mike.Prosser@emerson.com>
…g updated metadata
…//github.com/HSKhor-NI/grpc-device into users/khsheng/daqmx/pull_in_vpc_api_metadata
Contributor
Author
|
Abandoning due to messed up rebase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
Pull in new metadata file generated in
grpc-device-scrapigenthat contain metadata for DAQmxCreateCalculatedPower API.Why should this Pull Request be merged?
To support
DAQmxCreateCalculatedPowercall through grpc interpreter in python APIWhat testing has been done?
nidaqmx.protothat contain DAQmxCreateCalculatedPower APInidamx-pythonto generate grpc_interpretr with updated API.