Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
The GUI for the configuration can be managed seperately from the service. More...
Public Member Functions | |
string | ShowConfigDialog (IntPtr owner, string oldConfig) |
Show a configuration dialog for your acquisition service. | |
The GUI for the configuration can be managed seperately from the service.
If you implement this interface, a "configure" button will be shown in the acquisition services section of the settings, if the service is available. IConfigurableAcquisitionService
Definition at line 193 of file AcquisitionInterfaces.cs.
string AxelSemrau.Chronos.Plugin.IHaveConfigurator.ShowConfigDialog | ( | IntPtr | owner, |
string | oldConfig ) |
Show a configuration dialog for your acquisition service.
owner | Use this as your window's owner |
oldConfig | Show the dialog based on this configuration, not some internal state of your service. |
Implemented in MockPlugin.AcquisitionService.MockSimpleAcquisitionService.