fprime/Svc/RateGroupDriver/RateGroupDriver.fpp
2021-06-03 18:33:29 -07:00

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
}
}