mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
Add comment to Com Splitter FPP
This commit is contained in:
parent
92ec22c049
commit
fdcfbf06fb
@ -1,9 +1,10 @@
|
||||
module Svc {
|
||||
|
||||
@ A component for splitting a Com buffer stream
|
||||
passive component ComSplitter {
|
||||
|
||||
@ Com input port
|
||||
sync input port comIn: [1] Fw.Com
|
||||
sync input port comIn: Fw.Com
|
||||
|
||||
@ Com output port
|
||||
output port comOut: [5] Fw.Com
|
||||
|
||||
@ -6,6 +6,10 @@ Generated by fpp-to-xml
|
||||
====================================================================== -->
|
||||
<component namespace="Svc" name="ComSplitter" kind="passive">
|
||||
|
||||
<comment>
|
||||
A component for splitting a Com buffer stream
|
||||
</comment>
|
||||
|
||||
<import_port_type>Fw/Com/ComPortAi.xml</import_port_type>
|
||||
|
||||
<ports>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user