formal specification and verification of avionics software
play

Formal Specification and Verification of Avionics Software Claus - PowerPoint PPT Presentation

Introduction Specification of the Java Flight Manager Runtime Assertion Checking and Verification Conclusions Formal Specification and Verification of Avionics Software Claus Wonnemann June 7th, 2006 Claus Wonnemann Formal Specification and


  1. Introduction Specification of the Java Flight Manager Runtime Assertion Checking and Verification Conclusions Formal Specification and Verification of Avionics Software Claus Wonnemann June 7th, 2006 Claus Wonnemann Formal Specification and Verification of Avionics Software

  2. Introduction Specification of the Java Flight Manager Runtime Assertion Checking and Verification Conclusions Outline 1 Introduction Software in the avionics domain Certification requirements Object-oriented technologies 2 Specification of the Java Flight Manager Flight Management The Java Flight Manager Specification 3 Runtime Assertion Checking and Verification Runtime Assertion Checking Verification 4 Conclusions Wrap-up Claus Wonnemann Formal Specification and Verification of Avionics Software

  3. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Software in the avionics domain Commercial airplanes feature a high degree of computerization. Many onboard computer systems are safety-critical. ◮ Navigation and Pilotage Assistance. ◮ Engine Control and Breaking Systems. ◮ Fly-by-Wire . Airborne software products must be officially certified. Claus Wonnemann Formal Specification and Verification of Avionics Software

  4. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Software in the avionics domain Commercial airplanes feature a high degree of computerization. Many onboard computer systems are safety-critical. ◮ Navigation and Pilotage Assistance. ◮ Engine Control and Breaking Systems. ◮ Fly-by-Wire . Airborne software products must be officially certified. Claus Wonnemann Formal Specification and Verification of Avionics Software

  5. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Software in the avionics domain Commercial airplanes feature a high degree of computerization. Many onboard computer systems are safety-critical. ◮ Navigation and Pilotage Assistance. ◮ Engine Control and Breaking Systems. ◮ Fly-by-Wire . Airborne software products must be officially certified. Claus Wonnemann Formal Specification and Verification of Avionics Software

  6. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Software in the avionics domain Commercial airplanes feature a high degree of computerization. Many onboard computer systems are safety-critical. ◮ Navigation and Pilotage Assistance. ◮ Engine Control and Breaking Systems. ◮ Fly-by-Wire . Airborne software products must be officially certified. Claus Wonnemann Formal Specification and Verification of Avionics Software

  7. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Software in the avionics domain Commercial airplanes feature a high degree of computerization. Many onboard computer systems are safety-critical. ◮ Navigation and Pilotage Assistance. ◮ Engine Control and Breaking Systems. ◮ Fly-by-Wire . Airborne software products must be officially certified. Claus Wonnemann Formal Specification and Verification of Avionics Software

  8. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Software in the avionics domain Commercial airplanes feature a high degree of computerization. Many onboard computer systems are safety-critical. ◮ Navigation and Pilotage Assistance. ◮ Engine Control and Breaking Systems. ◮ Fly-by-Wire . Airborne software products must be officially certified. Claus Wonnemann Formal Specification and Verification of Avionics Software

  9. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions RTCA/DO-178B RTCA/DO-178B is the major requirements specification. ◮ “Software Considerations in Airborne Systems and Equipment Certification.” Adopted as an official guideline by the FAA in 1993. Airborne software products must comply with stated objectives. Considers Structured Programming , not Object-Orientation . Objected-oriented technologies (OOT) are much less common in the avionics domain. Claus Wonnemann Formal Specification and Verification of Avionics Software

  10. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions RTCA/DO-178B RTCA/DO-178B is the major requirements specification. ◮ “Software Considerations in Airborne Systems and Equipment Certification.” Adopted as an official guideline by the FAA in 1993. Airborne software products must comply with stated objectives. Considers Structured Programming , not Object-Orientation . Objected-oriented technologies (OOT) are much less common in the avionics domain. Claus Wonnemann Formal Specification and Verification of Avionics Software

  11. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Object-Oriented Technology in Aviation OOT is in many respects different from other approaches. For instance... RTCA/DO-178B requires the elimination of unused code. ◮ Polymorphism and dynamic dispatch obviously complicate this task. Objectet-Oriented Technology in Aviation -Program (OOTiA) addresses related issues and concerns. ◮ Initiated by FAA and NASA in 2001. Claus Wonnemann Formal Specification and Verification of Avionics Software

  12. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Object-Oriented Technology in Aviation OOT is in many respects different from other approaches. For instance... RTCA/DO-178B requires the elimination of unused code. ◮ Polymorphism and dynamic dispatch obviously complicate this task. Objectet-Oriented Technology in Aviation -Program (OOTiA) addresses related issues and concerns. ◮ Initiated by FAA and NASA in 2001. Claus Wonnemann Formal Specification and Verification of Avionics Software

  13. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Object-Oriented Technology in Aviation OOT is in many respects different from other approaches. For instance... RTCA/DO-178B requires the elimination of unused code. ◮ Polymorphism and dynamic dispatch obviously complicate this task. Objectet-Oriented Technology in Aviation -Program (OOTiA) addresses related issues and concerns. ◮ Initiated by FAA and NASA in 2001. Claus Wonnemann Formal Specification and Verification of Avionics Software

  14. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Elements of OOTiA Considerations and recommended techniques were compiled in a preliminary handbook. The major issues include: ◮ Subtypes and Subclasses ◮ Memory Management ◮ Dead and Deactivated Code Claus Wonnemann Formal Specification and Verification of Avionics Software

  15. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Elements of OOTiA Considerations and recommended techniques were compiled in a preliminary handbook. The major issues include: ◮ Subtypes and Subclasses ◮ Memory Management ◮ Dead and Deactivated Code Claus Wonnemann Formal Specification and Verification of Avionics Software

  16. Introduction Software in the avionics domain Specification of the Java Flight Manager Certification requirements Runtime Assertion Checking and Verification Object-oriented technologies Conclusions Elements of OOTiA Considerations and recommended techniques were compiled in a preliminary handbook. The major issues include: ◮ Subtypes and Subclasses ◮ Memory Management ◮ Dead and Deactivated Code The OOTiA-Handbook repeatedly mentions Design by Contract and Formal Methods as suggested methodologies for software development in the avionics domain. Claus Wonnemann Formal Specification and Verification of Avionics Software

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend