Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CFE_PSP_GetProcessorName() API #165

Closed
jphickey opened this issue May 18, 2020 · 1 comment · Fixed by #189 or #190
Closed

Add CFE_PSP_GetProcessorName() API #165

jphickey opened this issue May 18, 2020 · 1 comment · Fixed by #189 or #190
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jphickey
Copy link
Contributor

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.

@jphickey jphickey added the enhancement New feature or request label May 18, 2020
@skliper skliper added this to the 1.6.0 milestone Aug 21, 2020
@skliper
Copy link
Contributor

skliper commented Aug 21, 2020

We should get this added in, such that the old defines can be deprecated. Old defines are very confusing at this point since they might be out of sync w/ what PSP is using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants