Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
For services that can be put into some kind of standby mode (by an error method, for example) More...
Public Member Functions | |
void | GoToStandby () |
Send the system to standby mode. | |
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. | |
bool | IsAvailable [get] |
The place to check if you can actually use the acquisition service. | |
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. | |
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 268 of file AcquisitionInterfaces.cs.
void AxelSemrau.Chronos.Plugin.IStandbySupportingAcquisitionService.GoToStandby | ( | ) |
Send the system to standby mode.
Implemented in MockPlugin.AcquisitionService.MockDynamicParAcquisitionService.