C# Class ScanMaster.Acquire.Plugin.ShotGathererPlugin

Inheritance: AcquisitorPlugin
Mostrar archivo Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
ArmAndWait ( ) : void

Arm the hardware and wait. This method should not return until it is safe for the acquisitor to read the shot data out.

Protected Methods

Method Description
InitialiseBaseSettings ( ) : void

Method Details

ArmAndWait() public abstract method

Arm the hardware and wait. This method should not return until it is safe for the acquisitor to read the shot data out.
public abstract ArmAndWait ( ) : void
return void

InitialiseBaseSettings() protected method

protected InitialiseBaseSettings ( ) : void
return void