Skip to content

Add FED-wide monitoring FSM controls

Dylan Oliver Teague requested to merge feature/multiple-amc-initialize into develop

Description

The code makes the ShelfMonitor an FSM that has the ability to change the state of all the AMC's in the said shelf. A table with the status of the AMC's on the shelf is also included to add in seeing the current status of individual AMCs.

Related Issue

closes #182 (closed)

How Has This Been Tested?

Screenshots

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited by Laurent Petre

Merge request reports