Skip to content

Add CFE_PSP_GetProcessorName() API #165

@jphickey

Description

@jphickey

Is your feature request related to a problem? Please describe.
The build configuration specifies a spacecraft ID, CPU/Processor ID, and a CPU/Processor Name, but the PSP API only gives runtime access to two of the three:

uint32 CFE_PSP_GetSpacecraftId   (void)
uint32 CFE_PSP_GetProcessorId    (void)

Describe the solution you'd like
Should add:

const char *CFE_PSP_GetProcessorName    (void)

Describe alternatives you've considered
Continue to offer incomplete information from PSP API.

Additional context
related to nasa/cFE#710

Requester Info
Joseph Hickey, Vantage Systems, Inc.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions