1 / 7

Flight Simulation: A Case Study in an Architecture for Integrability

Flight Simulation: A Case Study in an Architecture for Integrability. Prepare by : Ihab shahtout &. Contents. Architectural Solution TREATMENT OF TIME IN A FLIGHT SIMULATOR THE STRUCTURAL MODEL ARCHITECTURAL PATTERN. Overview.

bern
Download Presentation

Flight Simulation: A Case Study in an Architecture for Integrability

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Flight Simulation: A Case Study in an Architecture for Integrability Prepare by : Ihabshahtout &

  2. Contents • Architectural Solution • TREATMENT OF TIME IN A FLIGHT SIMULATOR • THE STRUCTURAL MODEL ARCHITECTURAL PATTERN

  3. Overview • a Flight simulator is divided into three roles : • air vehicle. • environment. • Instructor

  4. Properties • The logical division between the instructor station and the other two portions is clear • The instructor station supports the instructor's control and monitoring of the actions of the crew. • The other two portions perform the simulation • The division between the air vehicle and the environment is not as clear

  5. Different ways of managing time Treatment of Time • Periodic time management • A fixed time quantum based on frame rate • Non-preemptive cycle scheduling – invokes each process for a fixed time quantum • Event-based time management • “Interrupt” based • Adds new events into event queue • Does in order of soonest needed • But all messages from a single source must be done in order! • Mixed-time systems • The two above systems must interact

  6. THE STRUCTURAL MODEL ARCHITECTURAL PATTERN • ARCHITECTURAL PATTERN : • is a description of element and relation types together with a set of constraints on how they may be used. • it consists of a collection of element types and a configuration of their coordination at runtime. Structural Model Architectural Pattern • Executive • Handles the coordination issues • Application • Handles computation of the simulation • Functions are implemented by subsystems

  7. Modules • Executive • Timeline Synchronizer • Periodic Sequencer • Event handler • Surrogate • Connects air vehicle model to environment model • Application • Subsystem controller • Controller children

More Related