C# Class SympatheticHardwareControl.HardwareMonitorWindow

Inheritance: System.Windows.Forms.Form
Mostra file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
controller Controller

Public Methods

Method Description
GetLaserErrorSignalThreshold ( ) : double
HardwareMonitorWindow ( ) : System
SetChamber1Pressure ( double value ) : void
SetChamber2Pressure ( double value ) : void
SetLaserErrorSignal ( double value, Color ledColour ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HardwareMonitorWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetLedColourHelper ( NationalInstruments led, Color val ) : void
SetLedHelper ( NationalInstruments led, bool val ) : void
chamber1PressureCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
chamber2PressureCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
laserErrorMonitorCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
setCheckBox ( CheckBox box, bool state ) : void
setCheckHelper ( CheckBox box, bool state ) : void
setLED ( NationalInstruments led, bool val ) : void
setLEDColour ( NationalInstruments led, Color val ) : void
setTextBox ( TextBox box, string text ) : void
setTextHelper ( TextBox box, string text ) : void
startAllToolStripMenuItem_Click ( object sender, EventArgs e ) : void
stopAll ( ) : void
stopAllToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetLaserErrorSignalThreshold() public method

public GetLaserErrorSignalThreshold ( ) : double
return double

HardwareMonitorWindow() public method

public HardwareMonitorWindow ( ) : System
return System

SetChamber1Pressure() public method

public SetChamber1Pressure ( double value ) : void
value double
return void

SetChamber2Pressure() public method

public SetChamber2Pressure ( double value ) : void
value double
return void

SetLaserErrorSignal() public method

public SetLaserErrorSignal ( double value, Color ledColour ) : void
value double
ledColour Color
return void

Property Details

controller public_oe property

public Controller,SympatheticHardwareControl controller
return Controller