C# Class EDMBlockHead.LiveViewer

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

Public Properties

Property Type Description
resetRunningMeans System.Windows.Forms.Button

Public Methods

Method Description
AddDBlock ( DemodulatedBlock dblock ) : void
LiveViewer ( Controller c ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AppendSigmaToBScatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToDBScatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToLF1Scatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToLF2Scatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendSigmaToSIGScatter ( double x, double yPlusSigma, double yMinusSigma ) : void
AppendStatusText ( string newText ) : void
AppendToBNormedScatter ( double x, double y ) : void
AppendToBScatter ( double x, double y ) : void
AppendToDBScatter ( double x, double y ) : void
AppendToEDMNormedScatter ( double x, double y ) : void
AppendToEDMScatter ( double x, double y ) : void
AppendToLF1DBDBScatter ( double x, double y ) : void
AppendToLF1Scatter ( double x, double y ) : void
AppendToLF2DBDBScatter ( double x, double y ) : void
AppendToMagNoiseScatter ( double x, double y ) : void
AppendToNorthECorrLeakageScatter ( double x, double y ) : void
AppendToNorthLeakageErrorScatter ( double x, double y ) : void
AppendToNorthLeakageScatter ( double x, double y ) : void
AppendToRF1ADBDBScatter ( double x, double y ) : void
AppendToRF1AScatter ( double x, double y ) : void
AppendToRF1FDBDBScatter ( double x, double y ) : void
AppendToRF1FScatter ( double x, double y ) : void
AppendToRF2ADBDBScatter ( double x, double y ) : void
AppendToRF2AScatter ( double x, double y ) : void
AppendToRF2FDBDBScatter ( double x, double y ) : void
AppendToRF2FScatter ( double x, double y ) : void
AppendToRfCurrentScatter ( double x, double y ) : void
AppendToSigScatter ( double x, double y ) : void
AppendToSouthECorrLeakageScatter ( double x, double y ) : void
AppendToSouthLeakageErrorScatter ( double x, double y ) : void
AppendToSouthLeakageScatter ( double x, double y ) : void
AppendTopProbePDScatter ( double x, double y ) : void
AppendTopPumpPDScatter ( double x, double y ) : void
ClearBScatter ( ) : void
ClearDBScatter ( ) : void
ClearEDMErrScatter ( ) : void
ClearLF1DBDBGraph ( ) : void
ClearLF1Graph ( ) : void
ClearLeakageScatters ( ) : void
ClearMagNoiseScatterGraph ( ) : void
ClearNIGraph ( Graph graph ) : void
ClearPDScatter ( ) : void
ClearRFxADBDBGraph ( ) : void
ClearRFxAGraph ( ) : void
ClearRFxFDBDBGraph ( ) : void
ClearRFxFGraph ( ) : void
ClearRfCurrentScatterGraph ( ) : void
ClearSIGScatter ( ) : void
InitializeComponent ( ) : void

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

PlotXY ( Graph graph, ScatterPlot plot, double x, double y ) : void
PlotXYAppend ( Graph graph, ScatterPlot plot, double x, double y ) : void
SetTextBox ( TextBox textBox, string text ) : void
SetTextHelper ( TextBox textBox, string text ) : void
UpdateClusterStatusText ( string newText ) : void
UpdateStatusText ( string newText ) : void
resetEdmErrRunningMeans ( ) : void
resetRunningMeans_Click ( object sender, EventArgs e ) : void

Method Details

AddDBlock() public method

public AddDBlock ( DemodulatedBlock dblock ) : void
dblock Analysis.EDM.DemodulatedBlock
return void

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

LiveViewer() public method

public LiveViewer ( Controller c ) : System
c Controller
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

resetRunningMeans public_oe property

public System.Windows.Forms.Button resetRunningMeans
return System.Windows.Forms.Button