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

Fix #2258, add more generic status codes #2259

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Adds several more generic CFE_STATUS_ codes to be used for common validation and input processing conditions.

Fixes #2258

Testing performed
Build and run CFE, run all tests

Expected behavior changes
None - just defines some new status codes that are not (yet) used anywhere, does not change any existing status code.

System(s) tested on
Debian

Additional context
Apps can use these codes to make input validation a bit more consistent.

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Adds several more generic CFE_STATUS_ codes to be used for common
validation and input processing conditions.
@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Mar 20, 2023
@chillfig chillfig added CCB:Approved Indicates code review and approval by community CCB and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Mar 23, 2023
dzbaker added a commit to nasa/cFS that referenced this pull request Mar 30, 2023
*Combines:*

cFE v7.0.0-rc4+dev260

**Includes:**

*cFE*
- nasa/cFE#2259
- nasa/cFE#2263

Co-authored by: Joseph Hickey <[email protected]>
@dzbaker dzbaker mentioned this pull request Mar 30, 2023
2 tasks
@dzbaker dzbaker merged commit 24df991 into nasa:main Mar 30, 2023
dzbaker added a commit to nasa/cFS that referenced this pull request Mar 30, 2023
*Combines:*

cFE v7.0.0-rc4+dev260

**Includes:**

*cFE*
- nasa/cFE#2259
- nasa/cFE#2263

Co-authored by: Joseph Hickey <[email protected]>
@jphickey jphickey deleted the fix-2258-add-status-codes branch March 31, 2023 14:11
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB enhancement Equuleus-rc1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add generic status code for "invalid request"
4 participants