BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
views/DeviceContainer.java
1 package kernel.views;
2 
3 import devices.PowerSupply;
5 import devices.RS232Device;
6 
10 public interface DeviceContainer {
11 
16 
21  Boolean hasPowerSupply();
22 
27 
32  Boolean hasPressureGauge();
33 }
PressureGauge getPressureGauge()
Git Repo