-
Notifications
You must be signed in to change notification settings - Fork 251
Description
Is your feature request related to a problem? Please describe.
CFE issue nasa/cFE#663 describes mismatched types used across CFE for certain items, such as stack size and priority of tasks.
To help resolve this OSAL should provide a typedef for the "right" types to use when interfacing with OSAL.
Describe the solution you'd like
Should add at least:
osal_priority_t- type used for OSAL task priorityosal_stackptr_t- type used for OSAL stack pointer
Additional context
This will identify the correct type to use, instead of the mishmash currently seen in CFE as described in nasa/cFE#663.
Requester Info
Joseph Hickey, Vantage Systems, Inc.