fprime/Svc/RateGroupDriver
Thibault bcea9fee51
Fix #1215 Remove incorrect references to non-existent MagicDraw items (#1216)
* Remove mdxml references in component READMEs

* Remove mdxml format in .*ignore files

* Remove .mdxml exclude from spell checking

If the .mdxml file no longer exists, there is no need to specify them. This could also be a way to track the reappearance of .mdxml files in the project.

* Remove MagicDraw user guide

* Remove MagicDraw ug link from ToC
2022-01-25 13:38:18 -05:00
..
2021-08-02 14:10:19 -07:00

This component takes a primary clock tick in the system and divides it down to drive output ports. 
Constructor arguments define the divisors for each port. The output ports are meant to be connected 
to the input ports of rate groups to drive them at the correct rate.

RateGroupDriverComponentAi.xml - XML definition of rate group driver component
RateGroupDriverImpl.hpp(.cpp) - Implementation for rate group driver