Skip to content

Commit

Permalink
Merge pull request #1601 from skliper/fis567-runloop_inc_count
Browse files Browse the repository at this point in the history
Fix #567, Document CFE_ES_RunLoop increment task counter behavior
  • Loading branch information
astrogeco authored Jun 10, 2021
2 parents eda650f + 11776a3 commit 6ffe2c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/core_api/fsw/inc/cfe_es.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,9 @@ void CFE_ES_ExitApp(uint32 ExitStatus);
** the system.
**
** \par Assumptions, External Events, and Notes:
** None
** This API updates the internal task counter tracked by ES for the calling task.
** For ES to report application counters correctly this API should be called
** from the main app task as part of it's main processing loop.
**
** \param[in] RunStatus A pointer to a variable containing the Application's
** desired run status. Acceptable values are:
Expand Down

0 comments on commit 6ffe2c0

Please sign in to comment.