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 scrubbing support for libraries #27

Closed
3 tasks done
jhnphm opened this issue May 11, 2022 · 1 comment · Fixed by #37
Closed
3 tasks done

Add scrubbing support for libraries #27

jhnphm opened this issue May 11, 2022 · 1 comment · Fixed by #37
Assignees
Milestone

Comments

@jhnphm
Copy link

jhnphm commented May 11, 2022

Checklist (Please check before submitting)

  • I reviewed the Contributing Guide.
  • I reviewed the README file to see if the feature is in the major future work.
  • I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets.

Is your feature request related to a problem? Please describe.
CS currently doesn't support scrubbing libraries. This could be implemented now that ticket nasa/cFE#28 is implemented.

Describe the solution you'd like
Add a field in the app table to specify whether or not an entry belongs to an app or a lib and call the appropriate API functions accordingly

Describe alternatives you've considered
Add a separate dedicated lib table, or perhaps call CFE_ES_GetAppIDByName first and if that fails, call CFE_ES_GetLibIDByName, then call CFE_ES_GetModuleInfo() to get the addresses to scrub

Requester Info
John N Pham, Northrop Grumman

@skliper
Copy link
Contributor

skliper commented May 20, 2022

I like just trying CFE_ES_GetAppIDByName, then CFE_ES_GetLibIDByName if the former fails.

@skliper skliper added this to the Draco milestone Jun 13, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 21, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 21, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 21, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 25, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 26, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 26, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 26, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 26, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 26, 2022
dzbaker added a commit to dzbaker/CS that referenced this issue Jul 26, 2022
dzbaker added a commit that referenced this issue Jul 28, 2022
Fix #27, Add library support to application checksum computing function.
skliper pushed a commit to skliper/CS that referenced this issue Sep 9, 2022
…ent_text

Fix nasa#25, RTS not loaded event no longer implies failure in text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants