Skip to content

Commit

Permalink
Fix nasa#531, Doc MID use for CFE_TBL_NotifyByMessage
Browse files Browse the repository at this point in the history
Documentation/comments only
Recommends unique MID for inter-app communications
  • Loading branch information
skliper authored and lbleier-GSFC committed Apr 6, 2020
1 parent a3f73b4 commit 20d3b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fsw/cfe-core/src/inc/cfe_tbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,9 @@ int32 CFE_TBL_GetInfo( CFE_TBL_Info_t *TblInfoPtr, const char *TblName );
**
** \par Assumptions, External Events, and Notes:
** - Only the application that owns the table is allowed to register a notification message
** - Recommend \b NOT using the ground command MID which typically impacts command counters.
** The typical approach is to use a unique MID for inter-task communications
** similar to how schedulers typically trigger application housekeeping messages.
**
** \param[in] TblHandle Handle of Table with which the message should be associated.
**
Expand Down

0 comments on commit 20d3b57

Please sign in to comment.