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
Is your feature request related to a problem? Please describe.
Confusion in name where U32 is used for a union that'll hold a void *. Also recommendation to consider using uintptr_t
Describe the solution you'd like
Consider rename/uintptr_t use.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered:
The "U32" designator in the name had become confusing because all
the members had over time migrated to a non-uint32/dedicated type.
The point is to pass a value through a void* so a name change better
indicates that purpose.
The "U32" designator in the name had become confusing because all
the members had over time migrated to a non-uint32/dedicated type.
The point is to pass a value through a void* so a name change better
indicates that purpose.
Is your feature request related to a problem? Please describe.
Confusion in name where
U32
is used for a union that'll hold avoid *
. Also recommendation to consider usinguintptr_t
Describe the solution you'd like
Consider rename/
uintptr_t
use.Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered: