You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the OSAL-supplied typedef `osal_id_t` to store OSAL IDs,
along with OSAL-supplied conversion/cast routines when interfacing
this value with other modules.
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Sep 8, 2020
Use the OSAL-supplied typedef `osal_id_t` to store OSAL IDs,
along with OSAL-supplied conversion/cast routines when interfacing
this value with other modules.
Is your feature request related to a problem? Please describe.
nasa/osal#568 introduces a proper typedef for OSAL IDs:
osal_id_t
Describe the solution you'd like
The CFE needs to be scrubbed to use this typedef whenever storing an OSAL ID, rather than
uint32
Describe alternatives you've considered
Keep using
uint32
as-is, but that defeats the purpose of having a typedef.Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: