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

Update PSP to use osal_id_t type instead of uint32 #200

Closed
jphickey opened this issue Oct 2, 2020 · 0 comments · Fixed by #201 or #206
Closed

Update PSP to use osal_id_t type instead of uint32 #200

jphickey opened this issue Oct 2, 2020 · 0 comments · Fixed by #201 or #206
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jphickey
Copy link
Contributor

jphickey commented Oct 2, 2020

Is your feature request related to a problem? Please describe.
The osal_id_t typedef was recently added to OSAL to differentiate OSAL IDs from simple integers.

Describe the solution you'd like
PSP should use this type, instead of uint32, for all the places where an ID is stored.

Additional context
Using the typedef helps future-proof the code for possible ID type changes.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Oct 2, 2020
@jphickey jphickey added the enhancement New feature or request label Oct 2, 2020
jphickey added a commit to jphickey/PSP that referenced this issue Oct 2, 2020
Use the osal_id_t typedef whenever dealing with an OSAL ID value.
astrogeco added a commit that referenced this issue Oct 12, 2020
astrogeco added a commit to nasa/cFS that referenced this issue Oct 12, 2020
@astrogeco astrogeco modified the milestones: 2.0.0, 1.6.0 Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants