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

Public Member Functions

void setPowerSupply (PowerSupply powerSupply)
 
void setPressureGauge (PressureGauge pressureGauge)
 

Detailed Description

Controller to modify values in the kernel's DeviceContainer. This is a singleton in which representations of connected devices are held.

Definition at line 12 of file DeviceRegistry.java.

Member Function Documentation

void kernel.controllers.DeviceRegistry.setPowerSupply ( PowerSupply  powerSupply)
Parameters
powerSupplyThe power supply to enter into the DeviceRegistry
void kernel.controllers.DeviceRegistry.setPressureGauge ( PressureGauge  pressureGauge)
Parameters
pressureGaugeThe pressure gauge to enter into the registry

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