| 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 | FAIL | - event 'AF_ASSERT_0' has no requirement referencing it (add a requirement mentioning 'AF_ASSERT_0')
- event 'AF_ASSERT_1' has no requirement referencing it (add a requirement mentioning 'AF_ASSERT_1')
- event 'AF_ASSERT_2' has no requirement referencing it (add a requirement mentioning 'AF_ASSERT_2')
- event 'AF_ASSERT_3' has no requirement referencing it (add a requirement mentioning 'AF_ASSERT_3')
- event 'AF_ASSERT_4' has no requirement referencing it (add a requirement mentioning 'AF_ASSERT_4')
- event 'AF_ASSERT_5' has no requirement referencing it (add a requirement mentioning 'AF_ASSERT_5')
- event 'AF_ASSERT_6' has no requirement referencing it (add a requirement mentioning 'AF_ASSERT_6')
- event 'AF_UNEXPECTED_ASSERT' has no requirement referencing it (add a requirement mentioning 'AF_UNEXPECTED_ASSERT')
|
R4 | Requirement per parameter | SKIP | no parameters declared in the FPP model |
R5 | Requirement per data product | SKIP | no data products declared in the FPP model |
R6 | Requirement per port/interface | SKIP | no ports declared in the FPP model |
R7 | Requirement parent traceability | FAIL | - requirement 'AF-001' (/home/runner/work/fprime/fprime/Svc/AssertFatalAdapter/docs/sdd.md:13) has no parent trace (add a Parent/Trace column entry linking a parent requirement)
|
R8 | Requirement verification method | PASS | 1 requirement(s) checked |
| Design |
D1 | Input port handlers defined | SKIP | no typed input ports declared |
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 | SKIP | no data product containers declared |
D5 | Requirements mapped to design artifacts | FAIL | - requirement 'AF-001' (/home/runner/work/fprime/fprime/Svc/AssertFatalAdapter/docs/sdd.md:13) is not mapped to any design artifact (add a Design column entry or reference it in a design section)
|
| Implementation |
I1 | Source dependencies listed in CMakeLists | FAIL | - dependency 'Fw/Logger' (from #include "Fw/Logger/Logger.hpp") is not declared in CMakeLists.txt (add it to DEPENDS as Fw_Logger)
- 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 | SKIP | no data product containers declared |
| Unit Testing |
U3 | Unit-test dependencies in CMakeLists | FAIL | - unit-test dependency 'Fw/Types' (from #include "Fw/Types/String.hpp") is not declared in the module's CMake files (add it to UT_DEPENDS/DEPENDS)
|