mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* 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
6 lines
506 B
Plaintext
6 lines
506 B
Plaintext
This directory contains the CmdDispatcher component. This component takes incoming Com packets that have commands encoded in them and decodes them.
|
|
It looks up opcodes in a table build by component registrations. It also handles completions, passing the status back to the sender of the packet.
|
|
|
|
CommandDispatcherComponentAi.xml - Command dispatcher component specification
|
|
CommandDispatcherImpl.hpp(.cpp) - Command dispatcher implementation
|
|
CommandDispatcherImplCfg.hpp - Command dispatcher configuration |