| Requirements |
R1 | Requirement per command | SKIP | no commands declared in the FPP model |
R2 | Requirement per telemetry channel | SKIP | no telemetry channels declared in the FPP model |
R3 | Requirement per event | SKIP | no events declared in the FPP model |
R4 | Requirement per parameter | SKIP | no parameters declared in the FPP model |
R5 | Requirement per data product | FAIL | - no requirements found (searched: nothing); cannot trace 14 data product(s)
|
R6 | Requirement per port/interface | FAIL | - no requirements found (searched: nothing); cannot trace 1 port(s)
|
R7 | Requirement parent traceability | SKIP | no requirements found |
R8 | Requirement verification method | SKIP | no requirements found |
| Design |
D1 | Input port handlers defined | PASS | 1 input port(s) checked |
D2 | Command handlers defined | SKIP | no commands declared |
D3 | State machine actions defined | SKIP | no state machines declared |
D4 | Data product containers have default priority | PASS | 7 container(s) checked |
D5 | Requirements mapped to design artifacts | SKIP | no requirements found |
| Implementation |
I1 | Source dependencies listed in CMakeLists | FAIL | - dependency 'Fw/Dp' (from #include "Fw/Dp/test/ut/DpContainerTester.hpp") is not declared in CMakeLists.txt (add it to DEPENDS as Fw_Dp)
- dependency 'Fw/Types' (from #include "Fw/Types/Assert.hpp") is not declared in CMakeLists.txt (add it to DEPENDS as Fw_Types)
|
I3 | Data product priorities configurable | FAIL | - container 'Container1' priority is not configurable: no command or parameter mentioning 'priority' found
- container 'Container2' priority is not configurable: no command or parameter mentioning 'priority' found
- container 'Container3' priority is not configurable: no command or parameter mentioning 'priority' found
- container 'Container4' priority is not configurable: no command or parameter mentioning 'priority' found
- container 'Container5' priority is not configurable: no command or parameter mentioning 'priority' found
- container 'Container6' priority is not configurable: no command or parameter mentioning 'priority' found
- container 'Container7' priority is not configurable: no command or parameter mentioning 'priority' found
|
| Unit Testing |
U3 | Unit-test dependencies in CMakeLists | FAIL | - unit-test dependency 'Fw/Dp' (from #include "Fw/Dp/test/util/DpContainerHeader.hpp") is not declared in the module's CMake files (add it to UT_DEPENDS/DEPENDS)
- unit-test dependency 'Fw/Types' (from #include "Fw/Types/ExternalString.hpp") is not declared in the module's CMake files (add it to UT_DEPENDS/DEPENDS)
|