C# Class ScanMaster.Acquire.Plugin.AnalogInputPlugin

Inheritance: AcquisitorPlugin
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
InitialiseBaseSettings ( ) : void

Method Details

ArmAndWait() public abstract méthode

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
Résultat void

InitialiseBaseSettings() protected méthode

protected InitialiseBaseSettings ( ) : void
Résultat void