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
Changes the type of pointer in the API from uint8* to void* to be
more consistent and easier to use. Should be backward compatible.
This also updates the doxygen documentation for this parameter, as
it was specifying a 32-bit alignment requirement whereas the
alignment requirement is processor dependent - 64 bit processors
typically will need 64 bit alignment. Link to the macro which
is intended to aid in aligning the static pool buffer.
Is your feature request related to a problem? Please describe.
Other routines use
void *
,CFE_ES_PoolCreateNoSem
usesuint8 *
:cFE/modules/core_api/fsw/inc/cfe_es.h
Line 1193 in e80aae9
Describe the solution you'd like
Make consistent
Describe alternatives you've considered
Maybe there was a reason, analyze and if so document
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: