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.
For nasa/osal#556 the OS_open() and OS_create() API calls will be deprecated, because they don't follow the correct pattern of returning an OSAL ID via an output variable, instead returning the ID via the int32 return code.
Describe the solution you'd like
Use the newly exposed OSAL API OS_OpenCreate() which can replace both OS_open and OS_creat via different flags, and outputs the ID as all other OSAL functions do.
Additional context
Prerequisite to being able to deprecate these APIs that don't follow the OSAL pattern.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For nasa/osal#556 the
OS_open()
andOS_create()
API calls will be deprecated, because they don't follow the correct pattern of returning an OSAL ID via an output variable, instead returning the ID via theint32
return code.Describe the solution you'd like
Use the newly exposed OSAL API
OS_OpenCreate()
which can replace bothOS_open
andOS_creat
via different flags, and outputs the ID as all other OSAL functions do.Additional context
Prerequisite to being able to deprecate these APIs that don't follow the OSAL pattern.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: