Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Base for acquisition services, parts that are the same regardless of the parameter list. If you want to provide an acquisition service from your plugin, you must implement the generic interface for your specific parameter type. More...
Properties | |
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. | |
Base for acquisition services, parts that are the same regardless of the parameter list. If you want to provide an acquisition service from your plugin, you must implement the generic interface for your specific parameter type.
Definition at line 12 of file AcquisitionInterfaces.cs.
|
set |
Will be set to true if you should abort the current acquisition. Will be set to false when everything is back to normal.
Implemented in MockPlugin.AcquisitionService.MockDynamicParAcquisitionService, and MockPlugin.AcquisitionService.MockSimpleAcquisitionService.
Definition at line 26 of file AcquisitionInterfaces.cs.
|
get |
The place to check if you can actually use the acquisition service.
Implemented in MockPlugin.AcquisitionService.MockDynamicParAcquisitionService, and MockPlugin.AcquisitionService.MockSimpleAcquisitionService.
Definition at line 21 of file AcquisitionInterfaces.cs.
|
get |
Name that is visible to the user in the list of acquisition services. Do not localize.
Implemented in MockPlugin.AcquisitionService.MockDynamicParAcquisitionService, and MockPlugin.AcquisitionService.MockSimpleAcquisitionService.
Definition at line 17 of file AcquisitionInterfaces.cs.