BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
kernel.views.DeviceContainer Interface Reference

Public Member Functions

PowerSupply getPowerSupply ()
 
Boolean hasPowerSupply ()
 
PressureGauge getPressureGauge ()
 
Boolean hasPressureGauge ()
 

Detailed Description

Describes the view for a container for devices.

Definition at line 10 of file views/DeviceContainer.java.

Member Function Documentation

PowerSupply kernel.views.DeviceContainer.getPowerSupply ( )
Returns
The power supply
PressureGauge kernel.views.DeviceContainer.getPressureGauge ( )
Returns
The pressure gauge
Boolean kernel.views.DeviceContainer.hasPowerSupply ( )
Returns
Boolean#TRUE if a power supply was placed into the container, and Boolean#FALSE if not
Boolean kernel.views.DeviceContainer.hasPressureGauge ( )
Returns
Boolean#TRUE if a pressure gauge was placed into the container and Boolean#FALSE if not

The documentation for this interface was generated from the following file:
Git Repo