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

Add calls for getting the total number of data recording groups and the data recording group pointer by its id number #1799

Merged
merged 3 commits into from
Nov 12, 2024

Commits on Oct 23, 2024

  1. Added new function calls to data_record_utilities for getting the tot…

    …al number of data recording groups and the data recording group pointer by its id number per customer request.
    hchen99 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ce5c751 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Deleted unnecessary variable.

    hchen99 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cf7ded2 View commit details
    Browse the repository at this point in the history
  2. Added a couple of more unit tests and fixed the return number to 0 in…

    …stead of NULL for getting total number of drgs.
    hchen99 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    eb24038 View commit details
    Browse the repository at this point in the history