We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. The generic counter API uses a zero based ID to directly index an array
Describe the solution you'd like Make the "generic counter" API follow the same pattern as was done for apps and tasks in #797
Additional context This is for consistency and future development. All resource management should follow this pattern.
Requester Info Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Fix nasa#870, Counter accessor methods
193d9bb
Apply the appid/taskid pattern to Generic Counter resources. No real logic change - just putting the repeated logic into inline functions.
5ebd865
Merge pull request #871 from jphickey/fix-870-gencounter-tbl-mgmt
359305c
Fix #870, generic counter table management
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
The generic counter API uses a zero based ID to directly index an array
Describe the solution you'd like
Make the "generic counter" API follow the same pattern as was done for apps and tasks in #797
Additional context
This is for consistency and future development. All resource management should follow this pattern.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: