BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
ui.controllers.DeviceSetupController Class Reference

Public Member Functions

void initialize ()
 
void handleGoButtonClicked ()
 
Kernel getKernel ()
 
void setKernel (Kernel kernel)
 

Detailed Description

Controls the panel for the device setup tab. This panel is where a user associates each required device with a port.

Definition at line 28 of file DeviceSetupController.java.

Member Function Documentation

Kernel ui.controllers.DeviceSetupController.getKernel ( )
Returns
The kernel to which this controller is attached

Definition at line 76 of file DeviceSetupController.java.

76  {
77  return kernel;
78  }
void ui.controllers.DeviceSetupController.handleGoButtonClicked ( )

Describes what happens when the user clicks the go button. Set up the devices.

Definition at line 68 of file DeviceSetupController.java.

68  {
69  configurePowerSupply();
70  configurePressureGauge();
71  }
void ui.controllers.DeviceSetupController.initialize ( )

Start the port selector

Definition at line 60 of file DeviceSetupController.java.

60  {
61  initializePortList();
62  }
void ui.controllers.DeviceSetupController.setKernel ( Kernel  kernel)
Parameters
kernelThe kernel to which this controller is to be attached

Definition at line 83 of file DeviceSetupController.java.

83  {
84  this.kernel = kernel;
85  }

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