From 54d5162a577cc487ff0d37f15883f481df708145 Mon Sep 17 00:00:00 2001 From: Alex Campbell Date: Thu, 11 Mar 2021 11:35:34 -0500 Subject: [PATCH] Fix #590, Clarify the documentation on SB MsgId --- docs/cFE Application Developers Guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cFE Application Developers Guide.md b/docs/cFE Application Developers Guide.md index 7af4c8ab3..19b920e5b 100644 --- a/docs/cFE Application Developers Guide.md +++ b/docs/cFE Application Developers Guide.md @@ -1393,6 +1393,9 @@ on the Software Bus. Depending on the implementation, different ranges and values are supported, and the values effect the message header differently. +If you are using the default, MsgID maps directly to the CCSDS Stream ID. +When using the default, for commands use 0x18xx and telemetry use 0x08xx + ### 6.1.2 Pipes The destinations to which SB Messages are sent are called *pipes*. These