.. # ******************************************************************************* # Copyright (c) 2025 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. # # This program and the accompanying materials are made available under the # terms of the Apache License Version 2.0 which is available at # https://www.apache.org/licenses/LICENSE-2.0 # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* FMEA (Failure Modes and Effects Analysis) ========================================= .. document:: JSON FMEA :id: doc__json_fmea :status: draft :safety: ASIL_B :realizes: wp__sw_component_fmea .. note:: Use the content of the document to describe e.g. why a fault model is not applicable for the diagram. Failure Mode List ----------------- .. code-block:: rst .. comp_saf_fmea:: :violates: <Component architecture> :id: comp_saf_fmea__<Component>__<Element descriptor> :fault_id: <ID from fault model :need:`gd_guidl__fault_models`> :failure_effect: "description of failure effect of the fault model on the element" :mitigated_by: <ID from Component Requirement | ID from AoU Component Requirement> :mitigation_issue: <ID from Issue Tracker> :sufficient: <yes|no> :status: <valid|invalid> .. note:: argument is inside the 'content'. Therefore content is mandatory .. attention:: The above directive must be updated according to your component FMEA. - The above "code-block" directive must be updated - Fill in all the needed information in the <brackets>