C# Класс SympatheticHardwareControl.HardwareMonitorWindow

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
controller Controller

Открытые методы

Метод Описание
GetLaserErrorSignalThreshold ( ) : double
HardwareMonitorWindow ( ) : System
SetChamber1Pressure ( double value ) : void
SetChamber2Pressure ( double value ) : void
SetLaserErrorSignal ( double value, Color ledColour ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetLaserErrorSignalThreshold() публичный Метод

public GetLaserErrorSignalThreshold ( ) : double
Результат double

HardwareMonitorWindow() публичный Метод

public HardwareMonitorWindow ( ) : System
Результат System

SetChamber1Pressure() публичный Метод

public SetChamber1Pressure ( double value ) : void
value double
Результат void

SetChamber2Pressure() публичный Метод

public SetChamber2Pressure ( double value ) : void
value double
Результат void

SetLaserErrorSignal() публичный Метод

public SetLaserErrorSignal ( double value, Color ledColour ) : void
value double
ledColour Color
Результат void

Описание свойств

controller публичное свойство

public Controller,SympatheticHardwareControl controller
Результат Controller