C# 클래스 SympatheticHardwareControl.HardwareMonitorWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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