mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
15 lines
220 B
Fortran
15 lines
220 B
Fortran
module Svc {
|
|
|
|
@ A component for splitting a Com buffer stream
|
|
passive component ComSplitter {
|
|
|
|
@ Com input port
|
|
sync input port comIn: Fw.Com
|
|
|
|
@ Com output port
|
|
output port comOut: [5] Fw.Com
|
|
|
|
}
|
|
|
|
}
|