| Svc/EventManager/EventManager.cpp:31 | 31 | cpp/fprime/jpl-c/use-of-assertions-density | low | All functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event. |
| Svc/EventManager/EventManager.cpp:68 | 68 | cpp/fprime/jpl-c/use-of-assertions-density | low | All functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event. |
| Svc/EventManager/EventManager.cpp:92 | 92 | cpp/fprime/jpl-c/use-of-assertions-density | low | All functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event. |
| Svc/EventManager/EventManager.cpp:102 | 102 | cpp/fprime/magic-numbers | low | Magic number 5; consider a named constant (enum, static constexpr, or #define). |