Ambulance Dispatch System - PowerPoint PPT Presentation

1 / 15
About This Presentation
Title:

Ambulance Dispatch System

Description:

Ambulance Dispatch System. Implementation Progress Report. Ryan Kelly. Scott Moore ... getDistance is now a static lookup distances computed only when map is ... – PowerPoint PPT presentation

Number of Views:1011
Avg rating:3.0/5.0
Slides: 16
Provided by: jonathan97
Category:

less

Transcript and Presenter's Notes

Title: Ambulance Dispatch System


1
Ambulance Dispatch System
  • Implementation Progress Report

Ryan KellyScott Moore Jonathan Sanborn
2
Components
  • City Simulation
  • Map Controller
  • Allocator
  • Exception Monitoring
  • Logging
  • Operator Terminal
  • Supervisor Terminal

3
City Simulation
  • Implemented
  • Unit testing begun
  • Changes
  • All Pairs Shortest Path
  • Ambulance Status changed to reflect Requirements
    Spec.

4
Map Controller
  • Implemented
  • Untested
  • Networking implemented
  • Changes
  • getDistance is now a static lookup distances
    computed only when map is changed

5
City Simulation/Map Controller Test
6
City Simulation/Map Controller Test
  • 0 1
  • 0 0.0 5.0
  • 1 5.0 0.0
  • A 100-200
  • A 100-200
  • Distance Matrix
  • 0 1 2
  • 0 0.0 5.0 11.0
  • 1 5.0 0.0 6.0
  • 2 11.0 6.0 0.0
  • A 100-200
  • A 100-200
  • A 200-300
  • A 200-300
  • Distance Matrix
  • 0 1 2 3
  • 0 0.0 5.0 11.0 20.0
  • 1 5.0 0.0 6.0 25.0
  • A 100-200
  • B 500-1000
  • A 100-200
  • A 200-300
  • A 200-300
  • C 50-700
  • B 500-1000
  • C 50-700
  • Distance Matrix
  • 0 1 2 3 4
  • 0 0.0 5.0 11.0 20.0 8.0
  • 1 5.0 0.0 6.0 15.0 3.0
  • 2 11.0 6.0 0.0 14.0 9.0
  • 3 20.0 15.0 14.0 0.0 12.0
  • 4 8.0 3.0 9.0 12.0 0.0
  • A 100-200
  • B 500-700

7
Allocator
  • Resolving component interfaces
  • Will be developed closer to integration

8
Exception Monitoring
  • Resolving component interfaces
  • Will be developed closer to integration
  • Must apply network model to supervisor
    terminal/server interaction

9
Logging
  • Implemented
  • Text File Output
  • Network Model
  • In development
  • Statistics

10
Operator Terminal
  • GUI implemented
  • Unimplemented
  • Server Interaction
  • Working with dummy servers
  • Changes
  • Phone number field in create incident tab
  • Demo of GUI

11
Operator Terminal
Dispatches
12
Operator Terminal
Position Updates
13
Operator Terminal
Incident Updates
14
Operator Terminal
New Incidents
15
Supervisor Terminal
  • Unimplemented
Write a Comment
User Comments (0)
About PowerShow.com