Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
To be implemented by acquisition services that cooperate with the EBIS module for Chronos. More...
Public Member Functions | |
string[] | ExecuteDataReader (string resultFileName, string substances, ResultKind kindOfResult) |
No public documentation yet - please let us know when you want to implement this. | |
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. | |
To be implemented by acquisition services that cooperate with the EBIS module for Chronos.
Definition at line 247 of file AcquisitionInterfaces.cs.
string[] AxelSemrau.Chronos.Plugin.IEbisEnabledAcquisitionService.ExecuteDataReader | ( | string | resultFileName, |
string | substances, | ||
ResultKind | kindOfResult ) |
No public documentation yet - please let us know when you want to implement this.
resultFileName | |
substances | |
kindOfResult |