mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
15 lines
323 B
Fortran
15 lines
323 B
Fortran
module Svc {
|
|
|
|
@ A rate group driver component with input and output cycle ports
|
|
passive component RateGroupDriver {
|
|
|
|
@ Cycle input to the rate group driver
|
|
sync input port CycleIn: [1] Cycle
|
|
|
|
@ Cycle output from the rate group driver
|
|
output port CycleOut: [$RateGroupDriverRateGroupPorts] Cycle
|
|
|
|
}
|
|
|
|
}
|