C# 클래스 ScanMaster.Acquire.Plugin.AnalogInputPlugin

상속: AcquisitorPlugin
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ArmAndWait ( ) : void

This method will be called by the acquisitor. The method should not return control until it safe for the acquisitor to read the Analogs property. Implementors should be aware that this method runs on the acquisitor thread - taking too long in here can knock the acquisitor out of sync with the pattern generator.

보호된 메소드들

메소드 설명
InitialiseBaseSettings ( ) : void

메소드 상세

ArmAndWait() 공개 추상적인 메소드

This method will be called by the acquisitor. The method should not return control until it safe for the acquisitor to read the Analogs property. Implementors should be aware that this method runs on the acquisitor thread - taking too long in here can knock the acquisitor out of sync with the pattern generator.
public abstract ArmAndWait ( ) : void
리턴 void

InitialiseBaseSettings() 보호된 메소드

protected InitialiseBaseSettings ( ) : void
리턴 void