Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IStandbySupportingAcquisitionService Interface Reference

For services that can be put into some kind of standby mode (by an error method, for example) More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IStandbySupportingAcquisitionService:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.IStandbySupportingAcquisitionService:

Public Member Functions

void GoToStandby ()
 Send the system to standby mode. More...
 

Additional Inherited Members

- Properties inherited from AxelSemrau.Chronos.Plugin.IAcquisitionServiceBase
string Name [get]
 Name that is visible to the user in the list of acquisition services. Do not localize. More...
 
bool IsAvailable [get]
 The place to check if you can actually use the acquisition service. More...
 
bool Abort [set]
 Will be set to true if you should abort the current acquisition. Will be set to false when everything is back to normal. More...
 

Detailed Description

For services that can be put into some kind of standby mode (by an error method, for example)

Für korrekte Auflistung im Methodeneditor. Damit es korrekt funktioniert, muss auch noch ISupportStandby implementiert sein.

Definition at line 233 of file AcquisitionInterfaces.cs.

Member Function Documentation

◆ GoToStandby()

void AxelSemrau.Chronos.Plugin.IStandbySupportingAcquisitionService.GoToStandby ( )

Send the system to standby mode.

Implemented in MockPlugin.AcquisitionService.MockDynamicParAcquisitionService.


The documentation for this interface was generated from the following file: