-
Notifications
You must be signed in to change notification settings - Fork 36
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
sch_lab Integration candidate: Caelum-rc4+dev64 #154
Conversation
… 'status' variable
Fix #128, Standardize naming of SCH_LAB functions/macros
…Status Fix #148, Call CFE_ES_ExitApp with RunStatus rather than internal status variable
…codes-to-CFE_Status_t Fix #141, Convert int32 return codes and variables to CFE_Status_t
…ific-cfe-headers Fix #133, Remove component-specific cFE header #includes
|
||
/* | ||
** AppMain | ||
*/ | ||
void SCH_Lab_AppMain(void) | ||
void SCH_LAB_AppMain(void) |
Check notice
Code scanning / CodeQL-coding-standard
Long function without assertion Note
|
||
/* | ||
** AppMain | ||
*/ | ||
void SCH_Lab_AppMain(void) | ||
void SCH_LAB_AppMain(void) |
Check notice
Code scanning / CodeQL-coding-standard
Function too long Note
@@ -148,10 +148,10 @@ | |||
/* Initialization */ | |||
/* */ | |||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | |||
int32 SCH_LAB_AppInit(void) | |||
CFE_Status_t SCH_LAB_AppInit(void) |
Check notice
Code scanning / CodeQL-coding-standard
Function too long Note
@@ -148,10 +148,10 @@ | |||
/* Initialization */ | |||
/* */ | |||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | |||
int32 SCH_LAB_AppInit(void) | |||
CFE_Status_t SCH_LAB_AppInit(void) |
Check notice
Code scanning / CodeQL-coding-standard
Long function without assertion Note
Checklist (Please check before submitting)
Describe the contribution
CFE_ES_ExitApp
withRunStatus
rather than internalstatus
variable #149. Addresses IssueCFE_ES_ExitApp
called with internalstatus
control parameter rather thanRunStatus
#148int32
return codes and variables toCFE_Status_t
#142. Addresses Issue sch_labint32
return codes and variables should be converted toCFE_Status_t
#141Testing performed
cFS Bundle Checks
PSP Checks
Expected behavior changes
See PRs
System(s) tested on
Ubuntu 22.04
Additional context
Add any other context about the contribution here.
Third party code
If included, identify any third party code and provide text file of license
Contributor Info - All information REQUIRED for consideration of pull request
@thnkslprpt