Skip to content

More consistent types for OSAL resources #635

@jphickey

Description

@jphickey

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 priority
  • osal_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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions