100 likes | 299 Views
Team 7 Patti Fetz Ryan Milligan Josh Waldman. Fire Emergency Response System. FERS will provide an automated fire emergency management system that allows schools, hospitals and fire stations to register their information and resources with the system. FERS. Architecture.
E N D
Team 7 Patti Fetz Ryan Milligan Josh Waldman Fire Emergency Response System
FERS will provide an automated fire emergency management system that allows schools, hospitals and fire stations to register their information and resources with the system. FERS
SchoolProfileService GetSchoolInfo() - Retrieves school name, location, number of students and hours of operation. SensorService Alert() - Send an alert to indicate the sensor has detected an emergency condition and is turning itself on. TurnOn() - Turn on the sensor. Reset() - Turn off the sensor. School Services
MedicalEmergencyService alertDispatcher() - Notify the dispatcher that ambulances need to be dispatched. Provides the school profile information and the number of sensors detected. AmbulanceDispatchService dispatch() - Send dispatch message to ambulances. Calculates the number of ambulances required based on the school profile and the number of sensors. returnToBase() - Send message to ambulances informing them to return to their base location. Hospital Services
FireMonitoringService alertHospital() - Notify the hospital that a fire has occurred. Provide the school profile information and the number of sensors detected. alertDispatcher() - Notify the dispatcher that fire engines need to be dispatched. Provides the school profile information and the number of sensors detected. emergencyOver() - Notify the hospital that the fire has been extinguished. EngineDispatchService dispatch() - Send dispatch message to fire engines. Calculates the number of fire engines required based on the school profile and the number of sensors. returnToBase() - Send message to fire engines informing them to return to their base location. Fire Station Services
Demo System Prototype
Testing the System • One smoke detector activated • Two smoke detectors activated • Difference of first two tests depending on the time of day Stretch Goal • Trigger sensor at one school a minute after sensor is triggered at a different school