![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
PowerSupply | getPowerSupply () |
void | setPowerSupply (PowerSupply powerSupply) |
Boolean | hasPowerSupply () |
PressureGauge | getPressureGauge () |
void | setPressureGauge (PressureGauge pressureGauge) |
Boolean | hasPressureGauge () |
The data structure containing instances of devices. Once constructed, devices should be written here, in order to be available to other objects in this application.
Device types are currently hard-coded. I'd love to find a way to generalize this out to multiple types with generics, with something similar to Spring's IOC containers.
Definition at line 16 of file models/DeviceContainer.java.
PowerSupply kernel.models.DeviceContainer.getPowerSupply | ( | ) |
Definition at line 41 of file models/DeviceContainer.java.
PressureGauge kernel.models.DeviceContainer.getPressureGauge | ( | ) |
Definition at line 64 of file models/DeviceContainer.java.
Boolean kernel.models.DeviceContainer.hasPowerSupply | ( | ) |
Definition at line 57 of file models/DeviceContainer.java.
Boolean kernel.models.DeviceContainer.hasPressureGauge | ( | ) |
Definition at line 80 of file models/DeviceContainer.java.
void kernel.models.DeviceContainer.setPowerSupply | ( | PowerSupply | powerSupply | ) |
powerSupply | The power supply to enter into this registry. |
Definition at line 48 of file models/DeviceContainer.java.
void kernel.models.DeviceContainer.setPressureGauge | ( | PressureGauge | pressureGauge | ) |
pressureGauge | The pressure gauge to enter into the registry |
Definition at line 71 of file models/DeviceContainer.java.
Git Repo |