Skip to content

Commit 80fca94

Browse files
committed
Fix #665, update pipe name documentation.
1 parent fcaa1d0 commit 80fca94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cFE Application Developers Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,8 +1439,8 @@ SAMPLE_AppData_t; SAMPLE_AppData;
14391439
In this example, the Developer has created a Pipe, called "SAMPLE_PIPE_1"
14401440
with a depth of 10. The Pipe name shall be at least one character and no
14411441
more than OS_MAX_API_NAME characters long. Developers should prefix their Pipe
1442-
names with the Application's abbreviated name. Although the Pipe names will
1443-
not collide with other Application Pipe names in the cFE, the
1442+
names with the Application's abbreviated name, because Pipe names will
1443+
collide with other Application Pipe names in the cFE. Also the
14441444
Developer/Operator could become confused if every Application named
14451445
their Pipe(s) "MY_PIPE". It should be noted, however, that all Pipes
14461446
for a single Application must have unique names.

0 commit comments

Comments
 (0)