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

The GUI for the configuration is kept seperately from the service More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IHaveConfigurator:

Public Member Functions

string ShowConfigDialog (IntPtr owner, string oldConfig)
 Show a configuration dialog for your acquisition service. More...
 

Detailed Description

The GUI for the configuration is kept seperately from the service

Definition at line 158 of file AcquisitionInterfaces.cs.

Member Function Documentation

◆ ShowConfigDialog()

string AxelSemrau.Chronos.Plugin.IHaveConfigurator.ShowConfigDialog ( IntPtr  owner,
string  oldConfig 
)

Show a configuration dialog for your acquisition service.

Parameters
ownerUse this as your window's owner
oldConfigShow the dialog based on this configuration, not some internal state of your service.
Returns
The new or old configuration, depending on the user's choices and how the dialog was terminated.

Implemented in MockPlugin.AcquisitionService.MockSimpleAcquisitionService.


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