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 tag to CFE_SB_DestinationD_t structure and use it instead of void * for Prev and Next #1455

Closed
skliper opened this issue Apr 29, 2021 · 0 comments · Fixed by #1565 or #1584
Closed

Comments

@skliper
Copy link
Contributor

skliper commented Apr 29, 2021

Is your feature request related to a problem? Please describe.
Void pointers used in CFE_SB_DestinationD_t:

typedef struct
{
CFE_SB_PipeId_t PipeId;
uint8 Active;
uint16 MsgId2PipeLim;
uint16 BuffCount;
uint16 DestCnt;
uint8 Scope;
uint8 Spare[3];
void * Prev;
void * Next;
} CFE_SB_DestinationD_t;

Describe the solution you'd like
Defining a tag and use in pointer definitions

Describe alternatives you've considered
None

Additional context
Code review

Requester Info
Jacob Hageman - NASA/GSFC

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