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

Timstamp all cFE generated SB messages #26

Open
skliper opened this issue Sep 13, 2019 · 0 comments · May be fixed by #2374
Open

Timstamp all cFE generated SB messages #26

skliper opened this issue Sep 13, 2019 · 0 comments · May be fixed by #2374

Comments

@skliper
Copy link
Contributor

skliper commented Sep 13, 2019

Is your feature request related to a problem? Please describe.
SB Subscription Report message is not timestampted:

CFE_SB.SubRprtMsg.Payload.MsgId = MsgId;
CFE_SB.SubRprtMsg.Payload.Pipe = PipeId;
CFE_SB.SubRprtMsg.Payload.Qos.Priority = 0;
CFE_SB.SubRprtMsg.Payload.Qos.Reliability = 0;
CFE_SB.SubRprtMsg.Payload.SubType = CFE_SB_UNSUBSCRIPTION;
CFE_SB_UnlockSharedData(__func__,__LINE__);
Stat = CFE_SB_SendMsg((CFE_SB_Msg_t *)&CFE_SB.SubRprtMsg);

Describe the solution you'd like
Timestamp should be added here and anywhere else it's missing for all cFS generated SB messages:

CFE_SB_TimeStampMsg((CFE_SB_Msg_t *) &CFE_SB.SubRprtMsg);

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman/NASA-GSFC
Originated from PACE/OCI

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.

1 participant