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

DS_TableAddMsgID Definition includes incorrect header comment #30

Closed
2 tasks done
chillfig opened this issue Jul 1, 2022 · 0 comments · Fixed by #33
Closed
2 tasks done

DS_TableAddMsgID Definition includes incorrect header comment #30

chillfig opened this issue Jul 1, 2022 · 0 comments · Fixed by #33

Comments

@chillfig
Copy link
Contributor

chillfig commented Jul 1, 2022

Checklist (Please check before submitting)

  • I reviewed the Contributing Guide.
  • I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug
DS_TableAddMsgID() has the header comment for DS_TableFindMsgID().

To Reproduce
Steps to reproduce the behavior:
View the code snip below.

Expected behavior
DS_TableAddMsgID() should have the header comment associated with adding message IDs.

Code snips

DS/fsw/src/ds_table.c

Lines 1084 to 1090 in df4432c

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* DS_TableFindMsgID() - get filter table index for MID */
/* */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
int32 DS_TableAddMsgID(CFE_SB_MsgId_t MessageID, int32 FilterIndex)

System observed on:
Ubuntu 18.04

Additional context
None

Reporter Info
Justin Figueroa, ASRC Federal

@chillfig chillfig self-assigned this Jul 1, 2022
chillfig added a commit to chillfig/DS that referenced this issue Jul 1, 2022
dzbaker added a commit to dzbaker/DS that referenced this issue Jul 7, 2022
Fix nasa#30, Updates DS_TableAddMsgID header comment
dzbaker added a commit that referenced this issue Jul 8, 2022
Fix #30, Updates DS_TableAddMsgID header comment
@skliper skliper added this to the Draco milestone Jul 14, 2022
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