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

Implement this interface if your acquisition service requires some kind of configuration More...

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

Properties

string Configuration [get, set]
 XML Fragment containing the services configuration, if any. More...
 
- 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

Implement this interface if your acquisition service requires some kind of configuration

Definition at line 144 of file AcquisitionInterfaces.cs.

Property Documentation

◆ Configuration

string AxelSemrau.Chronos.Plugin.IConfigurableAcquisitionService.Configuration
getset

XML Fragment containing the services configuration, if any.

If you have none, just return null.

Definition at line 152 of file AcquisitionInterfaces.cs.

152 { get; set; }

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