Skip to content

Commit

Permalink
Merge pull request #132 from zanzaben/fix131_SB_MsgID_doc
Browse files Browse the repository at this point in the history
Fix #131, add context to the values for MsgIDs
  • Loading branch information
astrogeco authored Mar 18, 2021
2 parents 0008e10 + ba6148a commit ffe4aae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions fsw/platform_inc/sample_app_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,20 @@
** Define Sample App Message IDs
**
** Notes:
**
** Message ID bits relate to the message header based on which version
** of the message id implementation is being used
**
*************************************************************************/
#ifndef _sample_app_msgids_h_
#define _sample_app_msgids_h_

/* The Sample App assumes default configuration which uses V1 of message id implementation */

/* V1 Command Message IDs must be 0x18xx */
#define SAMPLE_APP_CMD_MID 0x1882
#define SAMPLE_APP_SEND_HK_MID 0x1883
#define SAMPLE_APP_HK_TLM_MID 0x0883
/* V1 Telemetry Message IDs must be 0x08xx */
#define SAMPLE_APP_HK_TLM_MID 0x0883

#endif /* _sample_app_msgids_h_ */

Expand Down

0 comments on commit ffe4aae

Please sign in to comment.