C# Class ScanMaster.Acquire.Plugin.AnalogInputPlugin

Inheritance: AcquisitorPlugin
Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
InitialiseBaseSettings ( ) : void

Method Details

ArmAndWait() public abstract method

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
return void

InitialiseBaseSettings() protected method

protected InitialiseBaseSettings ( ) : void
return void