C# 클래스 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.
상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: ColdMatter/EDMSuite

공개 메소드들

메소드 설명
AddScanPoint ( ScanPoint sp ) : void
ClearAll ( ) : void
ClearCurrentScan ( ) : void
UpdateTotal ( ) : void

메소드 상세

AddScanPoint() 공개 메소드

public AddScanPoint ( ScanPoint sp ) : void
sp Data.Scans.ScanPoint
리턴 void

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

ClearCurrentScan() 공개 메소드

public ClearCurrentScan ( ) : void
리턴 void

UpdateTotal() 공개 메소드

public UpdateTotal ( ) : void
리턴 void