First basic layout and initial documents

This commit is contained in:
Olivier Ramonat
2016-09-21 14:26:28 +02:00
parent 1409a3e19a
commit 38f2d8402c
7 changed files with 85 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
### MicrosoftOffice ###
*.tmp
# Word temporary
~$*.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk
# PowerPoint temporary
~$*.ppt*
# Visio autosave temporary files
*.~vsdx

View File

@@ -0,0 +1,10 @@
# Experiments on Overarching Properties (OPs)
*Streamlining Development - Assurance muXAV Use Case*
This folder will contain any development artefact or assurance artefact
supporting the experiments with the OPs on muXAV development proccesses.
As of 2016/09/20 the folder is empty.
See the Specification folder.

View File

@@ -0,0 +1,11 @@
# Experiments on Baseline Development Assurance
*Streamlining Development Assurance - muXAV Use Case*
This folder will contain any development artefact or assurance artefact
supporting application of ARP 4754A, DO-178C, DO-331 (model-based TS), DO-333
(formal method TS), DO-254 on muXAV development processes
As of 2016/09/20 the folder is empty.
See the Specification folder.

35
SafetyAssurance/README.md Normal file
View File

@@ -0,0 +1,35 @@
# Safety Process
Streamlining Development Assurance - muXAV Use Case
In this folder, the artefacts of the following ARP 4761 activities,
applied to muXAV's development, will progressively be made available:
- Functional Hazard Analysis at air vehicle level
- FDAL assignement
- Fault Tree Analysis of each Failure Condition
- Preliminary AV architecture Safety Assessment
- IDAL assignement
- Functional Hazard Analysis of Electric Propulsion System (EPS)
- FDAL assignement
- Fault Tree Analysis of each EPS Failure Condition
- Preliminary EPS's architecture Safety Assessment
- IDAL assignement
- Functional Hazard Analysis of Hydraulic Braking System (HBS)
- FDAL assignement
- Fault Tree Analysis of each HBS Failure Condition
- Preliminary HBS's architecture Safety Assessment
- IDAL assignement
- Functional Hazard Analysis of Mission Management System (MMS)
- FDAL assignement
- Fault Tree Analysis of each MMS Failure Condition
- Preliminary MMS' architecture Safety Assessment
- IDAL assignement
As of 2016/09/20 the folder is empty.
See the Specification folder.

View File

@@ -0,0 +1,12 @@
# Specification of the product to be developed
*Streamlining Development Assurance - muXAV Use Case*
This folder contains the specification of a toy drone named muXAV (micro
Uninhabited Air Vehicle) intended to support experiments on various ways of
performing development assurance.
As of 2016/09/20 the folder contains only the
RESSAC_CaseStudy_muXAV_Specification.docx and the
RESSAC_UseCase_FAA_Dallas2016_09_15.ppt files.
A Modelica model implementing the DIF part of the document is planned for fall of 2016.