Remove redundant line from ActiveRateGroup SDD (#4435)

This commit is contained in:
Joseph Perez 2025-11-18 10:02:15 -08:00 committed by GitHub
parent 317ba3d7e0
commit 6a132c5df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@
`Svc::ActiveRateGroup` is an active component that drives a set of components connected to `Svc::Sched` output ports. `Svc::ActiveRateGroup` is an active component that drives a set of components connected to `Svc::Sched` output ports.
It contains an asynchronous input `Svc::Cycle` port. This port sends a message which wakes the component task. It contains an asynchronous input `Svc::Cycle` port. This port sends a message which wakes the component task.
It contains an asynchronous input `Svc::Cycle` port. This port sends a message which wakes the component task.
The task invokes each output port in order, passing an argument indicating the order. It tracks execution time and detects overruns. The task invokes each output port in order, passing an argument indicating the order. It tracks execution time and detects overruns.
## 2. Requirements ## 2. Requirements