C# Class SympatheticHardwareControl.HardwareMonitorWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
controller Controller

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GetLaserErrorSignalThreshold() public méthode

public GetLaserErrorSignalThreshold ( ) : double
Résultat double

HardwareMonitorWindow() public méthode

public HardwareMonitorWindow ( ) : System
Résultat System

SetChamber1Pressure() public méthode

public SetChamber1Pressure ( double value ) : void
value double
Résultat void

SetChamber2Pressure() public méthode

public SetChamber2Pressure ( double value ) : void
value double
Résultat void

SetLaserErrorSignal() public méthode

public SetLaserErrorSignal ( double value, Color ledColour ) : void
value double
ledColour Color
Résultat void

Property Details

controller public_oe property

public Controller,SympatheticHardwareControl controller
Résultat Controller