C# Class ScanMaster.DataStore

The controller has an instance of this class. It contains the current scan, and a running total scan which is used to derive the average.
Inheritance: System.MarshalByRefObject
Show file Open project: ColdMatter/EDMSuite

Public Methods

Method Description
AddScanPoint ( ScanPoint sp ) : void
ClearAll ( ) : void
ClearCurrentScan ( ) : void
UpdateTotal ( ) : void

Method Details

AddScanPoint() public method

public AddScanPoint ( ScanPoint sp ) : void
sp Data.Scans.ScanPoint
return void

ClearAll() public method

public ClearAll ( ) : void
return void

ClearCurrentScan() public method

public ClearCurrentScan ( ) : void
return void

UpdateTotal() public method

public UpdateTotal ( ) : void
return void