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

Limit send HK MID's to 1 in pipe #1360

Open
skliper opened this issue Apr 14, 2021 · 2 comments · May be fixed by #2498
Open

Limit send HK MID's to 1 in pipe #1360

skliper opened this issue Apr 14, 2021 · 2 comments · May be fixed by #2498

Comments

@skliper
Copy link
Contributor

skliper commented Apr 14, 2021

Is your feature request related to a problem? Please describe.
Default limit of 4 is excessive, getting behind is an error (shouldn't spam them either way).

ES example:

Status = CFE_SB_Subscribe(CFE_SB_ValueToMsgId(CFE_ES_SEND_HK_MID), CFE_ES_Global.TaskData.CmdPipe);

Describe the solution you'd like
Set to 1

Describe alternatives you've considered
None

Additional context
Code review

Requester Info
Jacob Hageman - NASA/GSFC

@thnkslprpt
Copy link
Contributor

@skliper you mean like this?

Status = CFE_SB_SubscribeEx(CFE_SB_ValueToMsgId(CFE_ES_SEND_HK_MID), CFE_ES_Global.TaskData.CmdPipe, CFE_SB_DEFAULT_QOS, 1);

@skliper
Copy link
Contributor Author

skliper commented Jan 16, 2024

Yes, that looks right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants