Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface if your acquisition service requires some kind of configuration. More...
Properties | |
string | Configuration [get, set] |
XML Fragment containing the services configuration, if any. | |
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. | |
Implement this interface if your acquisition service requires some kind of configuration.
Definition at line 175 of file AcquisitionInterfaces.cs.
|
getset |
XML Fragment containing the services configuration, if any.
If you have none, just return null.
Implemented in MockPlugin.AcquisitionService.MockSimpleAcquisitionService.
Definition at line 183 of file AcquisitionInterfaces.cs.