Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IDetailProvidingAcquisitionService Interface Reference

If there are several instruments or you can provide some version/configuration information for the service, this is the place to do it. More...

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

Properties

string Details [get]
 For things like detected version number, configured instruments etc - something the user would like to see in the acquisition services configuration editor.
 
- 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.
 

Detailed Description

If there are several instruments or you can provide some version/configuration information for the service, this is the place to do it.

This is shown to the user in the Acquisition Services configuration.

Definition at line 53 of file AcquisitionInterfaces.cs.

Property Documentation

◆ Details

string AxelSemrau.Chronos.Plugin.IDetailProvidingAcquisitionService.Details
get

For things like detected version number, configured instruments etc - something the user would like to see in the acquisition services configuration editor.

Definition at line 58 of file AcquisitionInterfaces.cs.

58{ get; }

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