Skip to content

Tags: ni/grpc-device

Tags

v2.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add example for moniker based streaming (#1147)

### What does this Pull Request accomplish?

Add example for moniker based streaming for DAQmx APIs

### Why should this Pull Request be merged?

The example (alongwith wiki) will be useful for users trying to write moniker based streaming applications for grpc-device.

### What testing has been done?

Example builds and runs successfully.

v2.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make CPU affinity used for CPU pinning configurable via json file (#1136

)

* changes to make cpu core for different processes configurable via json file

* make default value as -1 for cpu cores

* define variables for different core as extern in .h file

* modified the logic and renamed the struct

* fixed naming

* fixed variabe name

* set default value of cores as -1

* fixed variable name

* renaming

* renamed struct in localhost_config.json

* initialized struct with -1 as default value

* resolved Alex's comments. Updated PR description

* added configuration for stream_read and stream_read_write

* cleanup

* addressed rohan's comments

---------

Co-authored-by: Raghav Rawat <raghavrawat@ni.com>

v2.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding LTE List APIs (#1100)

Co-authored-by: rnagaraj <rahul.nagaraju@ni.com>

v2.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add VNA APIs (#1095)

* Generating gRPC Server code for VNA

* VNA gRPC code support for all APIs and attributes

* Correcting "code readiness" to "Release" and updating Readme document

* generated file after correcting code-readiness tag from "NextRelease" -> "Release"

---------

Co-authored-by: rnagaraj <rahul.nagaraju@ni.com>

v2.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Stop running NiXnetLINDriverApiTests.ConvertFramesToFromSignalsFromEx…

…ample_CompareFrames_ValuesMatch Temporarily on Ubuntu (#1064)

Co-authored-by: Maxx Boehme <maxx.boehme@ni.com>

v2.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correcting enum values and maintaining backward compatability (#1049)

Co-authored-by: rnagaraj <rahul.nagaraju@ni.com>

v2.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RFmxBT Update to 24.0 (#1026)

* RFmxBT Scrapigen Update to 24.0

* Enum changes

---------

Co-authored-by: Ryan Eckenrode <ryan.eckenrode@ni.com>

v2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multi-personality RFmx examples. (#912)

* New example showing user download waveform.

* Python style with ni-python-styleguide.

* second attempt to validte ni-python-styliguides

* Still trying to format based on the output of the pipeline.

* I will keep trying to make formatting changes

* Using online black checker I think I know the form

* Fixing D401

* BLK100 Fix

* using black online to fix this formatting.

* Black formatting

* Trying Black with 95 lengh

* Used Brad feedback to know is 100 character line.

* fixed datatype assignment

* Fixing all suggested edits and trying signing

Signed-off-by: Gerardo Orozco <gorozco@ni.com>

* Stage the example file as first try.

* removed lib sys. used to find the libraries on the fly.

* black with 100 character line

* Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py

Thank you

Co-authored-by: Ryan Eckenrode <77176215+reckenro@users.noreply.github.com>

* Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py

Co-authored-by: Ryan Eckenrode <77176215+reckenro@users.noreply.github.com>

* Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py

Co-authored-by: Ryan Eckenrode <77176215+reckenro@users.noreply.github.com>

* Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py

Co-authored-by: Ryan Eckenrode <77176215+reckenro@users.noreply.github.com>

* changes suggested by the reviewers.

* Missing typo on settings.

* Changing stage so it can make it pass teh CI

* Example shows how to program multi driver in rfmx

* Black with 96 line lenght

* Apply suggestions from code review

Trying to get this example in the release at some point.

Co-authored-by: Ryan Eckenrode <77176215+reckenro@users.noreply.github.com>

* Putting these two example on the same PR to make them go together.

* Review of PR

* Formatted with Black line 96

* Black with 100 character per line

* ran validation locally to fix the errors on type

---------

Signed-off-by: Gerardo Orozco <gorozco@ni.com>
Co-authored-by: Gerardo Orozco <gorozco@ni.com>
Co-authored-by: Ryan Eckenrode <77176215+reckenro@users.noreply.github.com>

v2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use supported operand types by casting to string instead of Optional[…

…str] (#954)

v2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use supported operand types by casting to string instead of Optional[…

…str] (#954)