Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Svc/ActiveRateGroup/docs/sdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

`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.
The task invokes each output port in order, passing an argument indicating the order. It tracks execution time and detects overruns.

## 2. Requirements
Expand Down
Loading