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
415 B
Plaintext
6 lines
415 B
Plaintext
This directory defines an ActiveLogger component. This is an active component that stores events generated in the system.
|
|
It has the ability to filter the types of events for storage and for sending.
|
|
|
|
ActiveLoggerComponentAi.xml - Defines the active logger component type
|
|
ActiveLoggerImpl.hpp(.cpp) - The implementation class for the active logger
|
|
ActiveLoggerImplCfg.hpp - Set of configuration settings for logger |